Jasper Lyons

Results 15 comments of Jasper Lyons

This code is wrong btw. ``` javascript if (0 == js.trim().indexOf('include')) { var name = js.trim().slice(7).trim(); if (!filename) throw new Error('filename option is required for includes'); // If it is...

@cjmarkham In the code base I made the fork from buf is most certainly a string, please feel free to have a look. @mscdex On reflection I agree, I had...

There are a few things that seem to be missing to be able to provide Ajax access for SecureSocial. 1) A response to the HTTP OPTION method. 2) Either out...

@mde I've fixed this PR so that existing test pass while still providing the required functionality. If there are any other changes you'd like me to make, just let me...

I can verify that it does and passes all test for me. I added a simple test case [here](https://github.com/jasper-lyons/ejs/blob/master/test/ejs.js) at line 304-308 with some fixtures, simply outlining an automated test...