babel-plugin-transform-pipeline-operator

7.0.0-beta.3 • Public • Published

babel-plugin-transform-pipeline-operator

Transform pipeline operator |> into call expressions. See the proposal for details.

Installation

$ npm install babel-plugin-transform-pipeline-operator

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-pipeline-operator"]
}

Via CLI

$ babel --plugins transform-pipeline-operator script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-pipeline-operator"]
});

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-transform-pipeline-operator

Weekly Downloads

28

Version

7.0.0-beta.3

License

MIT

Last publish

Collaborators

  • hzoo
  • loganfsmyth
  • existentialism