typescript-go
typescript-go copied to clipboard
Staging repo for development of native port of TypeScript
We have some package (in our case `@sentry/browser`) installed two places in our tree (in our case, two different npm workspaces which npm in its infinite wisdom did not figure...
Fixes #2236
Heavily WIP with a bunch still TODO - I've spent a lot of time disentangling the circular `host` structure ID previously used that *really* doesn't port easily to `go` and...
### Extension Version 0.20251013.2 ### VS Code Version 1.99.3 ### Operating system Version 26.1 Beta (25B5062e) ### Steps to reproduce 1. 2. 3. ### Issue Ability to select project typescript
We have a project with couple of hundred zod schema files. When we run tsc --noEmit it takes around 4s to type check Testing with tsgo --noEmit it stalls and...
Here's an example file that exhibits new weirdness on signature help: ```ts let obj = { foo(s: string): string { return s; } }; let s =[| obj.foo("Hello, world!") |];...
Format the code: ```ts const a = { b: function* () { } } function* bar() { } ``` ## Expected Using stable TS, the formatting keeps the space after...
## Steps to reproduce Try importing any module from node_modules or pnpm linked workspaces ## Behavior with `[email protected]` We get import suggestions for the modules ## Behavior with `tsgo` We...
Reproduction: https://github.com/andreww2012/tsgo-regression-ts2590 *(running `tsgo` in Stackblitz environment doesn't work, it results in the "/node_modules/@typescript/native-preview-linux-x64/lib/tsgo: line 1: a command can only contain words and redirects" error.*
Re-implement "Remove Unused Imports" for the language server.