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 1c62dc5 commit 8d9dc0eCopy full SHA for 8d9dc0e
packages/typescript/src/tscache.ts
@@ -16,7 +16,7 @@ export default class TSCache {
16
17
/** Returns the path to the cached file */
18
cachedFilename(fileName: string): string {
19
- return path.join(this._cacheFolder, fileName.replace(/^([A-Z]+):/, '$1'));
+ return path.join(this._cacheFolder, fileName.replace(/^([a-zA-Z]+):/, '$1'));
20
}
21
22
/** Emits a file in the cache folder */
0 commit comments