diff options
Diffstat (limited to 'js/url.ts')
-rw-r--r-- | js/url.ts | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as urlSearchParams from "./url_search_params"; -import * as domTypes from "./dom_types"; -import { getRandomValues } from "./get_random_values"; -import { window } from "./window"; +import * as urlSearchParams from "./url_search_params.ts"; +import * as domTypes from "./dom_types.ts"; +import { getRandomValues } from "./get_random_values.ts"; +import { window } from "./window.ts"; interface URLParts { protocol: string; |