Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 20, 2022
1 parent ceee147 commit 9971813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/tokenizer/index.js
Expand Up @@ -1120,7 +1120,7 @@ export default class Tokenizer extends CommentsParser {
radix: number,
len?: number,
forceLen?: boolean,
allowNumSeparator?: boolean | "bail",
allowNumSeparator: boolean | "bail" = true,
): number | null {
const { n, pos } = readInt(
this.input,
Expand Down

0 comments on commit 9971813

Please sign in to comment.