From cdb5d2f266d931af5a16d67f49ea483510308879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=89=E1=85=A1=E1=86=BC?= =?UTF-8?q?=E1=84=83=E1=85=AE?= Date: Sun, 8 Jun 2025 20:51:19 +0900 Subject: [PATCH] feat: deprecated getSourceFileOfNode --- packages/type-utils/src/getSourceFileOfNode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/type-utils/src/getSourceFileOfNode.ts b/packages/type-utils/src/getSourceFileOfNode.ts index 18e7ca27ecde..ffad3631a25a 100644 --- a/packages/type-utils/src/getSourceFileOfNode.ts +++ b/packages/type-utils/src/getSourceFileOfNode.ts @@ -1,6 +1,7 @@ import * as ts from 'typescript'; /** + * @deprecated * Gets the source file for a given node */ export function getSourceFileOfNode(node: ts.Node): ts.SourceFile {