summaryrefslogtreecommitdiff
path: root/cli/import_map.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.
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk