Fix property/accessor duplicate declaration checks (
25963e4)
The checker and symbol flag exclusions were updated so properties no longer collide incorrectly with accessors, and getters/setters are validated with the right merge rules. This fixes a class of duplicate-member diagnostics and aligns binder/checker behavior with the intended symbol semantics.
Fix signature help crash when typing < in JSX text (
1f20854)
Navigation token scanning now rescans ambiguous < tokens in JSX child text, preventing a crash during signature help on WIP JSX text. A regression test covers the trigger-character case to keep this from coming back.
Other misc changes
- Copilot workflow: set
TS_GO_DEBUG_STACK_LIMITto avoid stack-overflow hangs (
c9f8677)