fix(codegen): print static keyword for TSIndexSignature#19755
fix(codegen): print static keyword for TSIndexSignature#19755
static keyword for TSIndexSignature#19755Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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. |
Merging this PR will not alter performance
Comparing Footnotes
|
bf4a1ae to
ed17bbf
Compare
1bb492f to
b7233d9
Compare
The codegen was missing the `static` keyword when printing `TSIndexSignature` nodes, causing `static [key: string]: string` index signatures to lose the `static` modifier during code generation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b7233d9 to
8cad8f5
Compare

The codegen was missing the
statickeyword when printingTSIndexSignaturenodes, causing
static [key: string]: stringindex signatures to lose thestaticmodifier during code generation.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com