diff options
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r-- | cli/js/globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts index b734b8da3..93f47ff1b 100644 --- a/cli/js/globals.ts +++ b/cli/js/globals.ts @@ -26,7 +26,6 @@ import * as url from "./url.ts"; import * as urlSearchParams from "./url_search_params.ts"; import * as workers from "./workers.ts"; import * as performanceUtil from "./performance.ts"; - import * as request from "./request.ts"; // These imports are not exposed and therefore are fine to just import the |