v7.8.4 (2020-01-30)
⚠️ In Babel 7.8.0 we introduced the
--copy-ignoredoption for@babel/cli, defaulting tofalse. However, previous versions behaved as if that option was present: for this reason, we changed its default value totrue(when--copy-filesis provided) and introduced a--no-copy-ignoredoption to disable it.
Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-cli- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
babel-compat-datababel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-decorators,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-typeof-symbol,babel-preset-env- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
babel-traverse- #11011 Bug/missing references after crawl (@regiontog)
babel-plugin-transform-parameters- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
babel-plugin-transform-for-ofbabel-generator- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
babel-helper-compilation-targets
💅 Polish
babel-core
📝 Documentation
babel-parserbabel-preset-env
🏠 Internal
babel-compat-data- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
@babel/compat-data(@nicolo-ribaudo) - #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
babel-parserbabel-compat-data,babel-preset-env- #11016 Re-generate preset-env fixtures (@nicolo-ribaudo)
babel-compat-data,babel-node,babel-parser,babel-preset-env- Other
babel-core- #10995 Exclude
import()tests from pubilsh build (@nicolo-ribaudo)
- #10995 Exclude
🏃♀️ Performance
Committers: 11
- Benoît Zugmeyer (@BenoitZugmeyer)
- Chunpeng Huo (@3cp)
- Daniel Tschinder (@danez)
- Erlend Tobiassen (@regiontog)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Pavel Pustovalov (@pustovalov)
- Siddhant N Trivedi (@sidntrivedi012)
- Sven Sauleau (@xtuc)
- Tan Li Hau (@tanhauhau)
- Vedant Roy (@vedantroy)