Skip to content

scrat-team/scrat-parser-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrat-parser-babel

A parser plugin for scrat to compile js/jsx files with babel.

Usage

fis.config.set('project.fileType.text', 'jsx'); // treat .jsx as text file.
fis.config.set('roadmap.ext.jsx', 'js');        // treat .jsx as js
fis.config.set('modules.parser.jsx', 'babel');  // compile .jsx with scrat-parser-babel
fis.config.set('settings.parser.babel', {});    // options for babel transpiling

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published