Resolving conflicts in class-fields src templates

This commit is contained in:
Rick Waldron 2018-01-05 15:31:17 -05:00
parent e9a187100a
commit e9e928babe
8 changed files with 16 additions and 12 deletions

View File

@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -2,11 +2,12 @@
// - src/class-fields/static-private-fields-forbidden.case // - src/class-fields/static-private-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template // - src/class-fields/propname-error-static/cls-expr-static-literal-name.template
/*--- /*---
description: static private class fields forbidden (early error -- static ClassElementName) description: static private class fields forbidden (early error -- PropName of IdentifierName is forbidden)
esid: sec-class-definitions-static-semantics-early-errors
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -2,11 +2,12 @@
// - src/class-fields/static-public-fields-forbidden.case // - src/class-fields/static-public-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-expr-static-literal-name.template // - src/class-fields/propname-error-static/cls-expr-static-literal-name.template
/*--- /*---
description: static public class fields forbidden (early error -- static ClassElementName) description: static public class fields forbidden (early error -- PropName of IdentifierName is forbidden)
esid: sec-class-definitions-static-semantics-early-errors
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -6,7 +6,7 @@ description: static private class fields forbidden (early error -- static ClassE
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -6,7 +6,7 @@ description: static public class fields forbidden (early error -- static ClassEl
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -2,11 +2,12 @@
// - src/class-fields/static-private-fields-forbidden.case // - src/class-fields/static-private-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template // - src/class-fields/propname-error-static/cls-decl-static-literal-name.template
/*--- /*---
description: static private class fields forbidden (early error -- static ClassElementName) description: static private class fields forbidden (early error -- PropName of IdentifierName is forbidden value)
esid: sec-class-definitions-static-semantics-early-errors
features: [class, class-fields-private] features: [class, class-fields-private]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/

View File

@ -2,11 +2,12 @@
// - src/class-fields/static-public-fields-forbidden.case // - src/class-fields/static-public-fields-forbidden.case
// - src/class-fields/propname-error-static/cls-decl-static-literal-name.template // - src/class-fields/propname-error-static/cls-decl-static-literal-name.template
/*--- /*---
description: static public class fields forbidden (early error -- static ClassElementName) description: static public class fields forbidden (early error -- PropName of IdentifierName is forbidden value)
esid: sec-class-definitions-static-semantics-early-errors
features: [class, class-fields-public] features: [class, class-fields-public]
flags: [generated] flags: [generated]
negative: negative:
phase: early phase: parse
type: SyntaxError type: SyntaxError
---*/ ---*/