summaryrefslogtreecommitdiff
path: root/cli/tests/054_info_local_imports.out
AgeCommit message (Collapse)Author
2020-01-25refactor: Modules and Loader trait (#3791)Bartek IwaƄczuk
* move is_dyn_import argument from Loader::resolve to Loader::load - it was always kind of strange that resolve() checks permissions. * change argument type from &str to &ModuleSpecifier where applicable