Skip to content

y8n/fis-parser-es6-babel6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fis-parser-es6-babel6

NPM version Dependency Status License

A parser plugin for fis to turn ES6+ code into ES5 friendly code with babel.

Install

$ npm install -g fis
$ npm install -g fis-parser-es6-babel6

Usage

fis

fis.config.set('project.fileType.text', 'es6');
fis.config.set('modules.parser.es6', 'es6-babel');
fis.config.set('roadmap.ext.es6', 'js');

fis3

fis.set('project.fileType.text', 'es6');
fis.match('*.es6', {
    rExt: '.js',
    parser: fis.plugin('es6-babel', {})
});

License

MIT

About

A parser plugin for fis to turn ES6+ code into ES5 friendly code with babel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%