typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

Staging repo for development of native port of TypeScript

Results 434 typescript-go issues
Sort by recently updated
recently updated
newest added

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...

Domain: Program

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

Domain: Editor

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...

Domain: Type Checking
Domain: Declaration Emit

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!") |];...

Domain: Editor

Format the code: ```ts const a = { b: function* () { } } function* bar() { } ``` ## Expected Using stable TS, the formatting keeps the space after...

Domain: Editor

## 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...

Domain: Editor

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.*

Domain: Type Checking
Type Ordering

Re-implement "Remove Unused Imports" for the language server.

Domain: Editor