fis-parser-jsx

react jsx parser for fis

Usage no npm install needed!

<script type="module">
  import fisParserJsx from 'https://cdn.skypack.dev/fis-parser-jsx';
</script>

README

fis-parser-jsx

react jsx parser for fis

INSTALL

npm install -g fis-parser-jsx

USE

  • in fis

    fis.config.set('modules.parser.jsx', 'jsx');
    
    fis.config.set('roadmap.path', [
        {
            reg: '**.jsx',
            isES6: true
        }
    ].concat(fis.config.get('roadmap.path', []));