babel/packages/babel-traverse
Nicolò Ribaudo 387cda8fbb isConstantExpression should return true for immuable bindings (#8122)
* isConstantExpression should return true for immuable bindings

* New test

* Don't return undefined
2018-06-12 13:40:52 -04:00
..
2017-03-25 21:46:16 -04:00
2018-05-25 09:00:02 -07:00

@babel/traverse

The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes

See our website @babel/traverse for more information or the issues associated with this package.

Install

Using npm:

npm install --save @babel/traverse

or using yarn:

yarn add --save @babel/traverse