let the type do the inline docs

pull/10302/head
Rich Harris 3 years ago
parent 10bddd63bc
commit 020062021b

@ -60,9 +60,6 @@ let current_queued_pre_and_render_effects = [];
let current_queued_effects = []; let current_queued_effects = [];
/** /**
* Tracks the current property access to a derived signal object, e.g.
* `a.b.c` for each property access, push a new `current_derived_property_access` containing
* metadata about that property and the derived signal it's occuring on.
* @type {import('./types.js').DerivedPropertyAccess | null} * @type {import('./types.js').DerivedPropertyAccess | null}
*/ */
let current_derived_property_access = null; let current_derived_property_access = null;

Loading…
Cancel
Save