@babel/plugin-syntax-pipeline-operator

  • Version 8.0.1
  • Published
  • 7.05 kB
  • 1 dependency
  • MIT license

Install

npm i @babel/plugin-syntax-pipeline-operator
yarn add @babel/plugin-syntax-pipeline-operator
pnpm add @babel/plugin-syntax-pipeline-operator

Overview

Allow parsing of the pipeline operator

Index

Variables

variable PIPELINE_PROPOSALS

const PIPELINE_PROPOSALS: readonly ['fsharp', 'hack'];

    variable TOPIC_TOKENS

    const TOPIC_TOKENS: readonly ['^^', '@@', '^', '%', '#'];

      Functions

      function _default

      _default: (
      api: _babel_core.PluginAPI,
      options: Options,
      dirname: string
      ) => _babel_core.PluginObject<any>;

        Interfaces

        interface Options

        interface Options {}

          property proposal

          proposal: (typeof PIPELINE_PROPOSALS)[number];

            property topicToken

            topicToken?: (typeof TOPIC_TOKENS)[number];

              Package Files (1)

              Dependencies (1)

              Dev Dependencies (1)

              Peer Dependencies (1)

              Badge

              To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

              You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@babel/plugin-syntax-pipeline-operator.

              • Markdown
                [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@babel/plugin-syntax-pipeline-operator)
              • HTML
                <a href="https://www.jsdocs.io/package/@babel/plugin-syntax-pipeline-operator"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>