1.0.0 • Published 7 years ago

projector-babel v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 */ }
  });
}
1.0.0

7 years ago