babel-plugin-syntax-pipeline-operator
Allow parsing of the pipeline operator
Last updated 8 years ago by hzoo .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install babel-plugin-syntax-pipeline-operator 
SYNC missed versions from official npm registry.

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"]
});

Current Tags

  • 7.0.0-beta.3                                ...           latest (8 years ago)
  • 7.0.0-beta.3                                ...           next (8 years ago)

1 Versions

  • 7.0.0-beta.3                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |