Skip to content

Commit

Permalink
Update packages/babel-parser/src/parse-error/standard-errors.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nicol貌 Ribaudo <nicolo.ribaudo@gmail.com>
  • Loading branch information
JLHwung and nicolo-ribaudo committed Sep 21, 2022
1 parent a81f8bc commit acc7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/parse-error/standard-errors.ts
Expand Up @@ -118,7 +118,7 @@ export default {
ImportJSONBindingNotDefault:
"A JSON module can only be imported with `default`.",
ImportReflectionNotBinding:
'Only `import module x from "./module"` is supported.',
'Only `import module x from "./module"` is valid.',
IncompatibleRegExpUVFlags:
"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",
InvalidBigIntLiteral: "Invalid BigIntLiteral.",
Expand Down

0 comments on commit acc7cb4

Please sign in to comment.