jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

browser loader: standard module names #26

Open jorendorff opened 11 years ago

jorendorff commented 11 years ago

Should it be "@js/foo" "@web/foo", or just "js/foo" "web/foo"?

samth commented 11 years ago

On Thu, May 16, 2013 at 3:17 PM, Jason Orendorff notifications@github.com wrote:

Should it be "@js/foo" "@web/foo", or just "js/foo" "web/foo"?

The latter.