# babel-plugin-syntax-pipeline

> Allow parsing of pipeline operator

Latest version **0.1.0** (published 2017-03-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-plugin-syntax-pipeline
pnpm add babel-plugin-syntax-pipeline
yarn add babel-plugin-syntax-pipeline
bun add babel-plugin-syntax-pipeline
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-03-19 |
| First published | 2017-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | SuperPaintman |
| Maintainers | superpaintman |
| Keywords | babel, babel-plugin, pipeline, pipeline-operator |

## Links

- npm: https://www.npmjs.com/package/babel-plugin-syntax-pipeline
- Repository: https://github.com/SuperPaintman/babel-plugin-syntax-pipeline
- Homepage: https://github.com/SuperPaintman/babel-plugin-syntax-pipeline#readme
- Issues: https://github.com/SuperPaintman/babel-plugin-syntax-pipeline/issues
- npm.io page: https://npm.io/package/babel-plugin-syntax-pipeline

## Dependencies (1)

- [babylon](https://npm.io/package/babylon.md) 6.13.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2017-03-19

## README

# babel-plugin-syntax-pipeline

[![Build][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
[![Code Climate][codeclimate-image]][codeclimate-url]


> Allow parsing of pipeline operator `|>`


**Proposal**: [mindeavor/es-pipeline-operator][proposal-url]


--------------------------------------------------------------------------------


## Installation

```sh
npm install --save-dev babel-plugin-syntax-pipeline

# or

yarn add --dev babel-plugin-syntax-pipeline
```


--------------------------------------------------------------------------------


## Usage
### Via `.babelrc` (Recommended)

**.babelrc**

```json
{
  "plugins": ["syntax-pipeline"]
}
```


### Via CLI

```sh
babel --plugins syntax-pipeline script.js
```

### Via Node API

```javascript
require("babel-core").transform("code", {
  plugins: ["syntax-pipeline"]
});
```


--------------------------------------------------------------------------------

## Build

```sh
npm run build
```


--------------------------------------------------------------------------------

## Test

```sh
npm run test
```


--------------------------------------------------------------------------------


## Contributing

1. Fork it (<https://github.com/SuperPaintman/babel-plugin-syntax-pipeline/fork>)
2. Create your feature branch (`git checkout -b feature/<feature_name>`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin feature/<feature_name>`)
5. Create a new Pull Request



--------------------------------------------------------------------------------


## Contributors

- [SuperPaintman](https://github.com/SuperPaintman) SuperPaintman - creator, maintainer


--------------------------------------------------------------------------------


## License

[MIT][license-url]


[license-url]: LICENSE
[travis-image]: https://img.shields.io/travis/SuperPaintman/babel-plugin-syntax-pipeline/master.svg?label=linux
[travis-url]: https://travis-ci.org/SuperPaintman/babel-plugin-syntax-pipeline
[coveralls-image]: https://img.shields.io/coveralls/SuperPaintman/babel-plugin-syntax-pipeline/master.svg
[coveralls-url]: https://coveralls.io/r/SuperPaintman/babel-plugin-syntax-pipeline?branch=master
[codeclimate-image]: https://img.shields.io/codeclimate/github/SuperPaintman/babel-plugin-syntax-pipeline.svg
[codeclimate-url]: https://codeclimate.com/github/SuperPaintman/babel-plugin-syntax-pipeline
[proposal-url]: https://github.com/mindeavor/es-pipeline-operator

---
_Source: https://npm.io/package/babel-plugin-syntax-pipeline · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
