1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/runtime/examples
Nayeem Rahman 7a8bb3b611
fix(core): allow esm extensions not included in snapshot (#18980)
Fixes #18979.

This changes the predicate for allowing `ext:` specifier resolution from
`snapshot_loaded_and_not_snapshotting` to `ext_resolution_allowed` which
is only set to true during the extension module loading phase. Module
loaders as used in core
are now declared as `ExtModuleLoader` rather than `dyn ModuleLoader`.
2023-05-04 02:44:59 +02:00
..
hello_runtime.js fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 02:44:59 +02:00
hello_runtime.rs fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 02:44:59 +02:00
hello_runtime_bootstrap.js fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 02:44:59 +02:00