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 6d59f71 commit 802a233Copy full SHA for 802a233
src/parser.ts
@@ -136,7 +136,7 @@ export class Parser extends DiagnosticEmitter {
136
): void {
137
// the frontend gives us paths with file extensions
138
var normalizedPath = normalizePath(path);
139
- var internalPath = mangleInternalPath(path);
+ var internalPath = mangleInternalPath(normalizedPath);
140
141
// check if already processed
142
if (this.donelog.has(internalPath)) return;
0 commit comments