Skip to content

Repository files navigation

projector-babel

Run Babel with ease

import * as babel from 'projector-babel';

export async function build() {
  let {code, ast} = await babel.transform({
    code: 'input();',
    options: { /* babel options */ }
  });
}

About

Run Babel with ease

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages