Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34493
5c079b00 chore(misc): fix format
by jaysoo
j
Failed
34493
Fix applied
→
505473ee fix(esbuild): skip unnecessary type-check in TS Solution Setup when skipTypeCheck is true In TS Solution Setup, the esbuild executor forces runTypeCheck even when skipTypeCheck: true and declaration: false. This runs a type check in noEmit mode that suppresses all diagnostics (via ignoreDiagnostics: true), making it completely pointless -- except for its harmful side effect of writing a poisoned 19-byte tsbuildinfo file that causes race conditions with tsc --build. Primary fix (esbuild.impl.ts): Only force type-check in TS Solution Setup when declarations actually need to be generated (isTsSolutionSetup && declaration). When skipTypeCheck is true and declaration is false, the type check is skipped entirely. Defense-in-depth (run-type-check.ts): Also set composite: false in the noEmit code path to prevent tsbuildinfo writes from any caller, since composite: true + noEmit: true still triggers TypeScript to write a minimal tsbuildinfo file.
by wewelll
w
Previous page
Previous
Next
Next page