Readonly
cacheReadonly
charsetReadonly
dateReadonly
dateReadonly
escapingReadonly
filtersReadonly
functionsReadonly
globalsReadonly
loaderReadonly
numberReadonly
sandboxReadonly
testsReadonly
timezoneLoads a template by its name.
The name of the template to load
Optional
from: null | stringThe name of the template that requested the load
Converts a token list to a template.
Optional
options: TwingParserOptionsConvenient method that renders a template from its name and returns both the render result and its belonging source map.
Optional
options: { Optional
sandboxed?: booleanOptional
strict?: booleanTokenizes a source code.
The source to tokenize
Convenient method...