[Webkit-unassigned] [Bug 176573] New: `async` should be able to be used as an imported binding name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 17:39:46 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176573

            Bug ID: 176573
           Summary: `async` should be able to be used as an imported
                    binding name
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at keanulee.com

According to JS spec (https://tc39.github.io/ecma262/#sec-reserved-words), `async` is not a reserved keyword and should be able to be used as an imported binding name. For example, the following should not throw:

    import * as async from "./client.js";


Repro: https://kindly-physician.glitch.me/ (works in Chrome)

Related: https://github.com/Polymer/polymer-modulizer/issues/197

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170908/df660e73/attachment.html>


More information about the webkit-unassigned mailing list