mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
Merge branch 'main' of https://github.com/MercuryWorkshop/aerojet
This commit is contained in:
commit
d4abce1457
1 changed files with 2 additions and 0 deletions
|
@ -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])]);
|
||||
},
|
||||
});
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue