Skip to content

Commit

Permalink
build: @ts-nocheck for 'util' package
Browse files Browse the repository at this point in the history
something recently started reporting TS errors in there. just ignore
  • Loading branch information
turadg committed Feb 28, 2024
1 parent be2dd37 commit e954f2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/util+0.10.4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/node_modules/util/util.js b/node_modules/util/util.js
index e0ea321..876b412 100644
--- a/node_modules/util/util.js
+++ b/node_modules/util/util.js
@@ -1,3 +1,4 @@
+// @ts-nocheck
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a

0 comments on commit e954f2c

Please sign in to comment.