[Webkit-unassigned] [Bug 214379] New: Support export namespace `export * as ns`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 14:33:42 PDT 2020


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

            Bug ID: 214379
           Summary: Support export namespace `export * as ns`
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jlhwung at gmail.com

`export * as ns` is included in ES2020.

Expect: it works on Safari

Actual: Safari TP 109 throws warning that missing "from" after `*`.

Spec PR: https://github.com/tc39/ecma262/pull/1174

-- 
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/20200715/2b90597a/attachment.htm>


More information about the webkit-unassigned mailing list