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

- [x] Explore the codebase and understand the rename flow - [x] Review TypeScript implementation - [x] Implement simplified validation approach - [x] Localize error messages properly - [x] Fix...

### Extension Version 0.20251204.1 ### VS Code Version 1.107.0-insider ### Operating system Version Windows_NT x64 10.0.26220 ### Steps to reproduce 1. Opened a built JS file ### Issue ```======== Cache...

Domain: Editor

TSGO eagerly resolve the type of inferred function Expression. for simplicity the example shows how `keyof TestInterface` is resolved to `never` (but is wrong as TestInterface could be augmented), but...

related to https://github.com/microsoft/typescript-go/issues/1034 (using `7.0.0-dev.20251204.1`) ## Steps to reproduce https://github.com/aramissennyeydd/typescript-go-pnpm-error Write a function whose return value is a type from a package installed with PNPM. In the example above that's...

Similar to #2229 but we should also make sure you can't try to rename standard library functions like `setTimeout`

Domain: Editor

TS-go will allow triggering rename anywhere in the file, including on parens and keywords. When you press enter it will then either try doing a rename or say `no result`...

Domain: Editor

Tracks adding back in the `Move to file` refactoring from TS 6 This refactoring is very useful and can't be correctly performed by models without lots of extra instructions and...

Domain: Editor

### Extension Version 0.20251202.1 ### VS Code Version 1.107.0-insider ### Operating system Version Windows_NT x64 10.0.26220 ### Steps to reproduce 1. Open https://github.com/gitkraken/vscode-gitlens/blob/cdf7cd3fc2f9246c10081b0b038b68328981d413/src/webviews/apps/home/home.ts#L61 2. And see that there are 70...

Domain: Editor

### Extension Version 0.20251203.1 ### VS Code Version 1.107.0-insider ### Operating system Version MacOS 26.1 ### Steps to reproduce 1. Create an empty TypeScript project 2. Install `typescript-result` 3. Create...

Domain: Editor

The following code is accepted by TypeScript `tsc` 5.8.3 but fails with `tsgo` as of version 7.0.0-dev.20250603.1: ```typescript type IMapEntries = [K, V][]; type IKeyValueMap = { [key: string]: V;...

Domain: Type Checking
Type Ordering