JSPM

@babel/types

7.28.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 116869885
  • Score
    100M100P100Q278745F
  • License MIT

Babel Types is a Lodash-esque utility library for AST nodes

Package Exports

  • @babel/types
  • @babel/types/lib/builders/generated
  • @babel/types/lib/builders/generated/index.js
  • @babel/types/lib/definitions
  • @babel/types/lib/definitions/core
  • @babel/types/lib/definitions/core.js
  • @babel/types/lib/definitions/index.js
  • @babel/types/lib/definitions/utils
  • @babel/types/lib/definitions/utils.js
  • @babel/types/lib/index.js
  • @babel/types/lib/utils/react/cleanJSXElementLiteralChild
  • @babel/types/lib/utils/react/cleanJSXElementLiteralChild.js
  • @babel/types/lib/validators/generated
  • @babel/types/lib/validators/generated/index.js
  • @babel/types/lib/validators/isBlockScoped
  • @babel/types/lib/validators/isBlockScoped.js
  • @babel/types/lib/validators/isReferenced
  • @babel/types/lib/validators/isReferenced.js
  • @babel/types/lib/validators/validate
  • @babel/types/lib/validators/validate.js
  • @babel/types/package.json

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/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@babel/types

Babel Types is a Lodash-esque utility library for AST nodes

See our website @babel/types for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/types

or using yarn:

yarn add @babel/types --dev