diff options
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r-- | js/dispatch.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts index af91a9b9e..1a60a5363 100644 --- a/js/dispatch.ts +++ b/js/dispatch.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as minimal from "./dispatch_minimal"; -import * as json from "./dispatch_json"; +import * as minimal from "./dispatch_minimal.ts"; +import * as json from "./dispatch_json.ts"; // These consts are shared with Rust. Update with care. export const OP_READ = 1; |