mirror of https://github.com/tc39/test262.git
Merge pull request #2083 from leobalter/2034/yaml-extra-lines
Add lint check for leading empty lines in description and info blocks
This commit is contained in:
commit
59b89a1c83
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid multi-line, multi-field
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: No space allowed between sigial and IdentifierName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
desc: PrivateName Static Semantics, StringValue
|
||||
esid: sec-private-names-static-semantics-stringvalue
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Private methods are added before any field initializer is run, even if they appear textually later
|
||||
info: |
|
||||
|
||||
InitializeInstanceElements ( O, constructor )
|
||||
...
|
||||
4. For each item element in order from elements,
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private getter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private getter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private method
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private method
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private setter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private setter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncGeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncGeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static GeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static GeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static Method PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static Method PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrUnsignedDecimalLiteral
|
||||
info: |
|
||||
|
||||
StrStrUnsignedDecimalLiteral :::
|
||||
StrUnsignedDecimalLiteral
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
. StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
|
||||
info: |
|
||||
|
||||
StrDecimalDigits :::
|
||||
DecimalDigit
|
||||
StrDecimalDigits DecimalDigit
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
. StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
. StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
. StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
. StrDecimalDigits StrExponentPart
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - NonZeroDigit NumericLiteralSeparator DecimalDigit
|
||||
info: |
|
||||
|
||||
StrUnsignedDecimalLiteral :::
|
||||
StrUnsignedDecimalLiteral
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
|
||||
info: |
|
||||
|
||||
StrDecimalDigits :::
|
||||
DecimalDigit
|
||||
StrDecimalDigits DecimalDigit
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat - DecimalDigit
|
||||
info: |
|
||||
|
||||
StrDecimalDigits :::
|
||||
DecimalDigit
|
||||
StrDecimalDigits DecimalDigit
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
|
|||
description: >
|
||||
The NSL does not affect strings parsed by parseFloat (StrUnsignedDecimalLiteral)
|
||||
info: |
|
||||
|
||||
StrDecimalLiteral :::
|
||||
StrUnsignedDecimalLiteral
|
||||
+ StrUnsignedDecimalLiteral
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated, async]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated, async]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated, async]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated, async]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-private, class, class-fields-public]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-public, class]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-fields-public, class]
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
|
|||
flags: [generated]
|
||||
includes: [propertyHelper.js]
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue