diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-06-27 10:35:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 17:35:19 +0900 |
commit | f372688f2285ee1a97128b718ec3d9f090752c36 (patch) | |
tree | 99d8bb7d0798258fd92878d7bfd177f9231dc359 /ext/node/polyfills/internal_binding | |
parent | e16b74d792c8fcdb46ab231575fc75f29d4d7fe7 (diff) |
fix: lint on main branch (#19622)
Diffstat (limited to 'ext/node/polyfills/internal_binding')
-rw-r--r-- | ext/node/polyfills/internal_binding/handle_wrap.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal_binding/handle_wrap.ts b/ext/node/polyfills/internal_binding/handle_wrap.ts index da62d297b..e844adadd 100644 --- a/ext/node/polyfills/internal_binding/handle_wrap.ts +++ b/ext/node/polyfills/internal_binding/handle_wrap.ts @@ -1,6 +1,3 @@ -// TODO(petamoriken): enable prefer-primordials for node polyfills -// deno-lint-ignore-file prefer-primordials - // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. // Copyright Joyent, Inc. and other Node contributors. // |