From ce10e69abd10aa86c70444ae135c603923f97385 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Tue, 9 Jul 2024 01:25:37 +0200 Subject: [PATCH] chore: undo mor files --- ext/node/polyfills/_process/streams.mjs | 2 -- ext/node/polyfills/internal/console/constructor.mjs | 2 -- 2 files changed, 4 deletions(-) diff --git a/ext/node/polyfills/_process/streams.mjs b/ext/node/polyfills/_process/streams.mjs index e1b66af9f5..6f289fb776 100644 --- a/ext/node/polyfills/_process/streams.mjs +++ b/ext/node/polyfills/_process/streams.mjs @@ -1,8 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license. -// @ts-check - import { primordials } from "ext:core/mod.js"; const { Uint8ArrayPrototype, diff --git a/ext/node/polyfills/internal/console/constructor.mjs b/ext/node/polyfills/internal/console/constructor.mjs index f49357754d..caf6d144d5 100644 --- a/ext/node/polyfills/internal/console/constructor.mjs +++ b/ext/node/polyfills/internal/console/constructor.mjs @@ -4,8 +4,6 @@ // TODO(petamoriken): enable prefer-primordials for node polyfills // deno-lint-ignore-file prefer-primordials -// @ts-check - import { op_preview_entries } from "ext:core/ops"; // Mock trace for now