babel-plugin-syntax-meze-jsx

1.0.13 • Public • Published

babel-plugin-syntax-meze-jsx

This plugin allows Babel to parse the Meze JSX syntax. If you want to transform it then see transform-meze-jsx.

Installation

$ npm install babel-plugin-syntax-meze-jsx

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["syntax-meze-jsx"]
}

Via CLI

$ babel --plugins syntax-meze-jsx script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-meze-jsx"]
});

/babel-plugin-syntax-meze-jsx/

    Package Sidebar

    Install

    npm i babel-plugin-syntax-meze-jsx

    Homepage

    gidi.io

    Weekly Downloads

    1

    Version

    1.0.13

    License

    MIT

    Last publish

    Collaborators

    • gmmorris