mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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
|
@ -21,6 +21,9 @@
|
|||
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// TODO(petamoriken): enable prefer-primordials for node polyfills
|
||||
// deno-lint-ignore-file prefer-primordials
|
||||
|
||||
import { inspect } from "ext:deno_node/util.ts";
|
||||
import { stripColor as removeColors } from "ext:deno_node/_util/std_fmt_colors.ts";
|
||||
import * as io from "ext:deno_io/12_io.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue