diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-07 08:09:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 09:09:16 -0400 |
| commit | 3fc19dab47492e06043fc7add28e64693a4eb775 (patch) | |
| tree | 855e952933662aef37bd20c084901ae0e488b2db /ext/node/polyfills/internal_binding | |
| parent | 01a761f1d4f7ff4943fbf80464a276b434d8a8f7 (diff) | |
feat: support import attributes (#20342)
Diffstat (limited to 'ext/node/polyfills/internal_binding')
| -rw-r--r-- | ext/node/polyfills/internal_binding/cares_wrap.ts | 1 | ||||
| -rw-r--r-- | ext/node/polyfills/internal_binding/util.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/node/polyfills/internal_binding/cares_wrap.ts b/ext/node/polyfills/internal_binding/cares_wrap.ts index 130b1085f..a628f5fd0 100644 --- a/ext/node/polyfills/internal_binding/cares_wrap.ts +++ b/ext/node/polyfills/internal_binding/cares_wrap.ts @@ -34,7 +34,6 @@ import { AsyncWrap, providerType, } from "ext:deno_node/internal_binding/async_wrap.ts"; -// deno-lint-ignore camelcase import { ares_strerror } from "ext:deno_node/internal_binding/ares.ts"; import { notImplemented } from "ext:deno_node/_utils.ts"; import { isWindows } from "ext:deno_node/_util/os.ts"; diff --git a/ext/node/polyfills/internal_binding/util.ts b/ext/node/polyfills/internal_binding/util.ts index 8219187ab..a2d355c1e 100644 --- a/ext/node/polyfills/internal_binding/util.ts +++ b/ext/node/polyfills/internal_binding/util.ts @@ -85,7 +85,6 @@ export function isArrayIndex(value: unknown): value is number | string { } export function getOwnNonIndexProperties( - // deno-lint-ignore ban-types obj: object, filter: number, ): (string | symbol)[] { |
