diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2024-01-06 00:03:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 15:03:06 +0000 |
commit | e7e25db24f5dc47c5cc8268453ec9a098eb99e36 (patch) | |
tree | ccfc9680968a2768e87b708b67772ac517cb442b /ext/node/polyfills/internal/util | |
parent | 9f86705fa64db7c1569f9244673e97376ae75782 (diff) |
chore: update deno_lint for CI (#21802)
Diffstat (limited to 'ext/node/polyfills/internal/util')
-rw-r--r-- | ext/node/polyfills/internal/util/types.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal/util/types.ts b/ext/node/polyfills/internal/util/types.ts index 58b1b1045..30a25e2e5 100644 --- a/ext/node/polyfills/internal/util/types.ts +++ b/ext/node/polyfills/internal/util/types.ts @@ -21,9 +21,6 @@ // 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 { primordials } from "ext:core/mod.js"; import * as bindingTypes from "ext:deno_node/internal_binding/types.ts"; export { |