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: >
In non-strict code, "arguments--" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (arguments)
info: |
sec-identifiers-static-semantics-assignmenttargettype
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 --
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict]
negative:
phase: parse

View File

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

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "eval--" does not produce an early error.
info: |
sec-identifiers-static-semantics-assignmenttargettype
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 Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (eval)
info: |
sec-identifiers-static-semantics-assignmenttargettype
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 --
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [onlyStrict]
negative:
phase: parse

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions-static-semantics-early-errors
description: >
In non-strict code, "arguments++" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict]
---*/

View File

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

View File

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

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "eval++" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
flags: [noStrict]
---*/

View File

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

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "--arguments" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
info: |
sec-identifiers-static-semantics-assignmenttargettype
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
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict]
negative:
phase: parse

View File

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

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "--eval" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval)
info: |
sec-identifiers-static-semantics-assignmenttargettype
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
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict]
negative:
phase: parse

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "++arguments" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict]
---*/

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
info: |
sec-identifiers-static-semantics-assignmenttargettype
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
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [onlyStrict]
negative:
phase: parse

View File

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

View File

@ -6,7 +6,6 @@ esid: sec-update-expressions
description: >
In non-strict code, "++eval" does not produce an early error.
info: |
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.
@ -18,7 +17,6 @@ info: |
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
flags: [noStrict]
---*/

View File

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