This repository was archived by the owner on Apr 5, 2022. It is now read-only.
v1.1.0
·
43 commits
to master
since this release
- Update parser to use an AST, increasing the reliability of locating assignment nodes.
- Fix bug where directives (such as
"use strict";) would be invalidated by a generatedvarstatement.