This commit is contained in:
velzie 2024-07-15 20:27:17 -04:00
commit d4abce1457
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -1,3 +1,4 @@
/*
import { rewriteJs } from "../shared";
const FunctionProxy = new Proxy(Function, {
@ -32,3 +33,4 @@ window.eval = new Proxy(window.eval, {
return Reflect.apply(target, thisArg, [rewriteJs(argArray[0])]);
},
});
*/