0.1.2 • Published 8 years ago

istanbul-systemjs v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

istanbul-systemjs

Build Status

Usage

Install via npm:

$ npm install istanbul-systemjs
var jspm = require('jspm'),
	istanbulSystemJs = require('istanbul-systemjs');

var System = istanbulSystemJs.getInstrumentedLoader(new jspm.Loader());

System.load(...);

Development

If you want to make changes to istanbul-systemjs, clone the repo and install dependencies.

$ git clone git@github.com:tkuminecz/istanbul-systemjs.git
$ cd istanbul-systemjs
$ npm install

Tests

$ npm test