JSPM

  • Created
  • Published
  • Downloads 16371374
  • Score
    100M100P100Q253850F
  • License MIT

Helper function to hoist variables

Package Exports

  • @babel/helper-hoist-variables

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/helper-hoist-variables) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@babel/helper-hoist-variables

Installation

npm install @babel/helper-hoist-variables --save

API

declare export default hoistVariables(path: NodePath, emit: Function, kind: "var" | "let" = "var");

Usage

TODO