Skip to content

genixpro/babel-plugin-kwola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a Babel plugin which rewrites javascript code with instrumentation for Kwola bug hunting algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published