release: WRNexusJS 0.8.0
This commit is contained in:
@@ -15,6 +15,8 @@ import {
|
||||
type PageAst,
|
||||
type WrnDiagnostic,
|
||||
} from "@wrnexus/syntax";
|
||||
export { formatWrn } from "@wrnexus/syntax";
|
||||
export type { FormatWrnOptions } from "@wrnexus/syntax";
|
||||
import { generate } from "./codegen.ts";
|
||||
import { generateNative } from "./native-codegen.ts";
|
||||
|
||||
@@ -35,8 +37,14 @@ export { generateStoreBrowserModule, generateStoreModule } from "./store-codegen
|
||||
export { createComponentContract } from "./component-contract.ts";
|
||||
export { resolveWrnImport, resolveWrnImports } from "./import-resolver.ts";
|
||||
export { createWrnSourceMap } from "./source-map.ts";
|
||||
export { analyzeRuntimeRequirements } from "./analysis.ts";
|
||||
export type { RouteExecutionKind, RuntimeRequirements } from "./analysis.ts";
|
||||
export { analyzeOptimizations, analyzeRuntimeRequirements, optimizeAst } from "./analysis.ts";
|
||||
export type { OptimizationReport, RouteExecutionKind, RuntimeRequirements } from "./analysis.ts";
|
||||
export { analyzeRuntimeImports, runtimeCapabilities } from "./runtime-capabilities.ts";
|
||||
export type {
|
||||
DeploymentRuntime,
|
||||
RuntimeCapability,
|
||||
RuntimeCapabilityDiagnostic,
|
||||
} from "./runtime-capabilities.ts";
|
||||
export { generateNative, NativeCompileError } from "./native-codegen.ts";
|
||||
export { Lexer, LexError } from "@wrnexus/syntax";
|
||||
export { eraseFunctionTypes, inferredRuntimeType, runtimeTypeOf } from "@wrnexus/syntax";
|
||||
|
||||
Reference in New Issue
Block a user