ast-explorer icon indicating copy to clipboard operation
ast-explorer copied to clipboard

AST Explorer - For most popular front-end languages and parsers.

Results 7 ast-explorer issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sxzz/ast-explorer). ## Awaiting Schedule The following updates are...

### Clear and concise description of the problem As a developer using `ast-explorer`, I want to be able to see the AST's parsed by `tree-sitter` / `web-tree-sitter` ### Suggested solution...

enhancement

### Describe the bug The standard library to parse Rust is now syn 2.0, so it's great that it's supported by this AST explorer. Unfortunately, the autofocus doesn't work, neither...

### Clear and concise description of the problem Thanks for work! Would you like to consider adding settings for output result panel(ast tree), such as changing its fontsize? ### Suggested...

enhancement
good first issue

### Clear and concise description of the problem I'm currently trying to make OXC output closer to ESTree (see these [issues](https://github.com/oxc-project/oxc/issues?q=author%3AArnaudBarre%20)). I spend a lot of time going back and...

enhancement

### Description Main function: Add splitpane to support multi block display Change point: 1. Transformation of parser module: Change the current parser to an array type and store the corresponding...

### Clear and concise description of the problem When switching between parsers, the options get lost, maybe we can remember? ### Suggested solution N/A ### Alternative _No response_ ### Additional...

enhancement
good first issue