‹
Organization
nx
Nx
Overview
Runs
Compare tasks
Sign in
Toggle sidebar
Nx
Enterprise
Nx
fix(core): make yargs imports in shared-options type-only 'coerce' was imported as a named value from 'yargs' but never used as a value — every 'coerce:' in this file is an object-literal key. The named import only typechecked as a property lookup on the Argv object that @types/yargs exports via 'export =', and ts-jest's nodenext handling rejects that form with TS2614. This was latent until this PR: the new devkit re-exports (checkFilesAreInputs/Outputs, HashPlanInspector) connect @nx/devkit to command-line-utils and shared-options, pulling this file into the e2e ts-jest type-check set for the first time and failing every e2e-ci task at transform time. Argv and ParserConfigurationOptions are only used as types, so the import becomes type-only.
nx build workspace-plugin
⌘K
Succeeded
CI Pipeline Execution
nx build workspace-plugin
Click to copy
35583
100%
Cache hits
2 of 2 tasks used cache.