Skip to content

Commit

Permalink
Add 'no LineTerminator here' before AssertClauses
Browse files Browse the repository at this point in the history
  • Loading branch information
dandclark committed Jul 17, 2020
1 parent 51278ed commit d1c5f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ <h1>Syntax</h1>
ImportDeclaration :
`import` ImportClause FromClause `;`
`import` ModuleSpecifier `;`
<ins>`import` ImportClause FromClause AssertClause `;`</ins>
<ins>`import` ModuleSpecifier AssertClause `;`</ins>
<ins>`import` ImportClause FromClause [no LineTerminator here] AssertClause `;`</ins>
<ins>`import` ModuleSpecifier [no LineTerminator here] AssertClause `;`</ins>

ExportDeclaration :
`export` ExportFromClause FromClause `;`
<ins>`export` ExportFromClause FromClause AssertClause `;`</ins>
<ins>`export` ExportFromClause FromClause [no LineTerminator here] AssertClause `;`</ins>
`export` NamedExports `;`
`export` VariableStatement[~Yield, ~Await]
`export` Declaration[~Yield, ~Await]
Expand Down

0 comments on commit d1c5f89

Please sign in to comment.