ejs icon indicating copy to clipboard operation
ejs copied to clipboard

a koa view render middleware, support all feature of ejs

Results 2 ejs issues
Sort by recently updated
recently updated
newest added

line79 if (settings.cache && cache[viewPath]) return cache[viewPath](options.scope, options) should be return cache[viewPath].call()

bug

Hi, thanks a lot for merging all the PR. When will be release new version of the package please? Thanks Jan Opravil

bug