« Bugzilla Issues Index
#95 — Problems with module grammar
- bug_id:
95
- creation_ts:
2011-04-25 11:53:00 -0700
- short_desc:
Problems with module grammar
- delta_ts:
2015-07-10 08:34:16 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
All
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "erik.arvidsson"]
- commentid:
191
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2011-04-25 11:53:23 -0700
Both ExportPath and QualifiedReference needs to use back tracking since ModuleExpression can be (Identifier "." IdentifierName)*
- commentid:
193
- comment_count:
1
- who:
Erik Arvidsson
- bug_when:
2011-04-25 13:22:52 -0700
Here is an example where back tracking is needed...
export a.b.c;
...since ModuleExpression will consume a.b.c.
- commentid:
5885
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-10 12:12:59 -0700
no longer applicable to ES6 module features