babel/packages/babel-plugin-proposal-pipeline-operator
J. S. Choi 6276853eb9 Add support for the "Hack" pipeline proposal (#13191)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-08-03 23:30:16 +02:00
..
2021-07-20 17:51:55 +00:00

@babel/plugin-proposal-pipeline-operator

Transform pipeline operator into call expressions

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

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-pipeline-operator

or using yarn:

yarn add @babel/plugin-proposal-pipeline-operator --dev