npm babylon 6.13.1
v6.13.1

latest releases: 7.0.0-beta.47, 7.0.0-beta.46, 7.0.0-beta.45...
7 years ago

v6.13.1 (2016-10-26)

💅 Polish

  • Use rollup for bundling to speed up startup time (#190) (@drewml)
const babylon = require('babylon');
const ast = babylon.parse('var foo = "lol";');

With that test case, there was a ~95ms savings by removing the need for node to build/traverse the dependency graph.

Without bundling
image

With bundling
image

  • add clean command skip ci (Henry Zhu)
  • add ForAwaitStatement (async generator already added) skip ci (Henry Zhu)

Don't miss a new babylon release

NewReleases is sending notifications on new releases.