astexplorer icon indicating copy to clipboard operation
astexplorer copied to clipboard

A web tool to explore the ASTs generated by various parsers.

Results 143 astexplorer issues
Sort by recently updated
recently updated
newest added

**Current** Currently, the postcss parser doesn't provide this out of the box. So most of the `value` node of the graph remains as it is like the value written. **Enhancement**...

feature request

**Describe the feature** Hi, I'd like to add a "Send to AST Explorer" feature to the TypeScript playground ![Screen Shot 2019-11-05 at 3 46 51 PM](https://user-images.githubusercontent.com/49038/68244762-8117f200-ffe3-11e9-8ac0-2c5e0568f644.png) Which means doing something...

Typing `print()` in the jscodeshift transformer triggers browser print dialog **To Reproduce** Steps to reproduce the behavior: 1. Specify to use jscodeshift 2. Type `print()` in bottom left corner 3....

**Describe the bug** When selecting the `ESLint v4` transformer, it automatically switches to the babel-eslint parser. If you switch the parser to `@typescript-eslint/parser` after this, it doesn't change the parser...

At the very least, this is waiting on https://github.com/tree-sitter/tree-sitter/pull/481 to be merged and released, so the patch-package hackage can be removed. Very POC, requesting feedback. As tree-sitter's parsing internals are...

https://www.npmjs.com/package/doctrine parses JSDoc type annotation. Could be interesting to add this parser to misc section (after we created that section ... ).

I would love to have an explorer for this NGINX parser: https://github.com/Norech/nginx-config-ast

**Describe the bug** With the new highlighting logic, tokens within the location information are highlighted, which is not useful. **To Reproduce** Steps to reproduce the behavior: 1. Select recast as...

bug

**Describe the bug** Getting the parsing error when adding styled components. **To Reproduce** Steps to reproduce the behavior: 1. Paste the below piece of code `const wrongCssTag = css` `${myStyles...

Hello, bothering you again 😅 **Motivation** When I get a parsing error like `Unexpected token (8:138)` the whole line is being highlighted with red. However, it's not easy to go...

feature request