Babeler interprets Babel AST
Go to file
2024-01-23 21:15:03 -06: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: build 2023-02-03 22:10:47 -06:00
package.json chore: dead code 2024-01-23 21:15:03 -06:00
README.md chore: initial 2022-02-27 07:32:34 -06:00
yarn.lock chore: build 2023-02-03 22:10:47 -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