@firsthandjs/core 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export interface DevtoolsHook {
|
|
|
64
64
|
/** The node and property a part is writing, from inside its own effect. */
|
|
65
65
|
part(node: object, property: string): void;
|
|
66
66
|
/**
|
|
67
|
-
* What
|
|
67
|
+
* What a resource just did: created, invalidated or dropped.
|
|
68
68
|
*
|
|
69
69
|
* The cache is the one part of the framework whose behaviour is not in the
|
|
70
70
|
* reactive graph — a tag match is a decision rather than an edge.
|