Skip to content

Commit 93c2b94

Browse files
Update doc/api/cli.md
Co-authored-by: Guy Bedford <guybedford@gmail.com>
1 parent f8bd149 commit 93c2b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ CommonJS. This includes the following:
799799
* `export` statements.
800800
* `import.meta` references.
801801
* `await` at the top level of a module.
802-
* `const` declarations of the CommonJS wrapper variables (`require`, `module`,
802+
* Lexical redeclarations of the CommonJS wrapper variables (`require`, `module`,
803803
`exports`, `__dirname`, `__filename`).
804804

805805
### `--experimental-import-meta-resolve`

0 commit comments

Comments
 (0)