Skip to content
Snippets Groups Projects
Commit b1c979d3 authored by Leo Balter's avatar Leo Balter
Browse files

Merge pull request #539 from bocoup/id-to-esid

Update meta data: `id` to `esid`
parents 007d3b1e 63c1cd3d
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: The `export` declaration may not appear within eval code
id: sec-scripts
esid: sec-scripts
flags: [module]
info: |
Eval code is the source text supplied to the built-in eval function. More
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: The `import` declaration may not appear within eval code
id: sec-scripts
esid: sec-scripts
flags: [module]
info: |
Eval code is the source text supplied to the built-in eval function. More
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: The `export` declaration may not appear within a ScriptBody
id: sec-scripts
esid: sec-scripts
negative: SyntaxError
info: |
A.5 Scripts and Modules
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: The `import` declaration may not appear within a ScriptBody
id: sec-scripts
esid: sec-scripts
negative: SyntaxError
info: |
A.5 Scripts and Modules
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Expression cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Statement cannot contain an `export` declaration
id: sec-modules
esid: sec-modules
negative: SyntaxError
flags: [module]
---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment