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/node/polyfills/internal/async_hooks.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/node/polyfills/internal/async_hooks.ts') diff --git a/ext/node/polyfills/internal/async_hooks.ts b/ext/node/polyfills/internal/async_hooks.ts index 5716ac4ad..339f62b7f 100644 --- a/ext/node/polyfills/internal/async_hooks.ts +++ b/ext/node/polyfills/internal/async_hooks.ts @@ -54,7 +54,6 @@ const active_hooks: ActiveHooks = { export const registerDestroyHook = async_wrap.registerDestroyHook; const { - // deno-lint-ignore camelcase async_hook_fields, // deno-lint-ignore camelcase asyncIdFields: async_id_fields, -- cgit v1.2.3