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

## Steps to reproduce package.json: ``` { "dependencies": { "@octokit/core": "7.0.3" } } ``` tsconfig.json: ``` { "compilerOptions": { "skipLibCheck": true, } } ``` test.ts: ``` import { OctokitOptions }...

node10 resolution

Similar to #2227, update imports on file rename/move is one of those features that I really miss. Also can't easily be replaced by models right now

Domain: Editor

## Stack trace ``` panic handling request textDocument/inlayHint Debug failure. Unexpected node. Node KindPropertyAccessExpression was unexpected. goroutine 17755 [running]: runtime/debug.Stack() runtime/debug/stack.go:26 +0x5e github.com/microsoft/typescript-go/internal/lsp.(*Server).recover(0xc000166008, 0xc00efb4c30) github.com/microsoft/typescript-go/internal/lsp/server.go:880 +0x58 panic({0xba2920?, 0xc00d5e7450?}) runtime/panic.go:783 +0x132...

Crash

### Extension Version 0.20251205.1 ### VS Code Version 1.106.3 ### Operating system Version macOS Tahoe 26.1 ### Steps to reproduce 1. Clone https://github.com/gebsh/auto-import-cjs. 1. Open the cloned repository in VS...

Domain: Editor

In Strada, the document symbol tests (i.e. `navigationTree`) were not baseline tests. I initially ported those tests as they were in Strada, but some 40 tests failed, and mostly due...

```js exports.Something = make({ }); ``` ``` panic handling request textDocument/foldingRange Token cache mismatch: parent. Expected parent of kind KindCallExpression, got KindCallExpression goroutine 35780 [running]: runtime/debug.Stack() runtime/debug/stack.go:26 +0x5e github.com/microsoft/typescript-go/internal/lsp.(*Server).recover(0xc0001e4008, 0xc011f70a20)...

Domain: JS
Crash

Type: Bug tsgo seems fast on the CPU, but on my project here it take 17GB or ram. so my computer got to swap a lots, which by the end...

Needs More Info

TS 6.0 can help users add JSDocs to existing functions by providing a template. This doesn't seem to be implemented for ts-go VSCode extension logic: https://github.com/microsoft/vscode/blob/5eafa95b6d8a456be8db6f1f7ad16ca5ada23648/extensions/typescript-language-features/src/languageFeatures/jsDocCompletions.ts

Domain: Editor

Panic when type-checking JavaScript files with JSDoc `@overload` annotations, caused by invalid AST structures created by the reparser. ## Root Cause The reparser was creating synthetic `MethodDeclaration` nodes for ALL...