From 2e590072148c85bbc479ab49aa9556b0a2cfaff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 5 Mar 2020 13:05:41 +0100 Subject: move Web APIs to cli/js/web/ --- cli/js/dispatch_minimal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/dispatch_minimal.ts') diff --git a/cli/js/dispatch_minimal.ts b/cli/js/dispatch_minimal.ts index 567dcc963..a62cc7c85 100644 --- a/cli/js/dispatch_minimal.ts +++ b/cli/js/dispatch_minimal.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as util from "./util.ts"; import { core } from "./core.ts"; -import { TextDecoder } from "./text_encoding.ts"; +import { TextDecoder } from "./web/text_encoding.ts"; import { ErrorKind, errors, getErrorClass } from "./errors.ts"; const promiseTableMin = new Map>(); -- cgit v1.2.3