Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keiya01/mini_babel

For learning AST
https://github.com/keiya01/mini_babel

Last synced: 24 days ago
JSON representation

For learning AST

Awesome Lists containing this project

README

        


mini_babel




# Overview

- This repository is for learning AST.
- mini_babel make transform function to arrow function, var declaration to const or let declaration.

# About AST

- AST is object that code is changed.
- AST represent function, variable name, variable declaration, etc ...
- We can check syntax and change code by changing AST.

# Usage

- `git clone `
- `yarn`
- You can change root directory and output directory on mini_babel.json
- `yarn start`