diff --git a/src/tscache.ts b/src/tscache.ts index 85e4852..49dc7b2 100644 --- a/src/tscache.ts +++ b/src/tscache.ts @@ -360,6 +360,7 @@ export class TsCache }); } + /** @returns an FS-safe hash string for use as a path to the cached content */ private createHash(id: string, snapshot: tsTypes.IScriptSnapshot) { const data = snapshot.getText(0, snapshot.getLength());