Skip to content

Commit c38bf81

Browse files
authored
fixup: removal from node options and manpage.
1 parent 1bcdb51 commit c38bf81

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

doc/api/repl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ For an example of running a REPL instance over [`curl(1)`][], see:
763763
[TTY keybindings]: readline.md#readline_tty_keybindings
764764
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
765765
[`'uncaughtException'`]: process.md#process_event_uncaughtexception
766-
[`--experimental-repl-await`]: cli.md#cli_experimental_repl_await
767766
[`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.md#errors_err_domain_cannot_set_uncaught_exception_capture
768767
[`ERR_INVALID_REPL_INPUT`]: errors.md#errors_err_invalid_repl_input
769768
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html

doc/node.1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ to use as a custom module loader.
153153
.It Fl -experimental-policy
154154
Use the specified file as a security policy.
155155
.
156-
.It Fl -experimental-repl-await
157-
Enable experimental top-level
158-
.Sy await
159-
keyword support in REPL.
160-
.
161156
.It Fl -experimental-specifier-resolution
162157
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'.
163158
.

src/node_options.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ class EnvironmentOptions : public Options {
112112
std::string experimental_policy;
113113
std::string experimental_policy_integrity;
114114
bool has_policy_integrity_string;
115-
bool experimental_repl_await = false;
116115
bool experimental_vm_modules = false;
117116
bool expose_internals = false;
118117
bool frozen_intrinsics = false;

0 commit comments

Comments
 (0)