Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a2cac8e5103757df3b5440490fada81eeb008954
      
https://github.com/WebKit/WebKit/commit/a2cac8e5103757df3b5440490fada81eeb008954
  Author: Nicolò Ribaudo <[email protected]>
  Date:   2025-12-04 (Thu, 04 Dec 2025)

  Changed paths:
    M JSTests/test262/expectations.yaml
    M Source/JavaScriptCore/parser/ModuleAnalyzer.cpp

  Log Message:
  -----------
  Align `import * as ns; export { ns }` with `export * as ns`
https://bugs.webkit.org/show_bug.cgi?id=303141

Reviewed by Yusuke Suzuki and Sosuke Suzuki.

This patch changes JSC's handling of `import * as ns; export { ns }`
to align with https://github.com/tc39/ecma262/pull/3715, which reached
consensus in the Nov 2025 TC39 meeting.

This will be tested by https://github.com/tc39/test262/pull/4606, for
now I manually verified that the relevant tests in that PR are failing
before this patch and passing after it.

* Source/JavaScriptCore/parser/ModuleAnalyzer.cpp:
(JSC::ModuleAnalyzer::exportVariable):

Canonical link: https://commits.webkit.org/303952@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to