aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2020-07-17 22:16:36 +0900
committerShohei YOSHIDA <syohex@gmail.com>2020-07-17 22:16:36 +0900
commitafcaccd3ca78424ee911faea56ebb011f5ce1a96 (patch)
treeb8eb450a9e1fa5c78c6ff3f06a6c7116a07a1618 /src/_node
parentMerge pull request #749 from arp242/psqlrc (diff)
downloadzsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar.gz
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar.bz2
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar.lz
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar.xz
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.tar.zst
zsh-completions-afcaccd3ca78424ee911faea56ebb011f5ce1a96.zip
Update node flags
Diffstat (limited to 'src/_node')
-rw-r--r--src/_node2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_node b/src/_node
index 9fe5abd..dd75986 100644
--- a/src/_node
+++ b/src/_node
@@ -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' \