pj / babel-plugin-syntax-monad-notation

Monad syntax plugin for babel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-syntax-monad-notation

Allow parsing of monad notation.

Installation

$ npm install babel-plugin-syntax-monad-notation

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["syntax-monad-notation"]
}

Via CLI

$ babel --plugins syntax-monad-notation script.js

Via Node API

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

About

Monad syntax plugin for babel.


Languages

Language:JavaScript 100.0%