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
34566
4341d212 fix(js): use per-invocation cache in TS plugin to fix NX_ISOLATE_PLUGINS=false When plugin isolation is off, concurrent createNodesV2 invocations share the same module instance. The module-level mutable `cache` variable caused invocation A's `finally` block to null it out while invocation B was still reading from it, resulting in "Cannot read properties of null (reading 'configContexts')". Replace the shared mutable `cache` with a Symbol-keyed Map so each invocation gets its own isolated cache. The tsconfig disk cache is shared across invocations with an idempotent initialization guard.
8 days ago
by Coly010
C
Previous page
Previous
Next
Next page