babel/packages/babel-traverse
Peeyush Kushwaha 2225892348 Use first binding for multiple var declarations (#5745)
* Use first binding for multiple var declarations
Since var declarations after initial binding have no effect, use the
first declaration. Fixes #2378

* Include hoisted function bindings

* Missing newline in expected.js

* Simplify constantViolations in new Binding on existing

* clarify comment language
2017-07-24 14:43:17 -04:00
..
2017-03-25 21:46:16 -04:00
2017-07-23 09:21:08 -04:00
2015-09-01 04:56:03 +01:00

babel-traverse