Skip to content

issues Search Results · repo:microsoft/typescript-go language:Go

Filter by

460 results
 (102 ms)

460 results

inmicrosoft/typescript-go (press backspace or delete to remove)

Feel free to change title, I m not sure what is wrong here. Steps to reproduce repro link Behavior with typescript@5.8 npx tsc (empty - exits successfully) Behavior with tsgo $ npx tsgo src/index.ts:4:22 ...
  • Lilja
  • Opened 
    6 hours ago
  • #1840

Replace CompareTypes with: func CompareTypes(t1, t2 *Type) int { return -compareTypes2(t2, t1) } func compareTypes2(t1, t2 *Type) int { if t1 == t2 { return 0 } // ... And then tests say: ✖ ...
Domain: Porting Meta
  • jakebailey
  • 3
  • Opened 
    6 hours ago
  • #1839

Stack trace Don t know where to find this Steps to reproduce 1. Copy the code below in a file and hover over async or await keywords async () = { await Promise.resolve(true); } Additional Context ...
Crash
Domain: Editor
  • pedro757
  • 8
  • Opened 
    yesterday
  • #1836

Stack trace ======== Cache Statistics ======== [18:44:25.932] Open file count: 1 [18:44:25.932] Cached disk files: 5789 [18:44:25.932] Project count: 1 [18:44:25.932] Config count: ...
Crash
  • rubnogueira
  • Opened 
    4 days ago
  • #1821

Stack trace [paste stack trace here] Don t know where to find this Steps to reproduce 1. Install some dependecy 2. import it like this import { atom } from jotai ; 3. Hover over the name of the module ...
Crash
  • pedro757
  • 1
  • Opened 
    5 days ago
  • #1799

Steps to reproduce tsc --all tsc.txt tsgo --all tsgo.txt !-- Share a repository link or a code sample -- Behavior with typescript@5.8 (Version 5.8.3) tsc.txt Behavior with tsgo (Version 7.0.0-dev.20251003.1) ...
bug
Domain: CLI
  • puppy0cam
  • Opened 
    5 days ago
  • #1798

Steps to reproduce import * as React from react declare function Child(props: { children?: React.ReactNode }): React.ReactNode; function Test() { return Child Child Child ...
Domain: Emit
  • dragomirtitian
  • Opened 
    6 days ago
  • #1791

Steps to reproduce export type Data = { rows: Array { foo: string } } | { columns: number[]; } declare function callback(response: Data | undefined) : void callback({ rows: [ {} ...
bug
Domain: Type Checking
  • dragomirtitian
  • Opened 
    6 days ago
  • #1790

Steps to reproduce declare function flat T (args: T[] | T[][]): void; type Value = 1 | 2 declare const n: Value[] | Value[][] flat(n) Behavior with typescript@5.8 Type checks, T is inferred as Value ...
Domain: Type Checking
Type Ordering
  • dragomirtitian
  • 3
  • Opened 
    6 days ago
  • #1789

Steps to reproduce // @filename: types.ts interface BaseDefinition { id: string; } export type Definition = BaseDefinition; // @filename: index.ts import { Definition } from ./types ; export const ...
Domain: Declaration Emit
  • dragomirtitian
  • Opened 
    7 days ago
  • #1784
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub