Skip to content

Commit

Permalink
enhance collapse_vars (#1862)
Browse files Browse the repository at this point in the history
- extend expression types
  - `a++`
  - `a=x;`
- extend scan range
  - `for(init;;);`
  - `switch(expr){case expr:}`
  - `a = x; a = a || y;`
- terminate upon `debugger;`

closes #1821
fixes #27
fixes #315
fixes #1858
  • Loading branch information
alexlamsl committed May 6, 2017
1 parent 5a25d24 commit dee5a27
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 165 deletions.

0 comments on commit dee5a27

Please sign in to comment.