babel-plugin-kwola

0.0.19 • Public • Published

babel-plugin-kwola

Plugin to instrument a JS application to be analyzed by kwola.

Example

In

// input code

Out

"use strict";

// output code

Installation

$ npm install babel-plugin-kwola

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["kwola"]
}

Via CLI

$ babel --plugins kwola script.js

Via Node API

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

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-kwola

Weekly Downloads

21

Version

0.0.19

License

none

Unpacked Size

1.13 MB

Total Files

17

Last publish

Collaborators

  • genixpro