Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

v1.1.0

Choose a tag to compare

@jacksonrayhamilton jacksonrayhamilton released this 10 Jul 18:48
· 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 generated var statement.