fix `AST_PropAccess` in `collapse_vars` (take 3) (#2375)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 17 Oct 2017 18:54:51 +0000 (02:54 +0800)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2017 18:54:51 +0000 (02:54 +0800)
commit7e5b5cac97a71d0eb0d23f0cba7554e8a9eec179
tree8647120da91d2c81c4e1a4a1e17e8eac1461d060
parentc1346e06b70806995f3b75919d35bf5348ce88ed
fix `AST_PropAccess` in `collapse_vars` (take 3) (#2375)

Suppress scanning beyond assignment to `a.b`
lib/compress.js
test/compress/collapse_vars.js