Skip to content

Commit

Permalink
fix lint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 4, 2022
1 parent ba75533 commit 19d1a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/watchCases/cache/asset-concat/test.filter.js
@@ -0,0 +1,3 @@
module.exports = function (config) {
return !(config.experiments && config.experiments.cacheUnaffected);
};
2 changes: 1 addition & 1 deletion types.d.ts
Expand Up @@ -1255,7 +1255,7 @@ declare interface CodeGenerationContext {
/**
* source types
*/
sourceTypes?: Omit<Set<string>, "delete" | "add">;
sourceTypes?: ReadonlySet<string>;
}
declare interface CodeGenerationResult {
/**
Expand Down

0 comments on commit 19d1a93

Please sign in to comment.