[ 原始碼: node-ejs ]
套件:node-ejs(2.5.7-3)
Embedded JavaScript templates
This module provides embedded JavaScript templates, like
- Control flow with <% %> - Escaped output with <%= %> (escape function configurable) - Unescaped raw output with <%- %> - Newline-trim mode ('newline slurping') with -%> ending tag - Whitespace-trim mode (slurp all whitespace) for control flow with <%_ _%> - Custom delimiters (e.g., use <? ?> instead of <% %>) - Includes - Client-side support - Static caching of intermediate JavaScript - Static caching of templates - Complies with the Express view system
Node.js is an event-based server-side JavaScript engine.
其他與 node-ejs 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: node-lru-cache
- least-recently-used cache object for Node.js