{"id":20354719,"url":"https://github.com/superpaintman/babel-plugin-syntax-pipeline","last_synced_at":"2025-10-03T13:15:45.465Z","repository":{"id":79226564,"uuid":"85440074","full_name":"SuperPaintman/babel-plugin-syntax-pipeline","owner":"SuperPaintman","description":"Allow parsing of pipeline operator |\u003e","archived":false,"fork":false,"pushed_at":"2017-03-19T02:12:18.000Z","size":32,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T03:39:00.996Z","etag":null,"topics":["babel","babel-plugin","ecmascript","ecmascript-proposal","ecmascript-syntax"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperPaintman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-19T00:08:24.000Z","updated_at":"2024-09-04T13:24:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"3629fa5c-af1f-4490-9124-76f0d5725ee2","html_url":"https://github.com/SuperPaintman/babel-plugin-syntax-pipeline","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"7b28ef4cd142267e225428a82f648c5a855279c4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fbabel-plugin-syntax-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fbabel-plugin-syntax-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fbabel-plugin-syntax-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperPaintman%2Fbabel-plugin-syntax-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperPaintman","download_url":"https://codeload.github.com/SuperPaintman/babel-plugin-syntax-pipeline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224703836,"owners_count":17355712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babel","babel-plugin","ecmascript","ecmascript-proposal","ecmascript-syntax"],"created_at":"2024-11-14T23:09:29.117Z","updated_at":"2025-10-03T13:15:45.369Z","avatar_url":"https://github.com/SuperPaintman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-plugin-syntax-pipeline\n\n[![Build][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n[![Code Climate][codeclimate-image]][codeclimate-url]\n\n\n\u003e Allow parsing of pipeline operator `|\u003e`\n\n\n**Proposal**: [mindeavor/es-pipeline-operator][proposal-url]\n\n\n--------------------------------------------------------------------------------\n\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-syntax-pipeline\n\n# or\n\nyarn add --dev babel-plugin-syntax-pipeline\n```\n\n\n--------------------------------------------------------------------------------\n\n\n## Usage\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"syntax-pipeline\"]\n}\n```\n\n\n### Via CLI\n\n```sh\nbabel --plugins syntax-pipeline script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"syntax-pipeline\"]\n});\n```\n\n\n--------------------------------------------------------------------------------\n\n## Build\n\n```sh\nnpm run build\n```\n\n\n--------------------------------------------------------------------------------\n\n## Test\n\n```sh\nnpm run test\n```\n\n\n--------------------------------------------------------------------------------\n\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/SuperPaintman/babel-plugin-syntax-pipeline/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/\u003cfeature_name\u003e`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin feature/\u003cfeature_name\u003e`)\n5. Create a new Pull Request\n\n\n\n--------------------------------------------------------------------------------\n\n\n## Contributors\n\n- [SuperPaintman](https://github.com/SuperPaintman) SuperPaintman - creator, maintainer\n\n\n--------------------------------------------------------------------------------\n\n\n## License\n\n[MIT][license-url]\n\n\n[license-url]: LICENSE\n[travis-image]: https://img.shields.io/travis/SuperPaintman/babel-plugin-syntax-pipeline/master.svg?label=linux\n[travis-url]: https://travis-ci.org/SuperPaintman/babel-plugin-syntax-pipeline\n[coveralls-image]: https://img.shields.io/coveralls/SuperPaintman/babel-plugin-syntax-pipeline/master.svg\n[coveralls-url]: https://coveralls.io/r/SuperPaintman/babel-plugin-syntax-pipeline?branch=master\n[codeclimate-image]: https://img.shields.io/codeclimate/github/SuperPaintman/babel-plugin-syntax-pipeline.svg\n[codeclimate-url]: https://codeclimate.com/github/SuperPaintman/babel-plugin-syntax-pipeline\n[proposal-url]: https://github.com/mindeavor/es-pipeline-operator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperpaintman%2Fbabel-plugin-syntax-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperpaintman%2Fbabel-plugin-syntax-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperpaintman%2Fbabel-plugin-syntax-pipeline/lists"}