fix files frontmatter after linting

This commit is contained in:
Leo Balter 2019-02-25 15:11:57 -05:00
parent e7092eacc4
commit 42a8594e56
20 changed files with 4 additions and 39 deletions

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions-static-semantics-early-errors
description: > description: >
In non-strict code, "arguments--" does not produce an early error. In non-strict code, "arguments--" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid. It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (arguments) It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (arguments)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -16,7 +15,6 @@ info: |
UpdateExpression: LeftHandSideExpression -- UpdateExpression: LeftHandSideExpression --
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -9,8 +9,7 @@ info: |
2. Let oldValue be ? ToNumeric(? GetValue(expr)). 2. Let oldValue be ? ToNumeric(? GetValue(expr)).
3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit). 3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit).
4. Perform ? PutValue(expr, newValue). 4. Perform ? PutValue(expr, newValue).
5. Return oldValue. 5. Return oldValue.
features: [BigInt] features: [BigInt]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "eval--" does not produce an early error. In non-strict code, "eval--" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid. It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (eval) It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (eval)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -16,7 +15,6 @@ info: |
UpdateExpression: LeftHandSideExpression -- UpdateExpression: LeftHandSideExpression --
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions-static-semantics-early-errors
description: > description: >
In non-strict code, "arguments++" does not produce an early error. In non-strict code, "arguments++" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid. It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,13 +6,11 @@ esid: sec-identifiers-static-semantics-assignmenttargettype
description: > description: >
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
info: | info: |
sec-update-expressions-static-semantics-early-errors sec-update-expressions-static-semantics-early-errors
UpdateExpression: LeftHandSideExpression ++ UpdateExpression: LeftHandSideExpression ++
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -9,8 +9,7 @@ info: |
2. Let oldValue be ? ToNumeric(? GetValue(expr)). 2. Let oldValue be ? ToNumeric(? GetValue(expr)).
3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit). 3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit).
4. Perform ? PutValue(expr, newValue). 4. Perform ? PutValue(expr, newValue).
5. Return oldValue. 5. Return oldValue.
features: [BigInt] features: [BigInt]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "eval++" does not produce an early error. In non-strict code, "eval++" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid. It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,13 +6,11 @@ esid: sec-identifiers-static-semantics-assignmenttargettype
description: > description: >
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
info: | info: |
sec-update-expressions-static-semantics-early-errors sec-update-expressions-static-semantics-early-errors
UpdateExpression: LeftHandSideExpression ++ UpdateExpression: LeftHandSideExpression ++
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "--arguments" does not produce an early error. In non-strict code, "--arguments" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid. It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments) It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -16,7 +15,6 @@ info: |
UpdateExpression: -- UnaryExpression UpdateExpression: -- UnaryExpression
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -9,8 +9,7 @@ info: |
2. Let oldValue be ? ToNumeric(? GetValue(expr)). 2. Let oldValue be ? ToNumeric(? GetValue(expr)).
3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit). 3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit).
4. Perform ? PutValue(expr, newValue). 4. Perform ? PutValue(expr, newValue).
5. Return newValue. 5. Return newValue.
features: [BigInt] features: [BigInt]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "--eval" does not produce an early error. In non-strict code, "--eval" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid. It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval) It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -16,7 +15,6 @@ info: |
UpdateExpression: -- UnaryExpression UpdateExpression: -- UnaryExpression
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "++arguments" does not produce an early error. In non-strict code, "++arguments" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid. It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments) It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -16,7 +15,6 @@ info: |
UpdateExpression: ++ UnaryExpression UpdateExpression: ++ UnaryExpression
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict] flags: [onlyStrict]
negative: negative:
phase: parse phase: parse

View File

@ -9,8 +9,7 @@ info: |
2. Let oldValue be ? ToNumeric(? GetValue(expr)). 2. Let oldValue be ? ToNumeric(? GetValue(expr)).
3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit). 3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit).
4. Perform ? PutValue(expr, newValue). 4. Perform ? PutValue(expr, newValue).
5. Return newValue. 5. Return newValue.
features: [BigInt] features: [BigInt]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
In non-strict code, "++eval" does not produce an early error. In non-strict code, "++eval" does not produce an early error.
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. 1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid. It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: > description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval) It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval)
info: | info: |
sec-identifiers-static-semantics-assignmenttargettype sec-identifiers-static-semantics-assignmenttargettype
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.