Update @babel/parser fixtures
This commit is contained in:
parent
50e0e353ee
commit
a2ac2f39b5
@ -2,7 +2,7 @@
|
||||
"type": "File",
|
||||
"start":0,"end":99,"loc":{"start":{"line":1,"column":0},"end":{"line":8,"column":2}},
|
||||
"errors": [
|
||||
"SyntaxError: Unsyntactic break (5:8)"
|
||||
"SyntaxError: Unsyntactic break. (5:8)"
|
||||
],
|
||||
"program": {
|
||||
"type": "Program",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"type": "File",
|
||||
"start":0,"end":63,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}},
|
||||
"errors": [
|
||||
"SyntaxError: Missing semicolon (3:9)"
|
||||
"SyntaxError: Missing semicolon. (3:9)"
|
||||
],
|
||||
"program": {
|
||||
"type": "Program",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"type": "File",
|
||||
"start":0,"end":58,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":2}},
|
||||
"errors": [
|
||||
"SyntaxError: 'return' outside of function (3:4)"
|
||||
"SyntaxError: 'return' outside of function. (3:4)"
|
||||
],
|
||||
"program": {
|
||||
"type": "Program",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user