UNPKG

marko

Version:

Optimized runtime for Marko templates.

15 lines (14 loc) 407 B
import { types as t } from "@marko/compiler"; declare const kSharedText: unique symbol; declare module "@marko/compiler/dist/types" { interface NodeExtra { [kSharedText]?: true; } } declare const _default: { analyze(this: unknown, text: t.NodePath<t.MarkoText>): void; translate: { exit(this: unknown, text: t.NodePath<t.MarkoText>): void; }; }; export default _default;