Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keiya01/mini_babel
- Owner: keiya01
- Created: 2019-12-08T07:29:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:32:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:22:09.572Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 899 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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`