We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bb1cc commit ccee741Copy full SHA for ccee741
20 files changed
doc/api/cli.md
@@ -958,17 +958,19 @@ with the following structure:
958
```json
959
{
960
"$schema": "https://nodejs.org/dist/REPLACEME/docs/node_config_json_schema.json",
961
- "experimental-transform-types": true,
962
- "import": [
963
- "amaro/transform"
964
- ],
965
- "disable-warning": "ExperimentalWarning",
966
- "watch-path": "src",
967
- "watch-preserve-output": true
+ "nodeOptions": {
+ "experimental-transform-types": true,
+ "import": [
+ "amaro/transform"
+ ],
+ "disable-warning": "ExperimentalWarning",
+ "watch-path": "src",
968
+ "watch-preserve-output": true
969
+ }
970
}
971
```
972
-Only flags that are allowed in [`NODE_OPTIONS`][] are supported.
973
+In the `nodeOptions` field, only flags that are allowed in [`NODE_OPTIONS`][] are supported.
974
No-op flags are not supported.
975
Not all V8 flags are currently supported.
976
0 commit comments