-
Behind Babel is created by an Australian developer Sebastian McKenzie and now consists a small team of contributors. Babel also makes uses a polyfill library called core-js, which in turn uses a JavaScript parser, acorn.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
SWC is 20x faster than Babel on a single thread and 70x faster on four cores. - SWC.js
-
Parsing: A parser (Babylon. How fitting that Babel has a Babylon) reads the code and converts it to an Abstract Syntax Tree (AST)
-
You can always search caniuse.com to see who supports what. For example, if you search for Optional chaining operator, you will get the following Christmas-ish color coded table: