What is Babel? And SWC?

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Acorn

    A small, fast, JavaScript-based JavaScript parser

    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.

    InfluxDB logo
  • swc

    Rust-based platform for the Web

    SWC is 20x faster than Babel on a single thread and 70x faster on four cores. - SWC.js

  • babylon

    Discontinued PSA: moved into babel/babel as @babel/parser -->

    Parsing: A parser (Babylon. How fitting that Babel has a Babylon) reads the code and converts it to an Abstract Syntax Tree (AST)

  • caniuse

    Raw browser/feature support data from caniuse.com

    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:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Speedy Web Compiler: Rust-Based Platform for the Web

    1 project | news.ycombinator.com | 10 Aug 2023
  • TypeScript team released an explorer for performance tuning

    1 project | news.ycombinator.com | 13 May 2023
  • 13.2.4 doesn't start, 13.2.3 is fine

    1 project | /r/nextjs | 2 Apr 2023
  • As an experienced web developer, what I should be learning 2023?

    1 project | /r/webdev | 21 Feb 2023
  • Does Vite recommend using Typescript + SWC for new projects?

    1 project | /r/reactjs | 20 Feb 2023

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?