* 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
4 lines
80 B
JSON
4 lines
80 B
JSON
{
|
|
"plugins": ["transform-es2015-block-scoping", "transform-do-expressions"]
|
|
}
|