summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/dyn_import_reject.out
AgeCommit message (Collapse)Author
2021-11-24compat: support compat mode in REPL (#12882)Bartek IwaƄczuk
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-08feat(compat): add .code to dyn import error (#12633)Yoshiya Hinosawa