-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wasm): output symbol IDs in scope tree #5266
feat(wasm): output symbol IDs in scope tree #5266
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @overlookmotel and the rest of your teammates on Graphite |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
CodSpeed Performance ReportMerging #5266 will not alter performanceComparing Summary
|
Merge activity
|
`oxc_wasm` include `SymbolId`s in print-out of scopes.
bc32c2e
to
6a49dc3
Compare
7a7731e
to
c23104b
Compare
…o fix/jest-vitest-compat * 'fix/jest-vitest-compat' of github.com:eryue0220/oxc: fix(wasm): reference ast from prettier (oxc-project#5268) feat(wasm): output symbol IDs in scope tree (oxc-project#5266) perf(wasm): generate scope text with visitor (oxc-project#5264)
oxc_wasm
includeSymbolId
s in print-out of scopes.