Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Apr 9, 2021
1 parent 06017a1 commit e847f90
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
@@ -1 +1 @@
SyntaxError: <CWD>/test.js: Missing semicolon (2:10)
SyntaxError: <CWD>/test.js: Missing semicolon. (2:10)
@@ -1,3 +1,3 @@
{
"throws": "Missing semicolon (2:10)"
"throws": "Missing semicolon. (2:10)"
}
@@ -1,3 +1,3 @@
{
"throws": "super() is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?"
"throws": "`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?"
}
Expand Up @@ -6,5 +6,5 @@
"supportsTopLevelAwait": false
},
"presets": ["env"],
"throws": "Unexpected reserved word 'await' (1:0)"
"throws": "Unexpected reserved word 'await'. (1:0)"
}
@@ -1,4 +1,4 @@
{
"presets": [["flow", {}, "before"], "typescript", ["flow", {}, "after"]],
"throws": "Unexpected reserved word 'enum' (1:0)"
"throws": "Unexpected reserved word 'enum'. (1:0)"
}

0 comments on commit e847f90

Please sign in to comment.