Closed timfish closed 4 months ago
@trentm found a bug in node: prefixed built-in modules when using include and exclude: https://github.com/nodejs/import-in-the-middle/pull/146#issuecomment-2253093908
node:
include
exclude
This PR fixes that bug and adds some tests for it.
@trentm found a bug in
node:
prefixed built-in modules when usinginclude
andexclude
: https://github.com/nodejs/import-in-the-middle/pull/146#issuecomment-2253093908This PR fixes that bug and adds some tests for it.