Commit Graph

6 Commits

Author SHA1 Message Date
Ciro
0961889be5 Update ejs.d.ts (#11467)
This typings give an error when templating HTML 

Error: Cannot invoke an expression whose type lacks a call signature.

my code 
```javascript
var templateFunction = EJS.compile(SOMESTRTEMPLATE);
myDomElement.innerHTML = templateFunction(someDataObject) // <= ERROR
```
2016-10-03 22:05:26 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
benliddicott
fcd91d68c8 Adding Ejs and static-eval 2015-09-21 11:37:37 +01:00
benliddicott
89456dbce0 EJS Typing 2015-09-17 14:47:35 +01:00