UNPKG

marko

Version:

Optimized runtime for Marko templates.

9 lines (8 loc) 304 B
import { types as t } from "@marko/compiler"; import { type TagDefinition } from "@marko/compiler/babel-utils"; declare module "@marko/compiler/dist/types" { interface MarkoTag { tagDef?: TagDefinition | null; } } export declare function preAnalyze(program: t.NodePath<t.Program>): void;