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