diff options
Diffstat (limited to 'js/timers.ts')
-rw-r--r-- | js/timers.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/timers.ts b/js/timers.ts index 388827331..cb0fd531c 100644 --- a/js/timers.ts +++ b/js/timers.ts @@ -1,8 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { assert } from "./util"; -import * as msg from "gen/cli/msg_generated"; -import * as flatbuffers from "./flatbuffers"; -import { sendAsync, sendSync } from "./dispatch"; +import { sendAsync, sendSync, msg, flatbuffers } from "./dispatch_flatbuffers"; import { window } from "./window"; interface Timer { |