Commit Graph

29 Commits

Author SHA1 Message Date
Mihkel Sokk
d3c9c35fc6 [ejs] renderFile returns Promise without callback, fixes #28934 2018-11-26 14:39:59 +02:00
Viko
55aa0245a6 ejs, mem-fs-editor: Correct types per @uniqueiniquity's comments 2018-06-01 17:33:11 -06:00
Viko
ca6c7c59e3 ejs: Fix mem-fs-editor and version in header 2018-05-26 15:53:02 -06:00
Viko
cf180375d0 ejs: Add support for the async option 2018-05-26 15:32:56 -06:00
Max Rumpf
089d570806 [types/ejs] Also return undefined in Cache.get() (#24807)
As lru-cache has `V | undefined`, this `get()` function should also mark undefined as possible return type to allow assigning an LRU to `cache`.
2018-04-09 10:23:22 -07:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
segayuu
a271488804 version up 2017-11-27 11:22:27 +09:00
segayuu
f29db221d6 Add tests 2017-11-27 11:16:29 +09:00
segayuu
21390eeb9a data is not absolutely necessary.
https://github.com/mde/ejs/blob/v2.5.7/test/ejs.js#L58
2017-11-27 11:15:52 +09:00
segayuu
a8f40e9d04 remove test import graceful-fs 2017-11-24 14:13:23 +09:00
segayuu
ae1ea52366 Fixed Cache methods 2017-11-24 14:03:37 +09:00
segayuu
b8cabc4f99 Add Tests and Cleanup ignore lint errors 2017-11-24 13:55:09 +09:00
segayuu
cd4e399aff ADD JSDoc
and add isDir from resolveInclude().
and typed clearCache().
2017-11-24 13:52:23 +09:00
segayuu
b6df77415c Delete unexported export 2017-11-24 13:38:46 +09:00
segayuu
5d9f85b693 Delete Not API class 2017-11-24 13:07:34 +09:00
segayuu
996c9c0db3 Add Options. 2017-11-24 13:07:06 +09:00
segayuu
eeb464569d There is no resolve(). 2017-11-24 12:00:35 +09:00
segayuu
a9b2387bce Cleanup lint ignore error: interface-over-type-literal 2017-11-24 10:01:17 +09:00
segayuu
33d331a297 cleanup lint ignore error: export-just-namespace 2017-11-24 09:59:13 +09:00
segayuu
57f6d33af3 Cleanup lint ignore error: no-var-keyword 2017-11-24 09:54:56 +09:00
segayuu
dd60fa13a8 Cleanup lint ignore error: prefer-const 2017-11-24 09:53:35 +09:00
segayuu
8f627efc64 Cleanup lint ignore error: callable-types 2017-11-24 09:52:18 +09:00
segayuu
d22dd362f4 Cleanup lint error: no-padding 2017-11-24 09:51:00 +09:00
segayuu
326da556b0 Cleanup lint ignore error: dt-header 2017-11-24 09:49:25 +09:00
segayuu
85ed772c92 Cleanup unnecessary rule invalidation setting 2017-11-24 09:44:54 +09:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00