An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

Dictionary of all Types supported by ast-types project.

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
```