deno/cli/standalone
Nayeem Rahman b6a3f8f722
refactor(core): remove ext: modules from the module map (#19040)
Rather than disallowing `ext:` resolution, clear the module map after
initializing extensions so extension modules are anonymized. This
operation is explicitly called in `deno_runtime`. Re-inject `node:`
specifiers into the module map after doing this.

Fixes #17717.
2023-05-28 12:44:41 -06:00
..
binary.rs chore: fix flaky test_include_dir_recursive (#19291) 2023-05-28 00:03:49 -04:00
file_system.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
mod.rs refactor(core): remove ext: modules from the module map (#19040) 2023-05-28 12:44:41 -06:00
virtual_fs.rs chore: maybe fix cli/standalone/virtual_fs tests on main (#19295) 2023-05-28 15:55:30 +02:00