@putout/babel 5.3.6 → 5.4.0
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 +1 -8
- package/bundle/index.js +351 -167
- package/bundle/metafile-esm.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -3,14 +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](https://github.com/babel/babel/releases/tag/v8.0.0-rc.
|
|
7
|
-
Includes:
|
|
8
|
-
|
|
9
|
-
- [`[Babel 8] Remove Import from the Expression alias`](https://github.com/babel/babel/pull/17867);
|
|
10
|
-
- [`Add locations option to parser`](https://github.com/babel/babel/pull/16935);
|
|
11
|
-
- [`Improve trailing comma comment handling`](https://github.com/babel/babel/pull/117782);
|
|
12
|
-
- [`Fix: parser: async x => {} must be in leading pos`](https://github.com/babel/babel/pull/17839);
|
|
13
|
-
- [`Fix TypeScript parser failing on async calls in ternary consequent`](https://github.com/babel/babel/pull/17799);
|
|
6
|
+
Pre-builts of [Babel 8](https://github.com/babel/babel/releases/tag/v8.0.0-rc.3).
|
|
14
7
|
|
|
15
8
|
Usage
|
|
16
9
|
|