Update @babel/parser fixtures

This commit is contained in:
Nicolò Ribaudo 2021-04-28 18:41:10 +02:00
parent 50e0e353ee
commit a2ac2f39b5
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"type": "File", "type": "File",
"start":0,"end":99,"loc":{"start":{"line":1,"column":0},"end":{"line":8,"column":2}}, "start":0,"end":99,"loc":{"start":{"line":1,"column":0},"end":{"line":8,"column":2}},
"errors": [ "errors": [
"SyntaxError: Unsyntactic break (5:8)" "SyntaxError: Unsyntactic break. (5:8)"
], ],
"program": { "program": {
"type": "Program", "type": "Program",

View File

@ -2,7 +2,7 @@
"type": "File", "type": "File",
"start":0,"end":63,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}}, "start":0,"end":63,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}},
"errors": [ "errors": [
"SyntaxError: Missing semicolon (3:9)" "SyntaxError: Missing semicolon. (3:9)"
], ],
"program": { "program": {
"type": "Program", "type": "Program",

View File

@ -2,7 +2,7 @@
"type": "File", "type": "File",
"start":0,"end":58,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}}, "start":0,"end":58,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}},
"errors": [ "errors": [
"SyntaxError: 'return' outside of function (3:4)" "SyntaxError: 'return' outside of function. (3:4)"
], ],
"program": { "program": {
"type": "Program", "type": "Program",