UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

8 lines (7 loc) 377 B
export * from './ast-converter'; export * from './create-program/getScriptKind'; export type { ParseSettings } from './parseSettings'; export { SUPPORTED_TYPESCRIPT_VERSIONS } from './parseSettings/warnAboutTSVersion'; export * from './getModifiers'; export { typescriptVersionIsAtLeast } from './version-check'; export { getCanonicalFileName } from './create-program/shared';