Skip to content

Commit 040aabc

Browse files
committed
PR feedback
1 parent 1a24b26 commit 040aabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-extractor/src/analyzer/TypeScriptInternals.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class TypeScriptInternals {
8888
mode: ts.ModuleKind.CommonJS | ts.ModuleKind.ESNext | undefined
8989
): ts.ResolvedModuleFull | undefined {
9090
// Compiler internal:
91-
// https://github.com/microsoft/TypeScript/blob/v5.3-beta/src/compiler/types.ts#L4678
91+
// https://github.com/microsoft/TypeScript/blob/v5.3.3/src/compiler/types.ts#L4698
9292
const result: ts.ResolvedModuleWithFailedLookupLocations | undefined = (program as any).getResolvedModule(
9393
sourceFile,
9494
moduleNameText,

0 commit comments

Comments
 (0)