Open elliotttf opened 5 months ago
This replaces the dependency on resolve with node's native require.resolve method which supports custom paths as of node 8.9.0.
This will address false positive findings related to resolve's monorepo-symlink-test file.
monorepo-symlink-test
It's great to upgrade the code to use the native methods when available in the runtime. Great job!
Can this be merged?
This replaces the dependency on resolve with node's native require.resolve method which supports custom paths as of node 8.9.0.
This will address false positive findings related to resolve's
monorepo-symlink-test
file.