Socket
Socket
Sign inDemoInstall

babel-plugin-transform-pipeline-operator

Package Overview
Dependencies
1
Maintainers
32
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-plugin-transform-pipeline-operator

Transform pipeline operator into call expressions


Version published
Weekly downloads
334
decreased by-28.48%
Maintainers
32
Install size
12.5 kB
Created
Weekly downloads
 

Readme

Source

babel-plugin-transform-pipeline-operator

Transform pipeline operator |> into call expressions. See the proposal for details.

Installation

$ npm install babel-plugin-transform-pipeline-operator

Usage

.babelrc

{
  "plugins": ["transform-pipeline-operator"]
}

Via CLI

$ babel --plugins transform-pipeline-operator script.js

Via Node API

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

Keywords

FAQs

Last updated on 15 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc