Sourced from @babel/plugin-transform-typescript's changelog.
v7.14.6 (2021-06-14)
:bug: Bug Fix
babel-plugin-transform-spread
- #13459 babel-plugin-transform-spread add missing argument in build calls (
@zxbodya)- #13439 Correctly transform spreads of arrays with holes (
@nicolo-ribaudo)babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs
- #13444 fix destructuring of empty string (
@lala7573)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties
- #13429 fix: reference to class expression in private method (
@lala7573)babel-parser
- #13428 [ts] Support override modifiers for parameter properties (
@sosukesuzuki)- #13449 Disallow JSX tag forming after TS non-null assertion (
@JLHwung):house: Internal
:running_woman: Performance