Babili deletes array reverse call (and probably something else as well) ```bash npm install babel-preset-babili echo '[...a].reverse()' | babel --presets=babili ``` And the result is ```js [...a] ``` `reverse()` disappears for no reasons
Babili deletes array reverse call (and probably something else as well)
And the result is
reverse()disappears for no reasons