zenparsing / es6now

ECMAScript 6 to 5 Compiler and Runtime Environment
MIT License
29 stars 2 forks source link

Update Module Locator Rules #22

Closed zenparsing closed 10 years ago

zenparsing commented 10 years ago

https://github.com/google/traceur-compiler/issues/1221

Essentially, we treat module specifiers that start with:

as URLs.

Other specifiers (such as "zen-sh") we treat the same way as our current "package" scheme.

zenparsing commented 10 years ago

We'll need to deprecate and then abandon the "package" scheme. This will be a breaking change so we'll need to bump the version to 0.8.1.

zenparsing commented 10 years ago

Done b424208eeeec04a3f1ae2b8ad4eb933ea8c03651