📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-pipeline-operator

Package Overview
Dependencies
Maintainers
32
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-pipeline-operator

Transform pipeline operator into call expressions

7.0.0-beta.3
next
latest
Source
npm
Version published
Weekly downloads
69
-54.3%
Maintainers
32
Weekly downloads
 
Created
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

babel-plugin

FAQs

Package last updated on 15 Oct 2017

Did you know?

Socket

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