From dec10991e77861c83b49dda19e693afc658fc139 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Tue, 1 Oct 2024 16:07:22 -0300 Subject: [PATCH] doc: mention addons to experimental permission PR-URL: https://github.com/nodejs/node/pull/55166 Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Michael Dawson --- doc/api/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 588c9cc8640ab7..a79bfe2addce59 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1058,6 +1058,7 @@ following permissions are restricted: * Child Process - manageable through [`--allow-child-process`][] flag * Worker Threads - manageable through [`--allow-worker`][] flag * WASI - manageable through [`--allow-wasi`][] flag +* Addons - manageable through [`--allow-addons`][] flag ### `--experimental-require-module` @@ -3596,6 +3597,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12 [V8 Inspector integration for Node.js]: debugger.md#v8-inspector-integration-for-nodejs [V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html [`"type"`]: packages.md#type +[`--allow-addons`]: #--allow-addons [`--allow-child-process`]: #--allow-child-process [`--allow-fs-read`]: #--allow-fs-read [`--allow-fs-write`]: #--allow-fs-write