Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (
??), optional chaining (?.) and dynamicimport()anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0We should update zero to latest babel and add an integration test for these features. I think the right change will be here.