release: WRNexusJS 0.8.0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user