summaryrefslogtreecommitdiff
path: root/cli/js/ops/runtime_compiler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/ops/runtime_compiler.ts')
-rw-r--r--cli/js/ops/runtime_compiler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/runtime_compiler.ts b/cli/js/ops/runtime_compiler.ts
index 5a89983ee..671585118 100644
--- a/cli/js/ops/runtime_compiler.ts
+++ b/cli/js/ops/runtime_compiler.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { sendAsync } from "./dispatch_json.ts";
-import { DiagnosticItem } from "../diagnostics.ts";
+import type { DiagnosticItem } from "../diagnostics.ts";
interface CompileRequest {
rootName: string;