Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarias-godaddy committed Sep 28, 2020
1 parent cf251d2 commit 272cf6b
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 @@ -24811,7 +24811,7 @@ <h2>Syntax</h2>
<emu-grammar type="definition">
ExportDeclaration :
`export` ExportFromClause FromClause `;`
`export` NamedExports `;`
`export` NamedExports[~From] `;`
`export` VariableStatement[~Yield, ~Await]
`export` Declaration[~Yield, ~Await]
`export` `default` HoistableDeclaration[~Yield, ~Await, +Default]
Expand Down Expand Up @@ -24941,11 +24941,11 @@ <h1>Static Semantics: ExportedBindings</h1>
<emu-alg>
1. Return a List containing the StringValue of the first |IdentifierName|.
</emu-alg>
<emu-grammar>ExportSpecifier : [+From] ModuleExportName `as` ModuleExportName</emu-grammar>
<emu-grammar>ExportSpecifier : ModuleExportName `as` ModuleExportName</emu-grammar>
<emu-alg>
1. Return a List containing the StringValue of the first |ModuleExportName|.
</emu-alg>
<emu-grammar>ExportSpecifier : [+From] ModuleExportName</emu-grammar>
<emu-grammar>ExportSpecifier : ModuleExportName</emu-grammar>
<emu-alg>
1. Return a List containing the StringValue of |ModuleExportName|.
</emu-alg>
Expand Down

0 comments on commit 272cf6b

Please sign in to comment.