Closed
Bug 634021
Opened 10 years ago
Closed 3 years ago
jsresolve blows up on import M.{foo}
Categories
(Other Applications Graveyard :: Narcissus, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dherman, Unassigned)
Details
Reported by Dmitry Soshnikov:
https://mail.mozilla.org/pipermail/narcissus/2011-February/000026.html
Test case:
module M { export var foo = 42 }
import M.{foo};
Dave
Comment 1•3 years ago
|
||
Closing as Narcissus isn't maintained anymore.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•