jorendorff / js-loaders

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

Should System.set(name, module) throw if name is undefined, null, or blank? #46

Open johnjbarton opened 11 years ago

johnjbarton commented 11 years ago

These seem like identifiers that ought to be illegal to avoid confusing errors.