···1515 ["afterUnmount", new Set()],
1616]);
17171818+const elementLifecycleStates = new WeakMap<Element, ElementLifecycleState>();
1919+1820/**
1921 * Register a global lifecycle hook.
2022 * Global hooks run for every mount/unmount operation in the application.
···126128 }
127129 }
128130}
129129-130130-const elementLifecycleStates = new WeakMap<Element, ElementLifecycleState>();
131131132132/**
133133 * Get or create lifecycle state for an element.
+1-1
lib/src/index.ts
···44 * @packageDocumentation
55 */
6677-export { asyncEffect } from "$core/asyncEffect";
77+export { asyncEffect } from "$core/async-effect";
88export { mount } from "$core/binder";
99export { charge } from "$core/charge";
1010export { parseHttpConfig, request, serializeForm, serializeFormToJSON, swap } from "$core/http";