We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a24b26 commit 040aabcCopy full SHA for 040aabc
apps/api-extractor/src/analyzer/TypeScriptInternals.ts
@@ -88,7 +88,7 @@ export class TypeScriptInternals {
88
mode: ts.ModuleKind.CommonJS | ts.ModuleKind.ESNext | undefined
89
): ts.ResolvedModuleFull | undefined {
90
// Compiler internal:
91
- // https://github.com/microsoft/TypeScript/blob/v5.3-beta/src/compiler/types.ts#L4678
+ // https://github.com/microsoft/TypeScript/blob/v5.3.3/src/compiler/types.ts#L4698
92
const result: ts.ResolvedModuleWithFailedLookupLocations | undefined = (program as any).getResolvedModule(
93
sourceFile,
94
moduleNameText,
0 commit comments