mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibJS: Remove support for the "assert" keyword for import attributes
This was removed from the spec some time ago. See:
14286bb
This commit is contained in:
parent
47ba231a9b
commit
b64a355a30
Notes:
github-actions[bot]
2025-01-21 13:59:26 +00:00
Author: https://github.com/trflynn89
Commit: b64a355a30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3324
7 changed files with 14 additions and 31 deletions
|
@ -225,7 +225,6 @@ private:
|
|||
bool match_secondary_expression(ForbiddenTokens forbidden = {}) const;
|
||||
bool match_statement() const;
|
||||
bool match_export_or_import() const;
|
||||
bool match_with_clause() const;
|
||||
|
||||
enum class AllowUsingDeclaration {
|
||||
No,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue