Skip to content

Commit

Permalink
Normative: Allow Annex B scripts to start with --> (tc39#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and ljharb committed Feb 14, 2024
1 parent b07ca06 commit 197f124
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -49708,6 +49708,15 @@ <h1>HTML-like Comments</h1>
<p>The syntax and semantics of <emu-xref href="#sec-comments"></emu-xref> is extended as follows except that this extension is not allowed when parsing source text using the goal symbol |Module|:</p>
<h2>Syntax</h2>
<emu-grammar type="definition">
InputElementHashbangOrRegExp ::
WhiteSpace
LineTerminator
Comment
CommonToken
HashbangComment
RegularExpressionLiteral
HTMLCloseComment

Comment ::
MultiLineComment
SingleLineComment
Expand Down

0 comments on commit 197f124

Please sign in to comment.