Revision 5d9f1da3abc58bce95dd240bd586bedb4eb04771 authored by Alex Lam S.L on 18 April 2017, 05:38:42 UTC, committed by GitHub on 18 April 2017, 05:38:42 UTC
`var a=1;a=2;x(a)` => `x(2)`

fix pre-existing issues
- reference counting on assignment
- walking of anonymous functions
- chained assignment
1 parent d1aa09c
History
File Mode Size
.github
bin
lib
test
tools
.gitattributes -rw-r--r-- 20 bytes
.gitignore -rw-r--r-- 35 bytes
.travis.yml -rw-r--r-- 181 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 31.4 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.2 KB

README.md

back to top