@putout/babel 5.2.7 → 5.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,18 +3,7 @@
3
3
  [NPMIMGURL]: https://img.shields.io/npm/v/@putout/babel.svg?style=flat&longCache=true
4
4
  [NPMURL]: https://npmjs.org/package/@putout/babel "npm"
5
5
 
6
- Pre-builts of Babel 8.
7
-
8
- Includes:
9
- - [`cleanup optional AST checks`](https://github.com/babel/babel/pull/17759);
10
- - [`Remove smart pipeline support and remove accessor property from Standardized alias`](https://github.com/babel/babel/pull/17732);
11
- - [`Fix support super method call`](https://github.com/babel/babel/pull/17662);
12
- - [`Fix hoisting of function declarations in loops and switch`](https://github.com/babel/babel/pull/17691);
13
- - [`Enable strictNullChecks for @babel/core`](https://github.com/babel/babel/pull/17611);
14
- - [`Improve generator performance`](https://github.com/babel/babel/pull/17718);
15
- - [`generator: cleanup Babel 8 comments`](https://github.com/babel/babel/pull/17659);
16
- - [`Remove @babel/plugin-transform-object-assign`](https://github.com/babel/babel/pull/17619);
17
-
6
+ Pre-builts of [Babel 8](https://github.com/babel/babel/releases/tag/v8.0.0-rc.1).
18
7
 
19
8
  Usage
20
9