From afcaccd3ca78424ee911faea56ebb011f5ce1a96 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Fri, 17 Jul 2020 22:16:36 +0900 Subject: [PATCH] Update node flags --- src/_node | 2 ++ 1 file changed, 2 insertions(+) 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' \