feat(napi/parser): add deserializeProgramOnly deserializer function#13940
Merged
graphite-app[bot] merged 1 commit intomainfrom Sep 22, 2025
Conversation
This was referenced Sep 20, 2025
Member
Author
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. |
f7f9e3a to
c8131c1
Compare
3fb5125 to
22756b6
Compare
This was referenced Sep 20, 2025
c8131c1 to
da2c6f6
Compare
22756b6 to
6502686
Compare
da2c6f6 to
488d5b2
Compare
a719949 to
840fbb1
Compare
0800b58 to
bfd6ca6
Compare
840fbb1 to
75d9420
Compare
Member
Author
Merge activity
|
…#13940) Pure refactor. Add a function `deserializeProgramOnly` to generated deserializer code. This function is not used in `oxc-parser`, but is needed to be able to reuse the same code in Oxlint.
bfd6ca6 to
56a385f
Compare
75d9420 to
d49fb3b
Compare
Base automatically changed from
09-19-feat_napi_parser_add_ast_walker
to
main
September 22, 2025 11:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pure refactor. Add a function
deserializeProgramOnlyto generated deserializer code. This function is not used inoxc-parser, but is needed to be able to reuse the same code in Oxlint.