https://github.com/sebastianrosik/ast-types-dict
Dictionary of all Types supported by ast-types project.
https://github.com/sebastianrosik/ast-types-dict
abstract-syntax-tree ast-types docs jscodeshift recast
Last synced: 9 months ago
JSON representation
Dictionary of all Types supported by ast-types project.
- Host: GitHub
- URL: https://github.com/sebastianrosik/ast-types-dict
- Owner: sebastianrosik
- Created: 2017-03-02T15:44:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T08:42:26.000Z (about 9 years ago)
- Last Synced: 2025-04-13T21:55:41.278Z (about 1 year ago)
- Topics: abstract-syntax-tree, ast-types, docs, jscodeshift, recast
- Language: JavaScript
- Homepage: https://sebastianrosik.github.io/ast-types-dict
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AST Types Dictionary
Simple dictionary application for AST Types look up. Handy tool if you are working with Abstract Syntax Tree.
Features:
* Filtering AST Types by name
* List of all available AST Types
* List of fields supported by every Type
* Example code for creating a Node
## Usage
Runs webpack-dev-server on http://localhost:8080:
```
$ npm run dev
```
Builds project for production environment (minification):
```
$ NODE_ENV=production npm run build
```