Skip to content

fix(typescript): make parser resilient to malformed syntax#10165

Merged
luvkapur merged 1 commit intomasterfrom
fix-typescript-parser-handle-invalid-syntax
Jan 21, 2026
Merged

fix(typescript): make parser resilient to malformed syntax#10165
luvkapur merged 1 commit intomasterfrom
fix-typescript-parser-handle-invalid-syntax

Conversation

@luvkapur
Copy link
Copy Markdown
Member

This PR fixes the typeScript parser to safely handle malformed AST nodes during parsing. It ensures invalid / incomplete syntax doesn't crash the parser and, in turn, the UI server.

@luvkapur luvkapur changed the title fix(typescript): make parser resilient to malformed export syntax fix(typescript): make parser resilient to malformed syntax Jan 21, 2026
@luvkapur luvkapur enabled auto-merge (squash) January 21, 2026 19:33
@luvkapur luvkapur merged commit bb02823 into master Jan 21, 2026
12 checks passed
@luvkapur luvkapur deleted the fix-typescript-parser-handle-invalid-syntax branch January 21, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants