decode-js icon indicating copy to clipboard operation
decode-js copied to clipboard

ReferenceError: Container is falsy

Open To-King opened this issue 1 year ago • 2 comments
trafficstars

D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\replacement.js:164 throw new ReferenceError("Container is falsy"); ^

ReferenceError: Container is falsy at NodePath._replaceWith (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\replacement.js:164:11) at NodePath._remove (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\removal.js:59:10) at NodePath.remove (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\removal.js:38:8) at hooks (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\lib\removal-hooks.js:11:12) at NodePath._callRemovalHooks (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\removal.js:50:9) at NodePath.remove (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\removal.js:30:12) at mergeObject (D:\工具\decode-js-main\src\plugin\obfuscator.js:635:9) at NodePath._call (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\context.js:53:20) at NodePath.call (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\context.js:40:17) at NodePath.visit (D:\工具\decode-js-main\node_modules@babel\traverse\lib\path\context.js:109:8)

Node.js v18.18.0

To-King avatar Mar 28 '24 07:03 To-King

有没有能够复现的简单样本

echo094 avatar Mar 31 '24 03:03 echo094

参考 #92 可以尝试更新下npm依赖

echo094 avatar May 17 '24 14:05 echo094