@softvisio/babel
v1.4.9
Published
Babel bundle
Downloads
219
Readme
:information_source: Please, see the full project documentation here:https://softvisio-node.github.io/babel/
Introduction
Optimal babel
config for parsing and transformations.
Install
npm install @softvisio/babel
Usage
import { createConfig, parseAsync, transformAsync } from "@softvisio/babel";
// parse
const ast = await parseAsync( code, createConfig() );
// transform
const { code, map } = await transformAsync( code, createConfig() );