Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 9, 2023
1 parent 45754f4 commit 8c8a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dependencies/HarmonyImportSpecifierDependency.js
Expand Up @@ -265,7 +265,7 @@ class HarmonyImportSpecifierDependency extends HarmonyImportDependency {
this.shorthand = read();
this.asiSafe = read();
this.usedByExports = read();
this.referencedKeys = read();
this.referencedPropertiesInDestructuring = read();
super.deserialize(context);
}
}
Expand Down

0 comments on commit 8c8a3a0

Please sign in to comment.