* Transform do-expressions on exit This allows other transforms (notably, block scoping) to do their magic first, possibly saving closures. Also fixes a bug with declaring duplicate bindings (de-opts now). * Use strict in exec test * lint
6 lines
33 B
JavaScript
6 lines
33 B
JavaScript
var _a;
|
|
|
|
var a = 1;
|
|
|
|
_a = 2, _a;
|