Skip to content

Commit

Permalink
repl: enable experimental repl
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller committed May 12, 2024
1 parent dde2965 commit 95c77bd
Show file tree
Hide file tree
Showing 18 changed files with 3,540 additions and 1,951 deletions.
10 changes: 10 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,16 @@ following permissions are restricted:
* Child Process - manageable through [`--allow-child-process`][] flag
* Worker Threads - manageable through [`--allow-worker`][] flag

### `--experimental-repl`

<!--
added: REPLACME
-->

> Stability: 1 - Experimental
Runs Node.js with the experimental REPL, rather than the stable implementation.

### `--experimental-require-module`

<!-- YAML
Expand Down
Loading

0 comments on commit 95c77bd

Please sign in to comment.