naxodev
OSS
naxodev/oss
feat(gonx): use static analysis as sole dependency strategy Why? ==== The go-runtime strategy required Go to be installed and a go.work file to function, making it unusable in CI environments or for frontend developers. The static-analysis strategy (tree-sitter) has no such requirements and produces equivalent results. Maintaining three strategies (go-runtime, static-analysis, auto) added complexity without meaningful benefit. How? ==== - Removed go-runtime strategy, auto strategy, and the dependencyStrategy option entirely - Made static analysis the only code path in createDependencies - Deleted all go-runtime utility files and associated types - Added unit tests for the static-analysis index module - Simplified e2e tests to remove strategy-specific describe blocks - Updated docs and README to reflect the single approach
nx-cloud record -- nx format:check
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
3 runs failed
nx-cloud record -- nx format:check
Click to copy
Linux
4 CPU cores
986b837c
99