Skip to content

Commit

Permalink
Change option description
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 3, 2022
1 parent 0fc5c20 commit 3733785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-parser/src/options.ts
Expand Up @@ -42,8 +42,8 @@ export const defaultOptions: Options = {
// When enabled, a return at the top level is not considered an
// error.
allowReturnOutsideFunction: false,
// When enabled, new.target at the top level is not considered an
// error.
// When enabled, new.target outside a function or class is not
// considered an error.
allowNewTargetOutsideFunction: false,
// When enabled, import/export statements are not constrained to
// appearing at the top of the program.
Expand Down

0 comments on commit 3733785

Please sign in to comment.