feat: add typed WRN declarations
This commit is contained in:
@@ -15,12 +15,14 @@ export { parse, ParseError } from "./parser.ts";
|
||||
export { generate } from "./codegen.ts";
|
||||
export { generateNative, NativeCompileError } from "./native-codegen.ts";
|
||||
export { Lexer, LexError } from "./tokenizer.ts";
|
||||
export { eraseFunctionTypes, inferredRuntimeType, runtimeTypeOf } from "./types.ts";
|
||||
export type {
|
||||
PageAst,
|
||||
SeoBlock,
|
||||
ViewNode,
|
||||
Attr,
|
||||
StateDecl,
|
||||
PropDecl,
|
||||
ApiBlock,
|
||||
DataApiBlock,
|
||||
DataMode,
|
||||
|
||||
Reference in New Issue
Block a user