babel/packages/babel-plugin-syntax-pipeline-operator
James DiGioia eac4c5bc17 Add proposal flag to pipeline plugin (#8196)
This is going to be required so we can add support for other proposals,
as well as later set the accepted proposal as the default.

Update stage-0 and stage-1 presets with `pipelineProposal` to thread down to
the plugin.
2018-06-28 01:19:40 +02:00
..
2018-06-12 17:18:28 -04:00

@babel/plugin-syntax-pipeline-operator

Allow parsing of the pipeline operator

See our website @babel/plugin-syntax-pipeline-operator for more information.

Install

Using npm:

npm install --save @babel/plugin-syntax-pipeline-operator

or using yarn:

yarn add --save @babel/plugin-syntax-pipeline-operator