archives

« Bugzilla Issues Index

#2659 — Loader.prototype.import does not call the normalize hook


Loader.prototype.import should be the imperative equivalent of the declarative `import` form. But at the moment it's calling LoadModule which proceeds straight to "locate" or "fetch". Instead it should be normalizing the module name first by proceeding to "normalize".


concerns old module spec.