fix(ast/estree): fix TS type defs for TSIndexSignature and TSIndexSignatureName#10003
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. |
Merge activity
|
|
cc @therewillbecode @hi-ogawa FYI. Note: It doesn't matter that this adds the extra fields in JS-only raw deserializer in deserialize-js.js, because those deserializer methods are dead code anyway in JS-only deserializer. I'll remove them entirely from the JS deserializer code at some point. |
CodSpeed Instrumentation Performance ReportMerging #10003 will not alter performanceComparing Summary
|
039c024 to
707a776
Compare

Follow-on after #9968. These 2 types are TS-only, so none of the fields are optional. Correct TS type defs by replacing
TSNullwithNulletc in the extra field types.