Commit Graph

20 Commits

Author SHA1 Message Date
Andrew Bradley
9ea8da2d0e Remove or fix dependencies on mocha by other declarations
If dependency is unnecessary, replaces with stub declarations
If dependency is necessary, declares a requirement on at least TS2.1 to match mocha's
2018-03-14 22:52:57 -04:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
2a9d2f8d59 Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Paul van Brenk
aa2d73bb6f Merge pull request #22301 from DefinitelyTyped/not-needed-should
should: Provides its own types
2017-12-28 16:33:24 -08:00
Andy Hanson
02ca300ac9 should: Provides its own types 2017-12-19 09:24:39 -08:00
segayuu
349c8bb544 cleanup ignore lint error: no-construct
All lines whose rules are ignored are all clearly intentioned codes.
2017-12-15 10:41:26 +09:00
segayuu
37c948fdc1 cleanup ignore lint error: no-conditional-assignment 2017-12-15 10:38:06 +09:00
segayuu
fef403eff4 cleanup ignore lint error: prefer-const 2017-12-15 10:35:12 +09:00
segayuu
e54a57b93c cleanup ignore lint error: only-arrow-functions 2017-12-15 10:31:16 +09:00
segayuu
73009cc2d0 cleanup ignore lint error: dt-header 2017-12-15 10:26:43 +09:00
segayuu
1107825556 cleanup ignore lint errors: no-var-keyword, object-literal-shorthand 2017-12-15 10:25:17 +09:00
segayuu
6da8269d52 cleanup simple style ignore lint errors 2017-12-15 10:09:26 +09:00
segayuu
bb52a85035 Delete unnecessary rule invalidation setting 2017-12-11 14:05:15 +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
Piotr Roszatycki
8ef0c39ccf node: process.stdin is a stream.Readable and process.stdout is a stream.Writable (#20493)
* Readable.wrap returns this

* Add missing properties to interface ReadableStream and WritableStream; change interfaces in fs, dgram and net into classes

* Move all additional properties from ReadableStream interface to ReadStream interface (and Write...)

* hexo-fs should re-export classes from 'fs'

* process.stdin._destroy is a function
2017-10-17 07:44:21 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
b3212da01e vinyl: Fix error in typescript@next (#17065) 2017-06-08 15:15:14 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00