UNPKG

freemarker-parser

Version:

Freemarker Parser is a javascript implementation of the Freemarker

42 lines 990 B
export declare enum Directives { if = "Condition", else = "Else", elseif = "ConditionElse", elseIf = "ConditionElse", list = "List", include = "Include", assign = "Assign", attempt = "Attempt", compress = "Compress", autoesc = "AutoEsc", autoEsc = "AutoEsc", noAutoEsc = "NoAutoEsc", noautoesc = "NoAutoEsc", escape = "Escape", noescape = "NoEscape", function = "Function", flush = "Flush", ftl = "Ftl", global = "Global", import = "Import", items = "Items", local = "Local", lt = "Lt", macro = "Macro", outputFormat = "OutputFormat", outputformat = "OutputFormat", nt = "Nt", recover = "Recover", return = "Return", rt = "Rt", setting = "Setting", stop = "Stop", switch = "Switch", case = "SwitchCase", default = "SwitchDefault", break = "Break", t = "T", noparse = "Text", noParse = "Text" } //# sourceMappingURL=Directives.d.ts.map