You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: address PR review — auto-install tsgo via npm, merge tests into existing suite
- Replace shutil.which() lookup with npm-based auto-install pattern
(using RuntimeDependencyCollection like typescript_language_server)
- Remove standalone test_typescript_tsgo.py; parametrize existing
typescript tests with TYPESCRIPT_TSGO (always in CI via is_ci)
- Add tsgo installation step to pytest CI workflow
- Update docs to reflect automatic installation
we also support [tsgo](https://github.com/nicolo-ribaudo/tc39-proposal-type-annotations) (language `typescript_tsgo`), the native Go-based TypeScript 7 compiler with built-in LSP — does not require Node.js, must be installed separately via `npm install -g @typescript/native-preview`)
116
+
alternatively supports [tsgo](https://github.com/nicolo-ribaudo/tc39-proposal-type-annotations) (language `typescript_tsgo`), the native Go-based TypeScript 7 compiler with built-in LSP — automatically installed via npm)
117
117
***Vue**
118
118
(3.x with TypeScript; requires Node.js v18+ and npm; supports .vue Single File Components with monorepo detection)
0 commit comments