Skip to content

docs(estree): document custom serializers for ImportMeta and NewTarget#24777

Merged
graphite-app[bot] merged 1 commit into
mainfrom
om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_
Jul 22, 2026
Merged

docs(estree): document custom serializers for ImportMeta and NewTarget#24777
graphite-app[bot] merged 1 commit into
mainfrom
om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_

Conversation

@overlookmotel

@overlookmotel overlookmotel commented Jul 21, 2026

Copy link
Copy Markdown
Member

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

overlookmotel commented Jul 21, 2026

Copy link
Copy Markdown
Member Author

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent changes, fast-track this PR to the front of 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.

@overlookmotel
overlookmotel force-pushed the om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ branch from f370dd0 to 94c1550 Compare July 21, 2026 19:47
@overlookmotel
overlookmotel force-pushed the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch from 079b844 to 2574d6b Compare July 21, 2026 19:47
@codspeed-hq

codspeed-hq Bot commented Jul 21, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 67 untouched benchmarks
⏩ 9 skipped benchmarks1


Comparing om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ (2c6bde9) with om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ (d81abc3)

Open in CodSpeed

Footnotes

  1. 9 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@overlookmotel
overlookmotel marked this pull request as ready for review July 21, 2026 19:50
@overlookmotel
overlookmotel requested review from camc314 and Copilot and removed request for Copilot July 21, 2026 19:50
@graphite-app
graphite-app Bot force-pushed the om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ branch from 94c1550 to 1a76b4c Compare July 21, 2026 19:54
@graphite-app
graphite-app Bot force-pushed the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch from 2574d6b to 34d7c4d Compare July 21, 2026 19:54
Copilot AI review requested due to automatic review settings July 21, 2026 19:57
@overlookmotel
overlookmotel force-pushed the om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ branch from 1a76b4c to eff8b50 Compare July 21, 2026 19:57
@overlookmotel
overlookmotel force-pushed the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch from 34d7c4d to e76bd4d Compare July 21, 2026 19:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 meta field is synthesized during ESTree serialization for ImportMeta and NewTarget.
  • Document how the property field is synthesized during ESTree serialization for ImportMeta and NewTarget.

Comment thread crates/oxc_ast/src/serialize/js.rs
Comment thread crates/oxc_ast/src/serialize/js.rs
Comment thread crates/oxc_ast/src/serialize/js.rs
Comment thread crates/oxc_ast/src/serialize/js.rs
@overlookmotel
overlookmotel force-pushed the om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ branch from eff8b50 to d81abc3 Compare July 21, 2026 20:09
@overlookmotel
overlookmotel force-pushed the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch from e76bd4d to 2c6bde9 Compare July 21, 2026 20:09
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Jul 22, 2026

camc314 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Merge activity

…rget` (#24777)

Follow-on after #24557. Docs-only change. Add doc comments to custom serializers for `ImportMeta` and `NewTarget`.
@graphite-app
graphite-app Bot force-pushed the om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ branch from d81abc3 to d68e9fd Compare July 22, 2026 08:11
@graphite-app
graphite-app Bot force-pushed the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch from 2c6bde9 to b539e74 Compare July 22, 2026 08:12
Base automatically changed from om/07-21-refactor_estree_re-order_serializer_code_for_importmeta_and_newtarget_ to main July 22, 2026 08:17
@graphite-app
graphite-app Bot merged commit b539e74 into main Jul 22, 2026
32 checks passed
@graphite-app graphite-app Bot removed the 0-merge Merge with Graphite Merge Queue label Jul 22, 2026
@graphite-app
graphite-app Bot deleted the om/07-21-docs_estree_document_custom_serializers_for_importmeta_and_newtarget_ branch July 22, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast Area - AST

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants