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:
Leo Balter 2019-02-26 11:01:57 -05:00 committed by GitHub
commit 59b89a1c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1079 changed files with 28 additions and 1097 deletions

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid multi-line, multi-field desc: Valid multi-line, multi-field
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: SyntaxError desc: SyntaxError
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName = Initializer Syntax desc: Valid PrivateName = Initializer Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName = Initializer Syntax desc: Valid PrivateName = Initializer Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: No space allowed between sigial and IdentifierName desc: No space allowed between sigial and IdentifierName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName Syntax desc: Valid PrivateName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName Syntax desc: Valid PrivateName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName Syntax desc: Valid PrivateName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -5,7 +5,6 @@
desc: PrivateName Static Semantics, StringValue desc: PrivateName Static Semantics, StringValue
esid: sec-private-names-static-semantics-stringvalue esid: sec-private-names-static-semantics-stringvalue
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName Syntax desc: Valid PrivateName Syntax
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: SyntaxError desc: SyntaxError
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: SyntaxError desc: SyntaxError
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: SyntaxError desc: SyntaxError
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Private methods are added before any field initializer is run, even if they appear textually later desc: Private methods are added before any field initializer is run, even if they appear textually later
info: | info: |
InitializeInstanceElements ( O, constructor ) InitializeInstanceElements ( O, constructor )
... ...
4. For each item element in order from elements, 4. For each item element in order from elements,

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid FieldDefinition desc: Valid FieldDefinition
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid FieldDefinition desc: Valid FieldDefinition
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private getter desc: Valid PrivateName as private getter
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private getter desc: Valid PrivateName as private getter
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private method desc: Valid PrivateName as private method
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private method desc: Valid PrivateName as private method
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private setter desc: Valid PrivateName as private setter
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName as private setter desc: Valid PrivateName as private setter
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName desc: Valid PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName desc: Valid PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName desc: Valid PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid PrivateName desc: Valid PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static AsyncGeneratorMethod PrivateName desc: Valid Static AsyncGeneratorMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static AsyncGeneratorMethod PrivateName desc: Valid Static AsyncGeneratorMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static AsyncMethod PrivateName desc: Valid Static AsyncMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static AsyncMethod PrivateName desc: Valid Static AsyncMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static GeneratorMethod PrivateName desc: Valid Static GeneratorMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static GeneratorMethod PrivateName desc: Valid Static GeneratorMethod PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static Method PrivateName desc: Valid Static Method PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static Method PrivateName desc: Valid Static Method PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -4,7 +4,6 @@
/*--- /*---
desc: Valid Static PrivateName desc: Valid Static PrivateName
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrUnsignedDecimalLiteral The NSL does not affect strings parsed by parseFloat - StrUnsignedDecimalLiteral
info: | info: |
StrStrUnsignedDecimalLiteral ::: StrStrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: | info: |
StrDecimalDigits ::: StrDecimalDigits :::
DecimalDigit DecimalDigit
StrDecimalDigits DecimalDigit StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - NonZeroDigit NumericLiteralSeparator DecimalDigit The NSL does not affect strings parsed by parseFloat - NonZeroDigit NumericLiteralSeparator DecimalDigit
info: | info: |
StrUnsignedDecimalLiteral ::: StrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: | info: |
StrDecimalDigits ::: StrDecimalDigits :::
DecimalDigit DecimalDigit
StrDecimalDigits DecimalDigit StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat - DecimalDigit The NSL does not affect strings parsed by parseFloat - DecimalDigit
info: | info: |
StrDecimalDigits ::: StrDecimalDigits :::
DecimalDigit DecimalDigit
StrDecimalDigits DecimalDigit StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: > description: >
The NSL does not affect strings parsed by parseFloat (StrUnsignedDecimalLiteral) The NSL does not affect strings parsed by parseFloat (StrUnsignedDecimalLiteral)
info: | info: |
StrDecimalLiteral ::: StrDecimalLiteral :::
StrUnsignedDecimalLiteral StrUnsignedDecimalLiteral
+ StrUnsignedDecimalLiteral + StrUnsignedDecimalLiteral

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-fields-public, generators, class]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, generators, class, class
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async] flags: [generated, async]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async] flags: [generated, async]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async] flags: [generated, async]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated, async] flags: [generated, async]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-methods-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-static-fields-private, generators, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-private, class, class-fields-public]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
static MethodDefinition static MethodDefinition

View File

@ -8,7 +8,6 @@ features: [class-fields-public, class]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-fields-public, class]
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
... ...
FieldDefinition ; FieldDefinition ;

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

View File

@ -8,7 +8,6 @@ features: [class-methods-private, class-fields-private, class, class-fields-publ
flags: [generated] flags: [generated]
includes: [propertyHelper.js] includes: [propertyHelper.js]
info: | info: |
ClassElement : ClassElement :
MethodDefinition MethodDefinition
... ...

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