babel-plugin-syntax-mezze-jsx

1.0.1 • Public • Published

babel-plugin-syntax-mezze-jsx

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

Installation

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

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

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

Via Node API

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

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-syntax-mezze-jsx

Homepage

gidi.io

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gmmorris