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
.babelrc
(Recommended)
Via .babelrc
Via CLI
$ babel --plugins syntax-pipeline-operator script.js
Via Node API
;