@babel/plugin-transform-runtime

  • Version 7.24.3
  • Published
  • 37.4 kB
  • 6 dependencies
  • MIT license

Install

npm i @babel/plugin-transform-runtime
yarn add @babel/plugin-transform-runtime
pnpm add @babel/plugin-transform-runtime

Overview

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

Index

Functions

function default

default: (
moduleName: string,
dirname: string,
absoluteRuntime: string | boolean
) => any;

    function resolveFSPath

    resolveFSPath: (path: string) => any;

      Package Files (1)

      Dependencies (6)

      Dev Dependencies (8)

      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-runtime.

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