summaryrefslogtreecommitdiff
path: root/js/blob.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/blob.ts')
-rw-r--r--js/blob.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/blob.ts b/js/blob.ts
index 94d03c97f..4c86f1f24 100644
--- a/js/blob.ts
+++ b/js/blob.ts
@@ -1,8 +1,8 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import * as domTypes from "./dom_types";
-import { containsOnlyASCII, hasOwnProperty } from "./util";
-import { TextEncoder } from "./text_encoding";
-import { build } from "./build";
+import * as domTypes from "./dom_types.ts";
+import { containsOnlyASCII, hasOwnProperty } from "./util.ts";
+import { TextEncoder } from "./text_encoding.ts";
+import { build } from "./build.ts";
export const bytesSymbol = Symbol("bytes");