Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Mar 26, 2021
1 parent 59f07f7 commit 9828d62
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
@@ -1,6 +1,15 @@
{
"type": "File",
"start":0,"end":25,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":25}},
"errors": [
{
"$$ babel internal serialized type": "Error",
"message": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:18)",
"name": "SyntaxError",
"code": "BABEL_PARSER_SYNTAX_ERROR",
"reasonCode": "UnexpectedTokenUnaryExponentiation"
}
],
"program": {
"type": "Program",
"start":0,"end":25,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":25}},
Expand Down
@@ -1,6 +1,15 @@
{
"type": "File",
"start":0,"end":26,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":26}},
"errors": [
{
"$$ babel internal serialized type": "Error",
"message": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:18)",
"name": "SyntaxError",
"code": "BABEL_PARSER_SYNTAX_ERROR",
"reasonCode": "UnexpectedTokenUnaryExponentiation"
}
],
"program": {
"type": "Program",
"start":0,"end":26,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":26}},
Expand Down
@@ -1,6 +1,15 @@
{
"type": "File",
"start":0,"end":27,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":27}},
"errors": [
{
"$$ babel internal serialized type": "Error",
"message": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:19)",
"name": "SyntaxError",
"code": "BABEL_PARSER_SYNTAX_ERROR",
"reasonCode": "UnexpectedTokenUnaryExponentiation"
}
],
"program": {
"type": "Program",
"start":0,"end":27,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":27}},
Expand Down

0 comments on commit 9828d62

Please sign in to comment.