@babel/plugin-transform-block-scoping

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

Install

npm i @babel/plugin-transform-block-scoping
yarn add @babel/plugin-transform-block-scoping
pnpm add @babel/plugin-transform-block-scoping

Overview

Compile ES2015 block scoping (const and let) to ES5

Index

Functions

function _default

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

    function isVarScope

    isVarScope: (scope: Scope) => boolean;

      Interfaces

      interface Options

      interface Options {}

        property tdz

        tdz?: boolean;

          property throwIfClosureRequired

          throwIfClosureRequired?: boolean;

            Package Files (1)

            Dependencies (1)

            Dev Dependencies (3)

            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-transform-block-scoping.

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