JSPM

@typescript-eslint/types

5.10.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 61251638
  • Score
    100M100P100Q244949F
  • License MIT

Types for the TypeScript-ESTree AST spec

Package Exports

  • @typescript-eslint/types
  • @typescript-eslint/types/dist/ast-spec
  • @typescript-eslint/types/dist/ast-spec.d.ts
  • @typescript-eslint/types/dist/ast-spec.js
  • @typescript-eslint/types/dist/index.js

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

Readme

TypeScript-ESTree Types

CI NPM Version NPM Downloads

This package exists to help us reduce cycles and provide lighter-weight packages at runtime. You probably don't want to use it directly.

If you're building an ESLint plugin, consider using @typescript-eslint/utils. If you're parsing TypeScript code, consider using @typescript-eslint/typescript-estree.

Contributing

See the contributing guide here