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. |
|
I suggest we change Oxc's behavior so it matches what's coming out of To create an actual We can probably make that quite swift if we also compile and send to JS a list of "paths" to where |
|
I changed my mind. Have changed I prefer this method, because I'm hoping to complete the custom serializer which omits TS fields itself soon, at which point it'll replace the code for stripping out fields in conformance runner, and I didn't want all these tests to break again at that point! |

Acorn preserves
bigintliteral123nasbut this is serialized into
value: "123n"in https://github.com/oxc-project/acorn-test262/blob/ccd386837e02a92036b948239c67abf864cdd785/index.mjs#L56-L60Since OXC cannot emit non-json
123nand usenullinstead, this creates many diffs like:For now, I stripped such diff in conformance runner.