@typescript-eslint/typescript-estree
Version:
A parser that converts TypeScript source code into an ESTree compatible form
7 lines • 343 B
TypeScript
export * from './ast-converter';
export * from './create-program/getScriptKind';
export type { ParseSettings } from './parseSettings';
export * from './getModifiers';
export { typescriptVersionIsAtLeast } from './version-check';
export { getCanonicalFileName } from './create-program/shared';
//# sourceMappingURL=use-at-your-own-risk.d.ts.map