UNPKG

liquidjs

Version:

A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.

18 lines (17 loc) 334 B
export declare enum TokenKind { Number = 1, Literal = 2, Tag = 4, Output = 8, HTML = 16, Filter = 32, Hash = 64, PropertyAccess = 128, Word = 256, Range = 512, Quoted = 1024, Operator = 2048, FilteredValue = 4096, GroupedExpression = 8192, Delimited = 12 }