astexplorer
astexplorer copied to clipboard
A web tool to explore the ASTs generated by various parsers.
https://github.com/ibyar/aurora/tree/dev/packages/expressions
https://github.com/jinxdash/jinx-rust 😀
fix: https://github.com/fkling/astexplorer/issues/650 try it in: https://gitpod.io/#https://github.com/fkling/astexplorer/pull/661 todo * some package exports issue * fontcss import issue
**Describe the bug** I'd like to prototype a babel plugin using this tool **To Reproduce** Simply paste the example from [this page](https://babeljs.io/docs/en/babel-helper-module-imports) into AST Explorer, with `@babel/parser` and `babelv7` **Expected...
Update [Angular ESLint](https://github.com/angular-eslint/angular-eslint) parser to latest version.
Added `goto` button for every node that has a location. On click, it scrolls into the view inside the code editor. Analogy of scrolling node into view by clicking on...
Add a [WXML](https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxml/) parser from https://github.com/wxmlfile/wxml-parser
**Describe the bug** Hey! First off, I love this tool! Long time user, don't know how I'd get by without it. I'm trying to debug an eslint plugin in the...
> From readme: Copying an AST or dropping a file containing an AST into the window will parse the AST and update the code using escodegen. My question is: can...