Skip to content

Commit

Permalink
Update doc/api/cli.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Bedford <guybedford@gmail.com>
  • Loading branch information
GeoffreyBooth and guybedford committed Mar 11, 2024
1 parent 026d6c1 commit c117865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ CommonJS. This includes the following:
* `export` statements.
* `import.meta` references.
* `await` at the top level of a module.
* `const` declarations of the CommonJS wrapper variables (`require`, `module`,
* Lexical redeclarations of the CommonJS wrapper variables (`require`, `module`,
`exports`, `__dirname`, `__filename`).

### `--experimental-import-meta-resolve`
Expand Down

0 comments on commit c117865

Please sign in to comment.