Skip to content
Snippets Groups Projects
Commit c945da86 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

rename fields folders to elements

parent aa31486b
Branches
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.
/*---
path: language/statements/class/fields/evaluation-error/
path: language/statements/class/elements/evaluation-error/
name: field definitions in a class declaration
features: [class]
esid: sec-runtime-semantics-classdefinitionevaluation
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/fields/evaluation-error/
path: language/expressions/class/elements/evaluation-error/
name: field definitions in a class expression
features: [class]
esid: sec-runtime-semantics-classdefinitionevaluation
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/statements/class/fields/
path: language/statements/class/elements/
name: field definitions in a class declaration
features: [class]
esid: prod-FieldDefinition
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
path: language/expressions/class/fields/
path: language/expressions/class/elements/
name: field definitions in a class expression
features: [class]
esid: prod-FieldDefinition
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/field-delete-covered-
path: language/statements/class/elements/syntax/early-errors/delete/field-delete-covered-
name: in field, covered
info: |
Static Semantics: Early Errors
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/field-delete-twice-covered-
path: language/statements/class/elements/syntax/early-errors/delete/field-delete-twice-covered-
name: in field, recursively covered
info: |
Static Semantics: Early Errors
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/field-delete-
path: language/statements/class/elements/syntax/early-errors/delete/field-delete-
name: in field
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/method-delete-covered-
path: language/statements/class/elements/syntax/early-errors/delete/method-delete-covered-
name: in method, covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/method-delete-twice-covered-
path: language/statements/class/elements/syntax/early-errors/delete/method-delete-twice-covered-
name: in method, recursively covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/syntax/early-errors/delete/method-delete-
path: language/statements/class/elements/syntax/early-errors/delete/method-delete-
name: in method
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-covered-
path: language/expressions/class/elements/syntax/early-errors/delete/field-delete-covered-
name: in field, covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-twice-covered-
path: language/expressions/class/elements/syntax/early-errors/delete/field-delete-twice-covered-
name: in field, recursively covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/field-delete-
path: language/expressions/class/elements/syntax/early-errors/delete/field-delete-
name: in field
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-covered-
path: language/expressions/class/elements/syntax/early-errors/delete/method-delete-covered-
name: in method, covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-twice-covered-
path: language/expressions/class/elements/syntax/early-errors/delete/method-delete-twice-covered-
name: in method, recursively covered
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/expressions/class/fields/syntax/early-errors/delete/method-delete-
path: language/expressions/class/elements/syntax/early-errors/delete/method-delete-
name: in method
info: |
This file must never use the onlyStrict flag as the strict mode should always
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/arrow-fnc-
path: language/statements/class/elements/arrow-fnc-
name: arrow function expression
features: [arrow-function, class-fields-public]
negative:
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/comp-name-
path: language/statements/class/elements/comp-name-
name: computed ClassElementName
features: [class, class-fields-public, computed-property-names]
negative:
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/equality-
path: language/statements/class/elements/equality-
name: equality expression
features: [class, class-fields-public]
negative:
......
......@@ -3,7 +3,7 @@
/*---
esid: sec-class-definitions-static-semantics-early-errors
path: language/statements/class/fields/literal-name-
path: language/statements/class/elements/literal-name-
name: literal ClassElementName
features: [class, class-fields-public]
negative:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment