Skip to content

v2.2.0

Compare
Choose a tag to compare
@relative relative released this 11 Mar 19:43
· 36 commits to master since this release
2.2.0
e0606f1

major change

AST nodes require range property!!!, this means if you are using the API and have it deobfuscate AST you must have your parser emit range property on each node

remove dead variables (not read/wrote anywhere)
replace variables that are only read in functions (fixes terser's object unpacking to variable)
unpack arrays that start with a "null" element
demangle minified functions so that they match stringdecoder's required schemas

2.1.5...2.2.0