summaryrefslogtreecommitdiff
path: root/cli/module_specifier.rs
AgeCommit message (Collapse)Author
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-06-12Refactor module resolving (#2493)Bartek Iwańczuk
Adds ModuleSpecifier, which wraps a URL. This is now passed around instead of specifier and resolver strings.