Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[JSC] Disable import-assertion since TC39 decides bringing it back to…
… stage-2 https://bugs.webkit.org/show_bug.cgi?id=251600 rdar://104964116 Reviewed by Michael Saboff. We found that the current syntax & semantics do not work with CSS / JSON module integration in HTML side, and it requires drastic changes in import-assertion in both syntax and semantics levels, which means that the current proposal becomes obsolete / not-shippable state. TC39 discussed about this and decided to bring import-assertion down to stage-2 from stage-3 to announce that this is not shippable state right now. This patch disables import-assertion by flipping a runtime flag. * Source/JavaScriptCore/runtime/OptionsList.h: Canonical link: https://commits.webkit.org/259795@main
- Loading branch information
1 parent
d7a2a70
commit 5eb7887
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters