@putout/babel 5.2.6 → 5.2.8
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 +2 -0
- package/bundle/index.js +1223 -1602
- package/bundle/metafile-esm.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
Pre-builts of Babel 8.
|
|
7
7
|
|
|
8
8
|
Includes:
|
|
9
|
+
- [`Replace picocolors with node:util.styleText() in @babel/code-frame`](https://github.com/babel/babel/pull/17678);
|
|
10
|
+
- [`cleanup optional AST checks`](https://github.com/babel/babel/pull/17759);
|
|
9
11
|
- [`Remove smart pipeline support and remove accessor property from Standardized alias`](https://github.com/babel/babel/pull/17732);
|
|
10
12
|
- [`Fix support super method call`](https://github.com/babel/babel/pull/17662);
|
|
11
13
|
- [`Fix hoisting of function declarations in loops and switch`](https://github.com/babel/babel/pull/17691);
|