remoteinterview/zero

Upgrade to Babel 7.8.0

Open

#116 aberto em 21 de jan. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (244 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (5.815 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

"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 dynamic import() anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0

We should update zero to latest babel and add an integration test for these features. I think the right change will be here.

Guia do colaborador