Skip to content

leaysgur/js-multi-ast-viewer

Repository files navigation

js-multi-ast-viewer

A viewer that allows you to compare JS/TS ASTs output by multiple parsers side-by-side!

example

Currently supports:

  • oxc-parser: JS, JSX, TS, TSX
  • acorn + acorn-jsx: JS, JSX
  • meriyah: JS, JSX
  • @typescript-eslint/typescript-estree: JS, JSX, TS, TSX
    • Supports type-check errorOnTypeScriptSyntacticAndSemanticIssues option 💪
  • acorn + @sveltejs/acorn-typescript: JS, JSX, TS, TSX

Development

pnpm i
pnpm dev

Releases

No releases published