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

Per https://github.com/microsoft/typescript-go/issues/1622#issuecomment-3633202774

## Steps to reproduce 1. Open VSCode with the [TypeScript Native Preview](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview) extension. 2. Paste in this code example ```ts /** * @see https://example.com */ const test = 0; ```...

Domain: Editor

## Steps to reproduce - clone https://github.com/jycouet/r-tsgo (minimal remult app, with 1 entity with decorator) - build with `tsc` and build with `tsgo`, the output is different. It looks like...

bug
Domain: Emit

## Steps to reproduce I use tsgo --watch --noEmit --skipLibCheck on Win11's Terminal with pwsh 7.5.x The console is not cleared between watched builds (there is --preserveWatchOutput which defaults to...

- [x] Understand the issue: crash in `getArgumentArityError` when `maxCount >= len(args)` - [x] Identify root cause: accessing `args[maxCount]` without bounds check in the default branch - [x] Update test...

### Extension Version 0.20251209.1 ### VS Code Version 1.106.3 ### Operating system Version windows 11 25H2 ### Steps to reproduce Using the TypeScript (Native Preview) extension, there is no smart...

Domain: Editor

This reapplies #2197 after it was reverted in #2250. This includes a few changes over #2197. - Actually check concurrently. Oops. - Caveat; each file gets its own goroutine. I...

Had a hard time coming up with a minimal repro but here's the actual code it was found in. https://github.com/microsoft/TypeScript/blob/1da8266179589bbc977ccbd8712614ed5ddd3004/src/services/navigationBar.ts#L681-L690 ``` factory.createClassDeclaration/**/( ``` If you request signature help at the...

Crash

## Steps to reproduce ```tsx /** * @example * 𩸽 * 𰻞𰻞麺 */ export const Ruby = ({ children, text }: { children: string; text: string }) => ( {children}...