fix(ast/estree): Fix TSEnumMember#10201
fix(ast/estree): Fix TSEnumMember#10201therewillbecode wants to merge 1 commit intooxc-project:mainfrom
TSEnumMember#10201Conversation
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. |
CodSpeed Instrumentation Performance ReportMerging #10201 will degrade performances by 4.69%Comparing Summary
Benchmarks breakdown
|
|
Ah sorry, this one is already in progress on #10092. |
|
But if these discrepancies are blocking progress, we could always merge this PR first, and continue refining it in #10092. Please let me know if you think that's advisable. |
No problem :) Can close as not a blocker on progress for me. |
Adds the
computedfield to the Estree serialiser for theTSEnumMembernode.Part of our broader work to align our AST's ESTree output with that of TS-ESLint's. Relates to #9705