proxied-state-set
Rich Harris 2 years ago
parent 6ee74dac76
commit bcb9080e56

@ -7,7 +7,7 @@ import {
updating_derived, updating_derived,
UNINITIALIZED UNINITIALIZED
} from './runtime.js'; } from './runtime.js';
import { get_descriptor, is_array } from './utils.js'; import { get_descriptor } from './utils.js';
/** @typedef {{ s: Map<any, import('./types.js').SourceSignal<any>>; v: import('./types.js').SourceSignal<number>; a: boolean, b: Record<string | symbol, Function> }} Metadata */ /** @typedef {{ s: Map<any, import('./types.js').SourceSignal<any>>; v: import('./types.js').SourceSignal<number>; a: boolean, b: Record<string | symbol, Function> }} Metadata */
/** @typedef {Record<string | symbol, any> & { [STATE_SYMBOL]: Metadata }} StateObject */ /** @typedef {Record<string | symbol, any> & { [STATE_SYMBOL]: Metadata }} StateObject */

Loading…
Cancel
Save