babel-plugin-livescript

0.0.3 • Public • Published

babel-plugin-livescript

Parse LiveScript and convert to Babel AST.

build status coverage npm dependencies

Installation

npm i --save-dev babel-plugin-livescript

Usage

.babelrc.js

module.exports = {
  plugins: ['livescript']
}

Via CLI

babel --plugins livescript script.ls

Via Node API

require('babel-core').transform('code', {
  plugins: ['livescript']
});

Package Sidebar

Install

npm i babel-plugin-livescript

Weekly Downloads

0

Version

0.0.3

License

Unlicense

Unpacked Size

4.92 kB

Total Files

5

Last publish

Collaborators

  • dk00