Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 4, 2024
1 parent c4447e5 commit 61ff623
Show file tree
Hide file tree
Showing 918 changed files with 9,846 additions and 14,230 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,49 @@
"type": "Script",
"span": {
"start": 1,
"end": 20,
"ctxt": 0
"end": 20
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 20,
"ctxt": 0
"end": 20
},
"ctxt": 0,
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 19,
"ctxt": 0
"end": 19
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 5,
"end": 14,
"ctxt": 0
"end": 14
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 6,
"end": 10,
"ctxt": 0
"end": 10
},
"rest": {
"start": 6,
"end": 9,
"ctxt": 0
"end": 9
},
"argument": {
"type": "Identifier",
"span": {
"start": 9,
"end": 10,
"ctxt": 0
"end": 10
},
"ctxt": 0,
"value": "a",
"optional": false,
"typeAnnotation": null
Expand All @@ -60,9 +55,9 @@
"type": "Identifier",
"span": {
"start": 12,
"end": 13,
"ctxt": 0
"end": 13
},
"ctxt": 0,
"value": "b",
"optional": false,
"typeAnnotation": null
Expand All @@ -75,8 +70,7 @@
"type": "ArrayExpression",
"span": {
"start": 17,
"end": 19,
"ctxt": 0
"end": 19
},
"elements": []
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
"type": "Script",
"span": {
"start": 126,
"end": 168,
"ctxt": 0
"end": 168
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 126,
"end": 168,
"ctxt": 0
"end": 168
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 126,
"end": 167,
"ctxt": 0
"end": 167
},
"expression": {
"type": "FunctionExpression",
Expand All @@ -27,38 +24,35 @@
"decorators": [],
"span": {
"start": 127,
"end": 166,
"ctxt": 0
"end": 166
},
"ctxt": 0,
"body": {
"type": "BlockStatement",
"span": {
"start": 144,
"end": 166,
"ctxt": 0
"end": 166
},
"ctxt": 0,
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 146,
"end": 164,
"ctxt": 0
"end": 164
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 146,
"end": 163,
"ctxt": 0
"end": 163
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 146,
"end": 147,
"ctxt": 0
"end": 147
},
"value": 0.0,
"raw": "0"
Expand All @@ -67,32 +61,29 @@
"type": "AssignmentExpression",
"span": {
"start": 149,
"end": 163,
"ctxt": 0
"end": 163
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 149,
"end": 158,
"ctxt": 0
"end": 158
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 151,
"end": 156,
"ctxt": 0
"end": 156
},
"key": {
"type": "Identifier",
"span": {
"start": 151,
"end": 156,
"ctxt": 0
"end": 156
},
"ctxt": 0,
"value": "await",
"optional": false,
"typeAnnotation": null
Expand All @@ -107,8 +98,7 @@
"type": "ObjectExpression",
"span": {
"start": 161,
"end": 163,
"ctxt": 0
"end": 163
},
"properties": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
"type": "Script",
"span": {
"start": 1,
"end": 31,
"ctxt": 0
"end": 31
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 1,
"end": 14,
"ctxt": 0
"end": 14
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
"end": 13
},
"value": "use strict",
"raw": "\"use strict\""
Expand All @@ -28,46 +25,41 @@
"type": "ExpressionStatement",
"span": {
"start": 15,
"end": 31,
"ctxt": 0
"end": 31
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 15,
"end": 30,
"ctxt": 0
"end": 30
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 16,
"end": 29,
"ctxt": 0
"end": 29
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 16,
"end": 24,
"ctxt": 0
"end": 24
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 18,
"end": 22,
"ctxt": 0
"end": 22
},
"key": {
"type": "Identifier",
"span": {
"start": 18,
"end": 22,
"ctxt": 0
"end": 22
},
"ctxt": 0,
"value": "eval",
"optional": false,
"typeAnnotation": null
Expand All @@ -82,8 +74,7 @@
"type": "ObjectExpression",
"span": {
"start": 27,
"end": 29,
"ctxt": 0
"end": 29
},
"properties": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
"type": "Script",
"span": {
"start": 1,
"end": 33,
"ctxt": 0
"end": 33
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 1,
"end": 14,
"ctxt": 0
"end": 14
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
"end": 13
},
"value": "use strict",
"raw": "\"use strict\""
Expand All @@ -28,46 +25,41 @@
"type": "ExpressionStatement",
"span": {
"start": 15,
"end": 33,
"ctxt": 0
"end": 33
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 15,
"end": 32,
"ctxt": 0
"end": 32
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 16,
"end": 31,
"ctxt": 0
"end": 31
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 16,
"end": 26,
"ctxt": 0
"end": 26
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 18,
"end": 24,
"ctxt": 0
"end": 24
},
"key": {
"type": "Identifier",
"span": {
"start": 18,
"end": 24,
"ctxt": 0
"end": 24
},
"ctxt": 0,
"value": "public",
"optional": false,
"typeAnnotation": null
Expand All @@ -82,8 +74,7 @@
"type": "ObjectExpression",
"span": {
"start": 29,
"end": 31,
"ctxt": 0
"end": 31
},
"properties": []
}
Expand Down
Loading

0 comments on commit 61ff623

Please sign in to comment.