7.12.0 Released: TypeScript 4.1, strings as import/export names, and class static blocks
We just published a new minor version of Babel!
This release includes support for the new TypeScript 4.1 beta features: template literal types and key remapping in mapped types.
Additionally, we implemented two new ECMAScript proposals: class static blocks and imports and exports with string names.
Lastly, we renamed @babel/plugin-syntax-module-attributes
(and the corresponding parser plugin moduleAttributes
) to @babel/plugin-syntax-import-assertions
(and importAssertions
), to match the recent proposal updates. The old plugin will work until Babel 8, but it's deprecated now.
You can read the whole changelog on GitHub.