Abstract Syntax Trees: They're Actually Used Everywhere -- But What Are They?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • estraverse

    ECMAScript JS AST traversal functions

  • Traverse that AST and replace or inject code: Extraverse

  • esprima

    ECMAScript parsing infrastructure for multipurpose analysis

  • Create an AST: Esprima

  • 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
  • escodegen

    ECMAScript code generator

  • Unparse the modified AST back into Javascript: Escodegen

  • Visual Studio Code

    Visual Studio Code

  • Isn't it wonderful how VS Code grays out obsolete lines of code? Oops, my return statement is on line 3. Line 4 won't run... But I haven't called the function yet. So how in the world does VS Code know which lines of code won't be used in the future, when the code finally does run?

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

  • Why you don’t need TypeScript

    1 project | /r/typescript | 19 May 2023
  • Algorithm to simplify a 100-variable Boolean expression?

    1 project | /r/algorithms | 4 Jun 2022
  • ESLint: under the hood

    4 projects | dev.to | 7 Nov 2023
  • Speeding up the JavaScript ecosystem part 3 – eslint

    2 projects | news.ycombinator.com | 6 Feb 2023
  • What is Babel? And SWC?

    4 projects | dev.to | 23 Oct 2022