We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc04e06 commit 542ce81Copy full SHA for 542ce81
1 file changed
javascript/extractor/lib/typescript/src/common.ts
@@ -88,7 +88,7 @@ export class Project {
88
89
// If the requested module name is exactly the overridden package name,
90
// return the entry point file (it is not necessarily called `index.ts`).
91
- if (moduleName.length === packageName.length) {
+ if (moduleName === packageName) {
92
return { resolvedFileName: packageEntryPoint, isExternalLibraryImport: true };
93
}
94
0 commit comments