Closed manbaum closed 3 months ago
fixed, now temporary parameters are added in the default parameter transform instead of undefined
const d = function (e) {
let t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};
let n = arguments.length > 5 ? arguments[5] : void 0;
->
const d = function (e, t = {}, _param, _param2, _param3, n) {};
can test it in the website, the cli will be released later
Error raised when deobfuscate
main.js
file.main.zip
The console output: