release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+23
View File
@@ -31,6 +31,7 @@ export type { RuntimeType } from "./types.ts";
export {
assertValidAst,
classifyParseError,
containsReadonlyPropMutation,
diagnose,
diagnosticFromError,
formatDiagnostic,
@@ -54,3 +55,25 @@ export {
supportsSyntaxFeature,
} from "./versioning.ts";
export type { SourceRange, WrnSyntaxFeature } from "./versioning.ts";
export {
parseComputedDeclarations,
parseOutputs,
parsePersist,
parseRuntimeFunctions,
parseStateDeclarations,
parseStoreLifecycle,
parseStructuredImports,
stripRuntimeFunctionModifiers,
} from "./v060.ts";
export type {
FunctionParameterDecl,
FunctionRuntime,
OutputDecl,
PersistDecl,
RuntimeFunctionDecl,
StateRuntime,
StoreKind,
StoreLifecycleDecl,
StructuredImportDecl,
} from "./v060.ts";