Skip to content

Commit

Permalink
Update packages/typescript-estree/src/useProgramFromProjectService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
JoshuaKGoldberg and bradzacher committed Feb 24, 2024
1 parent 5dabf62 commit 65685ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function useProgramFromProjectService(
parseSettings: Readonly<MutableParseSettings>,
hasFullTypeInformation: boolean,
): ASTAndDefiniteProgram | undefined {
// we don't use canonicalized filename here because it causes massive perf regressions for some reason
const filePathAbsolute = absolutify(parseSettings.filePath);
log(
'Opening project service file for: %s at absolute path %s',
Expand Down

0 comments on commit 65685ce

Please sign in to comment.