remoteinterview/zero

Upgrade to Babel 7.8.0

Open

#116 geöffnet am 21. Jan. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (244 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (5.815 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

"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.

Contributor Guide