release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+16 -1
View File
@@ -1,4 +1,4 @@
/** @wrnexus/reactive — fine-grained reactive primitives. */
/** @wrnexus/reactive — fine-grained reactive primitives, history, URL state, context and portals. */
export type { Cleanup, ReadonlySignal, Signal, Subscriber, Unsubscribe } from "./signal.ts";
export { batch, computed, effect, signal, untrack } from "./signal.ts";
export { watch, resource, createScope } from "./resource.ts";
@@ -9,3 +9,18 @@ export type {
ResourceStatus,
ReactiveScope,
} from "./resource.ts";
export {
createContextProvider,
historySignal,
mountPortal,
transition,
createTimeline,
urlSignal,
} from "./advanced.ts";
export type {
HistorySignal,
ReactiveContext,
UrlStateOptions,
TimelineStep,
AnimationTimeline,
} from "./advanced.ts";