Skip to content

Commit

Permalink
build: add missing use-at-your-own-risk getCanonicalFileName export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 16, 2023
1 parent 5095d05 commit 89b14f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/typescript-estree/src/use-at-your-own-risk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ export type { ParseSettings } from './parseSettings';
// required by packages/utils/src/ts-estree.ts
export * from './getModifiers';
export { typescriptVersionIsAtLeast } from './version-check';

// required by packages/type-utils
export { getCanonicalFileName } from './create-program/shared';

0 comments on commit 89b14f2

Please sign in to comment.