summaryrefslogtreecommitdiff
path: root/js/dir.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/dir.ts')
-rw-r--r--js/dir.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/dir.ts b/js/dir.ts
index cf9345110..824084f4d 100644
--- a/js/dir.ts
+++ b/js/dir.ts
@@ -1,8 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import * as msg from "gen/cli/msg_generated";
import { assert } from "./util";
-import * as flatbuffers from "./flatbuffers";
-import { sendSync } from "./dispatch";
+import { sendSync, flatbuffers, msg } from "./dispatch_flatbuffers";
/**
* `cwd()` Return a string representing the current working directory.