mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Update mod.js
This commit is contained in:
parent
eea6c6c9cd
commit
9a7ef62b9e
@ -1,3 +1,3 @@
|
|||||||
module.exports = function (source, map) {
|
module.exports = function (source, map) {
|
||||||
return source + `\nexport let $s=(n,v)=>eval(n+"=v")`;
|
return source + `\nexport const __$S__=(n,v)=>eval("function(v){" + n + "=v}")(v)`;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user