Generate tests

This commit is contained in:
Leo Balter 2018-09-05 16:12:46 -04:00 committed by Rick Waldron
parent e9f9c7576c
commit bf5661bf60
1270 changed files with 2770 additions and 2520 deletions

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in field)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete-covered.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete-covered.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in field, covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete-covered.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete-covered.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in field, covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in field)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete-twice-covered.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in field, recursively covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-field-delete-twice-covered.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in field, recursively covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in method)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete-covered.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete-covered.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in method, covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete-covered.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete-covered.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in method, covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in method)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/call-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template
// - src/class-elements/call-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete-twice-covered.template
/*---
description: Syntax error if you call delete on call expressions . privatename (in method, recursively covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/member-expression-privatename.case
// - src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template
// - src/class-elements/member-expression-privatename.case
// - src/class-elements/delete-error/cls-expr-method-delete-twice-covered.template
/*---
description: Syntax error if you call delete on member expressions . privatename (in method, recursively covered)
esid: sec-class-definitions-static-semantics-early-errors

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-names.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/computed-names.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Computed property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-symbol-names.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/computed-symbol-names.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Computed property symbol names (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: PrivateName Static Semantics, StringValue (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names-asi.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/literal-names-asi.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Literal property names with ASI (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/literal-names.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Literal property names (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/private-names.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/private-names.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: private names (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-field-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid FieldDefinition (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-field-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid FieldDefinition (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-async-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-async-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static Method PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static Method PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/rs-static-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: Valid Static PrivateName (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-fields.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/static-private-fields.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: static private fields (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-methods-with-fields.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/static-private-methods-with-fields.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: static private methods with fields (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-methods.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/static-private-methods.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: static private methods (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/string-literal-names.case
// - src/class-fields/productions/cls-expr-after-same-line-gen.template
// - src/class-elements/string-literal-names.case
// - src/class-elements/productions/cls-expr-after-same-line-gen.template
/*---
description: String literal names (field definitions after a generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-names.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/computed-names.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Computed property names (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-symbol-names.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/computed-symbol-names.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Computed property symbol names (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: PrivateName Static Semantics, StringValue (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names-asi.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/literal-names-asi.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Literal property names with ASI (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/literal-names.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Literal property names (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/private-names.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/private-names.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: private names (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-field-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid FieldDefinition (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-field-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid FieldDefinition (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-async-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-async-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static Method PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static Method PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/rs-static-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: Valid Static PrivateName (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-fields.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/static-private-fields.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: static private fields (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-methods-with-fields.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/static-private-methods-with-fields.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: static private methods with fields (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/static-private-methods.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/static-private-methods.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: static private methods (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/string-literal-names.case
// - src/class-fields/productions/cls-expr-after-same-line-method.template
// - src/class-elements/string-literal-names.case
// - src/class-elements/productions/cls-expr-after-same-line-method.template
/*---
description: String literal names (field definitions after a method in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-names.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/computed-names.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Computed property names (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/computed-symbol-names.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/computed-symbol-names.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Computed property symbol names (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/grammar-privatename-identifier-semantics-stringvalue.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: PrivateName Static Semantics, StringValue (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names-asi.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/literal-names-asi.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Literal property names with ASI (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/literal-names.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/literal-names.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Literal property names (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/private-names.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/private-names.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: private names (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-field-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid FieldDefinition (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-field-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-field-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid FieldDefinition (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-async-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static AsyncGeneratorMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-async-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-async-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-async-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static AsyncMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-generator-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-generator-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-generator-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static GeneratorMethod PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-method-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static Method PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-method-privatename-identifier.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-method-privatename-identifier.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static Method PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt-by-classname.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer-alt.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer-alt.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/class-fields/rs-static-privatename-identifier-initializer.case
// - src/class-fields/productions/cls-expr-after-same-line-static-async-gen.template
// - src/class-elements/rs-static-privatename-identifier-initializer.case
// - src/class-elements/productions/cls-expr-after-same-line-static-async-gen.template
/*---
description: Valid Static PrivateName (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition

Some files were not shown because too many files have changed in this diff Show More