From 3fc19dab47492e06043fc7add28e64693a4eb775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Sep 2023 08:09:16 -0500 Subject: feat: support import attributes (#20342) --- ext/http/00_serve.js | 2 +- ext/http/01_http.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/http') diff --git a/ext/http/00_serve.js b/ext/http/00_serve.js index 7307ab2d8..914205889 100644 --- a/ext/http/00_serve.js +++ b/ext/http/00_serve.js @@ -1,5 +1,5 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -// deno-lint-ignore-file camelcase + const core = globalThis.Deno.core; const primordials = globalThis.__bootstrap.primordials; const internals = globalThis.__bootstrap.internals; diff --git a/ext/http/01_http.js b/ext/http/01_http.js index 55c9a77ee..705e616e4 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -1,7 +1,5 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -// deno-lint-ignore-file camelcase - const core = globalThis.Deno.core; const internals = globalThis.__bootstrap.internals; const primordials = globalThis.__bootstrap.primordials; -- cgit v1.2.3