babel-plugin-syntax-pipeline-operator

7.0.0-beta.3 • Public • Published

babel-plugin-syntax-pipeline-operator

Allow parsing of the pipeline operator |>. See the proposal for details.

Installation

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

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

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

Via Node API

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.0-beta.353next
7.0.0-beta.353latest

Version History

VersionDownloads (Last 7 Days)Published
7.0.0-beta.353

Package Sidebar

Install

npm i babel-plugin-syntax-pipeline-operator

Weekly Downloads

53

Version

7.0.0-beta.3

License

MIT

Last publish

Collaborators

  • hzoo