Files
codeql/javascript/extractor/tests
Asger F 637ce99e44 TypeScript Go extractor: metadata fixes, NestedNamespace inference, and scanner improvements
- Fix TS7 nodeFlags: remove Synthesized (shifted in TS7), add GlobalAugmentation=64,
  correct OptionalChain=32, Namespace=16, shift subsequent flags
- Add 33 missing operator/punctuation token kinds to syntaxKinds metadata
- Infer NestedNamespace flag for dotted namespace declarations (TS7 binary
  doesn't set it, but Java extractor needs it)
- Fix shebang handling: emit ShebangTrivia (kind 6) instead of SingleLineCommentTrivia
- Fix token kinds for regex/template rescans to match TS5 pre-rescan behavior
  (SlashToken for regexes, CloseBraceToken for template continuations)
- Fix augmentPos to correctly skip comments (matching TS5's trivia-skipping regex)
- Resolve native tsgo binary from npm wrapper to avoid Node.js dependency
- Update project-layout glob for worktree support

TRAP test results: 493/495 passing (99.6%)
Remaining: badimport.ts (missing diagnostics), externalmodule.ts (structural diff)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 15:11:48 +02:00
..
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2026-02-27 14:15:34 +01:00
2022-11-08 13:02:26 +01:00
2023-11-06 13:47:56 +01:00