[AskJS] What is your preferred tooling when working with JS ASTs?

This page summarizes the projects mentioned and recommended in the original post on /r/javascript
Ast

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
  • estree-walker

    Traverse an ESTree-compliant AST

  • A simple starting point is Acorn with estree-walker. Not sure if you'll need more advanced functionality but that pair has worked well for my usage. It's also the combo that Svelte uses internally.

  • Acorn

    A small, fast, JavaScript-based JavaScript parser

  • A simple starting point is Acorn with estree-walker. Not sure if you'll need more advanced functionality but that pair has worked well for my usage. It's also the combo that Svelte uses internally.

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

    A JavaScript codemod toolkit.

  • Have you looked at Facebook's jscodeshift?

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

  • Ask HN: I have been unable to land a job in two years, does anybody

    1 project | news.ycombinator.com | 3 May 2024
  • Updating legacy code to php 8.x

    1 project | dev.to | 30 Apr 2024
  • Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead

    1 project | dev.to | 29 Apr 2024
  • Migrate to React 19 with ast-grep

    2 projects | dev.to | 28 Apr 2024
  • ClangQL: A tool to run SQL-like query on C/C++ Code

    3 projects | news.ycombinator.com | 7 Apr 2024