- Bumping minimum version of
calmjs.parse
to1.1.1
, which includes fixes to:- Line continuation in JavaScript sources should no longer break source map line counting. [ calmjs.parse#16 ]
- Will no longer parse certain incorrectly unterminated statements as valid JavaScript. [ calmjs.parse#18 ]
- Obfuscated minifier should no longer truncate certain closing braces as the internal accounting is corrected. [ calmjs.parse#19 ]
Initial release.