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