release: WRNexusJS 0.8.0
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
import { REACTIVE_RUNTIME } from "./reactive-runtime.ts";
|
||||
import { NAV_RUNTIME } from "./nav-runtime.ts";
|
||||
import { REALTIME_RUNTIME } from "./realtime-runtime.ts";
|
||||
import { ACTION_RUNTIME } from "./action-runtime.ts";
|
||||
|
||||
export { REACTIVE_RUNTIME } from "./reactive-runtime.ts";
|
||||
export { NAV_RUNTIME } from "./nav-runtime.ts";
|
||||
export { REALTIME_RUNTIME } from "./realtime-runtime.ts";
|
||||
export { ACTION_RUNTIME } from "./action-runtime.ts";
|
||||
|
||||
/** The reactive runtime served at `/__wrnexus/reactive.js` (plain browser JS). */
|
||||
export function getReactiveRuntime(): string {
|
||||
@@ -30,8 +32,13 @@ export function getRealtimeRuntime(): string {
|
||||
return REALTIME_RUNTIME;
|
||||
}
|
||||
|
||||
export function getActionRuntime(): string {
|
||||
return ACTION_RUNTIME;
|
||||
}
|
||||
|
||||
export * from "./outputs.ts";
|
||||
export * from "./server-client.ts";
|
||||
export * from "./refs.ts";
|
||||
export * from "./client-functions.ts";
|
||||
export * from "./actions.ts";
|
||||
export type * from "./types.ts";
|
||||
|
||||
Reference in New Issue
Block a user