summaryrefslogtreecommitdiff
path: root/cli/js/dispatch.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-02-25 06:48:14 +1100
committerGitHub <noreply@github.com>2020-02-24 14:48:14 -0500
commit2b7e28b591a6947f76ddf9a53f49eec8f1accc0f (patch)
treecfa8f32e1e5171642fc916d77a397937e901fc48 /cli/js/dispatch.ts
parent5da7c7df1d8649ddb5628b4dc830aa8c23ccb488 (diff)
feat: Add Deno.formatDiagnostics (#4032)
Diffstat (limited to 'cli/js/dispatch.ts')
-rw-r--r--cli/js/dispatch.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/dispatch.ts b/cli/js/dispatch.ts
index fc1c69a62..1b7e23463 100644
--- a/cli/js/dispatch.ts
+++ b/cli/js/dispatch.ts
@@ -17,6 +17,7 @@ export let OP_GET_DIR: number;
export let OP_START: number;
export let OP_APPLY_SOURCE_MAP: number;
export let OP_FORMAT_ERROR: number;
+export let OP_FORMAT_DIAGNOSTIC: number;
export let OP_CACHE: number;
export let OP_RESOLVE_MODULES: number;
export let OP_FETCH_ASSET: number;