What is Babel? And SWC?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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.

  • 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

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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