Upgrade babel to v7.3
What does this MR do?
Upgrades babel to the latest version.
https://babeljs.io/blog/2019/01/21/7.3.0
Noteworthy changes:
- Private methods now support accessors (
get
andset
) - RegEx named capture groups
Upgrades babel to the latest version.
https://babeljs.io/blog/2019/01/21/7.3.0
Noteworthy changes:
get
and set
)