1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/testdata/npm/imports_package_json
David Sherret 3eaf174bfc
fix(node): improve cjs tracking (#22673)
We were missing saying that a file is CJS when some Deno code imported
from the node_modules directory at runtime.
2024-03-06 00:23:51 +00:00
..
import_not_defined.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_not_defined.out fix(node): improve cjs tracking (#22673) 2024-03-06 00:23:51 +00:00
main.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
main.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
package.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
sub_path_import_not_defined.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
sub_path_import_not_defined.out fix(node): improve cjs tracking (#22673) 2024-03-06 00:23:51 +00:00