summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/async_hooks.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-09-07 08:09:16 -0500
committerGitHub <noreply@github.com>2023-09-07 09:09:16 -0400
commit3fc19dab47492e06043fc7add28e64693a4eb775 (patch)
tree855e952933662aef37bd20c084901ae0e488b2db /ext/node/polyfills/internal/async_hooks.ts
parent01a761f1d4f7ff4943fbf80464a276b434d8a8f7 (diff)
feat: support import attributes (#20342)
Diffstat (limited to 'ext/node/polyfills/internal/async_hooks.ts')
-rw-r--r--ext/node/polyfills/internal/async_hooks.ts1
1 files changed, 0 insertions, 1 deletions
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,