marko
Version:
Optimized runtime for Marko templates.
32 lines (31 loc) • 1.21 kB
TypeScript
export declare const Global = "$";
export declare const Owner = "_";
export declare const AbortControllers = "A";
export declare const AbortScopes = "B";
export declare const AwaitCounter = "O";
export declare const BranchAccessor = "C";
export declare const BranchScopes = "D";
export declare const CatchContent = "E";
export declare const ClosestBranch = "F";
export declare const ClosestBranchId = "G";
export declare const Gen = "H";
export declare const DetachedAwait = "V";
export declare const EndNode = "K";
export declare const Id = "L";
export declare const Load = "X";
export declare const LoopKey = "M";
export declare const LoopIndex = "I";
export declare const ParentBranch = "N";
export declare const PendingEffects = "J";
export declare const PendingRenders = "W";
export declare const PendingScopes = "Y";
export declare const PlaceholderBranch = "P";
export declare const PlaceholderContent = "Q";
export declare const Renderer = "R";
export declare const StartNode = "S";
export declare const Subscriptions = "Z";
export declare const TagVariable = "T";
export declare const TagVariableChange = "U";
type Self = typeof import("./accessor-prop");
export type Value = Self[keyof Self];
export {};