Update node flags
This commit is contained in:
parent
3b247d3071
commit
afcaccd3ca
|
@ -83,6 +83,7 @@ _arguments -C \
|
|||
'--experimental-repl-await[experimental await keyword support in REPL]' \
|
||||
'--experimental-report[enable report generation]' \
|
||||
'--experimental-specifier-resolution=[extension resolution algorithm for es modules]:resolution algorithm:(explicit none)' \
|
||||
'--experimental-top-level-await[enable experimental support for Top-Level await]' \
|
||||
'--experimental-vm-modules[experimental ES Module support in vm module]' \
|
||||
'--experimental-wasi-unstable-preview1[experimental WASI support]' \
|
||||
'--experimental-wasm-modules[experimental ES module support for webassembly modules]' \
|
||||
|
@ -135,6 +136,7 @@ _arguments -C \
|
|||
'(--tls-min-v1.0 --tls-min-v1.2 --tls-min-v1.3)--tls-min-v1.1[set default TLS minimum to TLSv1.1]' \
|
||||
'(--tls-min-v1.0 --tls-min-v1.1 --tls-min-v1.3)--tls-min-v1.2[set default TLS minimum to TLSv1.2]' \
|
||||
'(--tls-max-v1.2 --tls-min-v1.0 --tls-min-v1.1 --tls-min-v1.2)--tls-min-v1.3[set default TLS minimum to TLSv1.3]' \
|
||||
'--trace-atomics-wait[trace Atomics.wait operations]' \
|
||||
'--trace-deprecation[show stack traces on deprecations]' \
|
||||
'--trace-event-categories[comma separated list of trace event categories to record]: :{_values -s , categories node node.async_hooks node.bootstrap node.perf node.perf.usertiming node.perf.timerify node.fs.sync node.vm.script v8}' \
|
||||
'--trace-event-file-pattern[Template string specifying the filepath for the trace-events data, it supports ${rotation} and ${pid} log-rotation id. %2$u is the pid.]:template string' \
|
||||
|
|
Loading…
Reference in New Issue