Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | compat: 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-08 | feat(compat): add .code to dyn import error (#12633) | Yoshiya Hinosawa | |