relative / synchrony

javascript-obfuscator cleaner & deobfuscator
https://deobfuscate.relative.im/
GNU General Public License v3.0
840 stars 108 forks source link

Deobfuscator cannot distinguish the difference between number and bigint #54

Open maple3142 opened 1 year ago

maple3142 commented 1 year ago

For example, const a = 1n * 2n + 3n will be transformed to const a = 1 * 2 + 3.