Fix comment in allow-nlt-before-with.js (#4001)

The proposed syntax allows a line terminator before the `WithClause`.
This commit is contained in:
Lucas Mirelmann 2024-02-10 01:36:41 +01:00 committed by GitHub
parent 866d24deb2
commit 403ee414ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description: >
esid: sec-modules
info: |
ImportDeclaration:
import ModuleSpecifier[no LineTerminator here] WithClause;
import ModuleSpecifier WithClause;
WithClause:
AttributesKeyword {}