ejs
ejs copied to clipboard
Embedded JavaScript templates for node
Is it possible for EJS to output data about which files were imported? I need to create a dependency graph.
Capitalisation of zero length strings tried to uppercase undefined due to typeof str[0] === 'undefined', .charAt(0) fixes this by returning an empty string if the char does not exist.
Fixes function 'filtered' to allow for | and : in quoted arguments. Particularly useful for the 'replace' filter, of the current ones.
Hi TJ, That changes add some interesting functionality that i need and may be cool for a lot of other projects. Please, see the changed Readme.md to understand what i...
Layouts is supported using extends and blocks. To reduce repetition, blocks can have defaults. See Readme.md for details. Include is also implemented to support mixins. Finally, in order to support...
removing trailing ";" in and
When does ejs support component.json?
added a check whether a previous loaded library has already defined CommonJS require() because if it has then this should only register not define the functions again Please note that...