Skip to content

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

Filter by

315 results
 (81 ms)

315 results

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

We re missing an implementation of getJSSyntacticDiagnosticsForFile and its calling code in getSyntacticDiagnosticsForFile. The existing implementation lives in _submodules/TypeScript/src/compiler/program.ts, ...
Domain: JS
Domain: Program
  • jakebailey
  • Opened 
    10 hours ago
  • #1386

I have the following two files: // f.ts declare const x1: A; declare const x2: A; declare const x3: A; declare const x4: A; declare const x5: A; declare const x6: A; declare const x7: A; declare const ...
bug
  • guillaumebrunerie
  • 2
  • Opened 
    17 hours ago
  • #1383

Compiling the following import statement: import { MailDataRequired } from @sendgrid/mail ; compiles without error using tsc, but the latest tsgo fails to resolve the import: node_modules/@sendgrid/mail/src/mail.d.ts:1:9 ...
  • controversial
  • Opened 
    yesterday
  • #1380

Summary tsgo drops the infer R clause when generating TypeScript declaration files for conditional types. This causes TypeScript compilation errors and breaks type inference. Environment - tsgo version: ...
  • ryanrasti
  • Opened 
    yesterday
  • #1379

Reproduction: https://github.com/JakobJingleheimer/tsgo-specifier-resolution-failure Setup: cd ./package/foo npm ci Works: npx tsc Doesn t work: npx tsgo Error: src/main.ts:1:21 - error TS2307: ...
  • JakobJingleheimer
  • 6
  • Opened 
    yesterday
  • #1376

tsconfig.json { compilerOptions : { outDir : ./dist , declaration : true, moduleResolution : node , strict : true, skipLibCheck : true } } a.ts ...
Domain: Declaration Emit
  • scottbessler
  • Opened 
    2 days ago
  • #1374

I have a very simple typescript project with the following files my-app.zip // tsconfg.json { compilerOptions : { rootDirs : [ . , types ] } } // src/index.ts import type {Test} from ./$types ...
  • ryanylee
  • 4
  • Opened 
    3 days ago
  • #1367

https://github.com/tmm1/tsgo-vitest-repro tsgo --noEmit -p . sample.test.ts:39:26 - error TS2339: Property tools does not exist on type { name: string; mode: string; } | { name: string; mode: string; ...
Domain: Type Checking
  • tmm1
  • 2
  • Opened 
    7 days ago
  • #1360

Reportedly similar to #1314 but slightly different (I was recommended to create a new issue). This is running in my company s monorepo so I m unable to share a repo, but I m working with Jake to get more ...
Crash
Domain: Emit
  • IanMitchell
  • Opened 
    7 days ago
  • #1359

/** * For detailed information, see the documentation of the asynchronous version of * this API: {@link writeFile}. */ export declare function writeFileSync(): void; Hover over writeFileSync. panic ...
duplicate
  • DanielRosenwasser
  • 1
  • Opened 
    8 days ago
  • #1352
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