New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

babel-plugin-livescript

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-livescript

Parse LiveScript and convert to Babel AST

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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']
});

Keywords

livescript

FAQs

Package last updated on 15 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts