Babeler interprets Babel AST
Go to file
2022-04-04 03:23:41 -05:00
build chore: bump 2022-04-04 03:22:17 -05:00
src opt: less indirection 2022-04-04 03:22:26 -05: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: bump 2022-04-04 03:23:41 -05:00
README.md chore: initial 2022-02-27 07:32:34 -06:00
yarn.lock chore: bump 2022-04-04 03:22:17 -05: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