Skip to content

Commit

Permalink
Remove errorRecovery option
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Tejada committed Sep 16, 2021
1 parent 8a4bf94 commit 3ad960a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ function parseSourceAST(
'[@babel/parser] parse(originalSourceCode)',
() =>
parse(originalSourceCode, {
errorRecovery: true,
sourceType: 'unambiguous',
plugins: ['jsx', plugin],
}),
Expand Down

0 comments on commit 3ad960a

Please sign in to comment.