deno/cli/standalone
Luca Casonato 7b29f1c934
chore: cleanup EmbeddedModuleLoader (#19911)
Source code is now not cloned anymore between eszip and deno_core, as
eszip now
returns `Arc<[u8]>`, that can be trivially casted into `Arc<str>`, which
`deno_core` can consume without copying.
2023-07-27 16:38:32 +00:00
..
binary.rs refactor(compile): store the npm snapshot in the eszip (#19343) 2023-06-08 11:48:29 -04:00
file_system.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
mod.rs chore: cleanup EmbeddedModuleLoader (#19911) 2023-07-27 16:38:32 +00:00
virtual_fs.rs chore(tests): test_util - Add PathRef (#19450) 2023-06-10 11:09:45 -04:00