0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/compat
Bartek Iwańczuk 1117d2db39
compat: support compat mode in REPL (#12882)
This commit introduces "ProcState::maybe_resolver" field, which
stores a single instance of resolver for the whole lifetime of the
process, instead of creating these resolvers for each creation
of module graph. As a result, this resolver can be used in fallback
case where graph is not constructed (REPL, loading modules using
"require") unifying resolution logic.
2021-11-24 16:55:10 +01:00
..
testdata port check_if_should_use_esm_loader to rust (#12562) 2021-11-01 14:46:07 -04:00
errors.rs compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00
esm_resolver.rs compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00
mod.rs compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00