[Webkit-unassigned] [Bug 160343] New: [ES6] Module binding can be exposed by multiple names
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 29 09:53:41 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160343
Bug ID: 160343
Summary: [ES6] Module binding can be exposed by multiple names
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
Module can export the same local binding by using multiple names.
var value = 42;
export { value };
export { value as value2 };
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160729/535f96ca/attachment.html>
More information about the webkit-unassigned
mailing list