release: WRNexusJS 0.3.0
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
export { Lexer, LexError } from "./tokenizer.ts";
|
||||
export { parse, parseHtmlView, ParseError, VOID_ELEMENTS } from "./parser.ts";
|
||||
export type {
|
||||
ActionBlock,
|
||||
ApiBlock,
|
||||
Attr,
|
||||
ComputedDecl,
|
||||
DataApiBlock,
|
||||
DataMode,
|
||||
EffectBlock,
|
||||
LifecycleBlock,
|
||||
LoadBlock,
|
||||
ModeFunctionsBlock,
|
||||
PageAst,
|
||||
PropDecl,
|
||||
RealtimeBlock,
|
||||
RealtimeHandler,
|
||||
SeoBlock,
|
||||
StateDecl,
|
||||
ViewNode,
|
||||
WatchBlock,
|
||||
} from "./parser.ts";
|
||||
export {
|
||||
eraseFunctionTypes,
|
||||
inferredRuntimeType,
|
||||
runtimeTypeOf,
|
||||
validateTypedInitializer,
|
||||
} from "./types.ts";
|
||||
export type { RuntimeType } from "./types.ts";
|
||||
export {
|
||||
assertValidAst,
|
||||
classifyParseError,
|
||||
diagnose,
|
||||
diagnosticFromError,
|
||||
formatDiagnostic,
|
||||
isHydrationStrategy,
|
||||
isRuntimeTarget,
|
||||
positionAt,
|
||||
} from "./diagnostics.ts";
|
||||
export type {
|
||||
DiagnoseOptions,
|
||||
WrnDiagnostic,
|
||||
WrnDiagnosticSeverity,
|
||||
WrnSourcePosition,
|
||||
} from "./diagnostics.ts";
|
||||
export * from "./spec.ts";
|
||||
Reference in New Issue
Block a user