From 637a9ecd6a3f3311601b4de36f6035ae63297f77 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 Apr 2020 17:19:36 -0400 Subject: dedup URLSearchParams, URL, Location, DOMStringList (#4719) --- cli/js/web/location.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/js/web/location.ts') diff --git a/cli/js/web/location.ts b/cli/js/web/location.ts index 9b59842b7..fe0ca2da2 100644 --- a/cli/js/web/location.ts +++ b/cli/js/web/location.ts @@ -1,7 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { URL } from "./url.ts"; import { notImplemented } from "../util.ts"; -import { DOMStringList, Location } from "./dom_types.d.ts"; import { getDOMStringList } from "./dom_util.ts"; export class LocationImpl implements Location { -- cgit v1.2.3