-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
nodeModulesWithDynamicImports
to unresolved imports (#671)
* feat: limit nodeModulesWithDynamicImports to unresolved imports * chore: update test Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
module.exports = require('@org/test') | ||
const test1 = require('@org/test') | ||
const test2 = require('@org/test_2') | ||
const test3 = require('test-three') | ||
|
||
module.exports = [test1, test2, test3] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
ce6d1ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⏱ Benchmark results
largeDepsZisi: 1m 14.1s