https://github.com/jharrilim/javascript-pipeline-operator
'new feature' |> console.log; // TC-39 Pipeline Operator Proposal
https://github.com/jharrilim/javascript-pipeline-operator
babel es2018 experimental javascript operator pipeline tc39
Last synced: about 1 month ago
JSON representation
'new feature' |> console.log; // TC-39 Pipeline Operator Proposal
- Host: GitHub
- URL: https://github.com/jharrilim/javascript-pipeline-operator
- Owner: jharrilim
- License: gpl-3.0
- Created: 2018-09-10T15:17:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T17:38:17.000Z (almost 8 years ago)
- Last Synced: 2025-07-23T18:52:28.163Z (11 months ago)
- Topics: babel, es2018, experimental, javascript, operator, pipeline, tc39
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Pipeline Operator
## Showcasing the experimental Pipeline Operator in Javascript using Babel.
In this project, you may find the transpiled src files in lib so you may compare.