gobble-esnext

0.1.1 • Public • Published

gobble-esnext

Compile ES6 files with gobble and esnext.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-esnext

Usage

gobblefile.js

var gobble = require( 'gobble' );
module.exports = gobble( 'js' ).map( 'esnext' );

Source code

module.exports = esnext;
 
function esnext ( code, options ) {
  return require( 'esnext' ).compile( code );
}
 
esnext.defaults = {
  accept: '.js'
};

License

MIT. Copyright 2014 Rich Harris

Readme

Keywords

Package Sidebar

Install

npm i gobble-esnext

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • rich_harris