« Bugzilla Issues Index
#99 — Modules: ImportSpecifierSet error?
- bug_id:
99
- creation_ts:
2011-04-29 11:39:00 -0700
- short_desc:
Modules: ImportSpecifierSet error?
- delta_ts:
2015-07-10 08:34:22 -0700
- product:
Harmony
- component:
proposals
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- bug_file_loc:
http://wiki.ecmascript.org/doku.php?id=harmony:modules
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Dave Herman
- cc:
["allen", "erik.arvidsson"]
- commentid:
197
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2011-04-29 11:39:12 -0700
Given:
ImportSpecifierSet ::= ...
...
| "{" (ImportSpecifier ("," ImportSpecifier)*)? ","? "}"
this leads you to be able to write
import modexp.{}
What is the point in allowing an empty set? Shouldn't the grammar be?
ImportSpecifierSet ::= ...
...
| "{" ImportSpecifier ("," ImportSpecifier)* ","? "}"
- commentid:
5886
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-10 12:20:02 -0700
no longer applicable to ES6 module features