Skip to content

Instantly share code, notes, and snippets.

View Suero152's full-sized avatar
🚀
Gênesis 4:7

Suero Suero152

🚀
Gênesis 4:7
View GitHub Profile
@Suero152
Suero152 / @sinclair+typebox+0.32.30.patch
Created May 14, 2024 23:51
A package patch to remove some Typebox BigInt usages so I can use it with Babel properly
diff --git a/node_modules/@sinclair/typebox/build/cjs/errors/errors.js b/node_modules/@sinclair/typebox/build/cjs/errors/errors.js
index b13e46b..090e803 100644
--- a/node_modules/@sinclair/typebox/build/cjs/errors/errors.js
+++ b/node_modules/@sinclair/typebox/build/cjs/errors/errors.js
@@ -9,7 +9,7 @@ const extends_undefined_1 = require("../type/extends/extends-undefined");
const function_1 = require("./function");
const index_4 = require("../type/error/index");
const index_5 = require("../value/deref/index");
-const index_6 = require("../value/hash/index");
+c