Skip to content

Commit 24c8f0b

Browse files
author
Gabriel Schulhof
committed
n-api: update cli documentation
Fixes: #20082 PR-URL: #20301 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5a10d14 commit 24c8f0b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/api/cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ tcp port and communicate using the [Chrome DevTools Protocol][].
144144
added: v7.10.0
145145
-->
146146

147-
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
148-
(experimental).
147+
This option is a no-op. It is kept for compatibility.
149148

150149

151150
### `--no-deprecation`

doc/node.1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ V8 Inspector integration allows attaching Chrome DevTools and IDEs to Node.js in
122122
It uses the Chrome DevTools Protocol.
123123
.
124124
.It Fl -napi-modules
125-
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
126-
(experimental).
125+
This option is a no-op. It is kept for compatibility.
127126
.
128127
.It Fl -no-deprecation
129128
Silence deprecation warnings.

0 commit comments

Comments
 (0)