mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 23:38:03 +00:00
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
This commit is contained in:
parent
814edcdd57
commit
e16b74d792
162 changed files with 539 additions and 12 deletions
|
@ -1,6 +1,9 @@
|
|||
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
|
||||
|
||||
// TODO(petamoriken): enable prefer-primordials for node polyfills
|
||||
// deno-lint-ignore-file prefer-primordials
|
||||
|
||||
// deno-lint-ignore camelcase
|
||||
import * as async_wrap from "ext:deno_node/internal_binding/async_wrap.ts";
|
||||
import { ERR_ASYNC_CALLBACK } from "ext:deno_node/internal/errors.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue