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 0de2a84 commit c620f50Copy full SHA for c620f50
packages/typescript-vfs/src/index.ts
@@ -295,7 +295,7 @@ export const createDefaultMapFromCDN = (
295
function cached() {
296
const storelike = storer || localStorage
297
298
- const keys = Object.keys(localStorage)
+ const keys = Object.keys(storelike)
299
keys.forEach(key => {
300
// Remove anything which isn't from this version
301
if (key.startsWith("ts-lib-") && !key.startsWith("ts-lib-" + version)) {
0 commit comments