Skip to content

Commit 64f91ef

Browse files
committed
chore: Add a todo
1 parent da18365 commit 64f91ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dependency.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class DocGenDependency extends ModuleDependency {
3232
get category(): string {
3333
return "docs";
3434
}
35+
36+
// TODO: Note if you want that modules correctly invalidate and cache you need to add updateHash to your Dependency and hash the type info (because that might change depending on outside factors (other modules)
3537
}
3638

3739
makeSerializable(DocGenDependency, "src/dependency");

0 commit comments

Comments
 (0)