1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
Nayeem Rahman 979742dee5
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 16:19:31 +02:00
..
integration fix(test): disable preventDefault() for beforeunload event (#18911) 2023-05-04 16:19:29 +02:00
node_compat refactor: merge Deno & Node inspectors (#18691) 2023-05-04 16:17:51 +02:00
testdata fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 16:19:31 +02:00
unit fix(ext/kv): throw on the Kv constructor (#18978) 2023-05-04 16:19:27 +02:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00