docs(estree): document custom serializers for ImportMeta and NewTarget#24777
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
f370dd0 to
94c1550
Compare
079b844 to
2574d6b
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
94c1550 to
1a76b4c
Compare
2574d6b to
34d7c4d
Compare
1a76b4c to
eff8b50
Compare
34d7c4d to
e76bd4d
Compare
There was a problem hiding this comment.
Pull request overview
Documentation-only follow-up to the MetaProperty split (#24557), adding rustdoc explaining the custom ESTree serialization helpers for ImportMeta and NewTarget in the AST serializer layer.
Changes:
- Document how the
metafield is synthesized during ESTree serialization forImportMetaandNewTarget. - Document how the
propertyfield is synthesized during ESTree serialization forImportMetaandNewTarget.
eff8b50 to
d81abc3
Compare
e76bd4d to
2c6bde9
Compare
Merge activity
|
d81abc3 to
d68e9fd
Compare
2c6bde9 to
b539e74
Compare

Follow-on after #24557. Docs-only change. Add doc comments to custom serializers for
ImportMetaandNewTarget.