import * as viewEngine from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/ejs/index.d.ts";
Variables
EJS template function cache. This can be a LRU object from lru-cache
NPM module. By default, it is | |
The closing delimiter for all statements. This allows to to clearly delinate the difference between template code and existing delimiters. (It is recommended to synchronize this with the openDelimiter property.) | |
The delimiter used in template compilation. | |
Name of the object containing the locals. | |
v name | Name for detection of EJS. |
The opening delimiter for all statements. This allows you to clearly delinate the difference between template code and existing delimiters. (It is recommended to synchronize this with the closeDelimiter property.) | |
Promise implementation -- defaults to the native implementation if available This is mostly just for testability |
Functions
Clear intermediate JavaScript cache. Calls Cache#reset. | |
Compile the given | |
Escape characters reserved in XML. | |
Render the given | |
Render an EJS file at the given | |
Get the path to the included file from the parent file path and the specified path. |
Type Aliases
This type of function is returned from | |
This type of function is returned from | |
This type of function is returned from | |
Escapes a string using HTML/XML escaping rules. | |
Custom file loader. Useful for template preprocessing or restricting access to a certain part of the filesystem. | |
The callback called by | |
Callback for receiving data from | |
This type of callback is used when | |
This type of function is returned from |