Babeler interprets Babel AST
Go to file
2022-02-27 07:32:34 -06:00
build chore: initial 2022-02-27 07:32:34 -06:00
src chore: initial 2022-02-27 07:32:34 -06:00
test chore: initial 2022-02-27 07:32:34 -06:00
.gitignore chore: initial 2022-02-27 07:32:34 -06:00
package.json chore: initial 2022-02-27 07:32:34 -06:00
README.md chore: initial 2022-02-27 07:32:34 -06:00
yarn.lock chore: initial 2022-02-27 07:32:34 -06:00

Babeler

Babeler takes Babel AST and brings it to life! Ever wanted to take your Babel AST and actually interpret and execute it? Well, now you can.

Table of Contents

  1. Install
  2. Introduction

Install

npm install babeler

Introduction

TODO