summaryrefslogtreecommitdiff
path: root/cli/js/dispatch.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2020-01-24 22:15:31 +0900
committerRyan Dahl <ry@tinyclouds.org>2020-01-24 08:15:31 -0500
commitbc89f04cbf5e7a8480331eea77e57a100c8179d7 (patch)
treecb5b466f1169872f1e47d68926c27fbbd1509c3f /cli/js/dispatch.ts
parenta6a7253df9129b51255d45bf996d9a335c809ace (diff)
Add signal handlers (#3757)
Diffstat (limited to 'cli/js/dispatch.ts')
-rw-r--r--cli/js/dispatch.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/js/dispatch.ts b/cli/js/dispatch.ts
index f5049cca8..aa6696fa2 100644
--- a/cli/js/dispatch.ts
+++ b/cli/js/dispatch.ts
@@ -74,6 +74,9 @@ export let OP_HOSTNAME: number;
export let OP_OPEN_PLUGIN: number;
export let OP_COMPILE: number;
export let OP_TRANSPILE: number;
+export let OP_SIGNAL_BIND: number;
+export let OP_SIGNAL_UNBIND: number;
+export let OP_SIGNAL_POLL: number;
/** **WARNING:** This is only available during the snapshotting process and is
* unavailable at runtime. */