« Bugzilla Issues Index
#2659 — Loader.prototype.import does not call the normalize hook
- bug_id:
2659
- creation_ts:
2014-04-15 13:24:00 -0700
- short_desc:
Loader.prototype.import does not call the normalize hook
- delta_ts:
2015-03-16 14:39:53 -0700
- product:
Draft for 6th Edition
- component:
deferred features
- version:
Rev 23: April 5, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
WONTFIX
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Juan Ignacio Dopazo
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "jorendorff", "samth"]
- commentid:
7734
- comment_count:
0
- who:
Juan Ignacio Dopazo
- bug_when:
2014-04-15 13:24:01 -0700
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".
- commentid:
13768
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-16 14:39:53 -0700
concerns old module spec.