We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0ba62 commit 2df6f99Copy full SHA for 2df6f99
packages/type-utils/src/getSourceFileOfNode.ts
@@ -1,6 +1,7 @@
1
import * as ts from 'typescript';
2
3
/**
4
+ * @deprecated
5
* Gets the source file for a given node
6
*/
7
export function getSourceFileOfNode(node: ts.Node): ts.SourceFile {
0 commit comments