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
34947
209c2b86 fix(core): skip import-equals namespace aliases in native scanner The Rust import scanner was mishandling TypeScript's `import X = Y.Z` namespace alias syntax. After encountering this pattern, it would scan forward for string literals and treat them as module specifiers, causing phantom npm dependencies on case-insensitive filesystems (macOS). Now the scanner checks if an identifier after `import` is followed by `=`. If so, it distinguishes `import X = require('module')` (valid CommonJS import) from `import X = Y.Z` (namespace alias to skip). Fixes #34644
20 days ago
by Jason Jean
J
Previous page
Previous
Next
Next page