Commit Graph

13 Commits

Author SHA1 Message Date
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
Andrew Crites
fcc0c74677 Blessed Program class types (#23327)
* blessed: add program export

* blessed: Adding types for Program.

Attempted to include all functions for the Program class. I excluded the psuedo-private functions starting with _.

Most functions write to a writeable stream and call the write() function internally which returns a boolean.

* blessed: Adding types test and program properties
2018-02-01 09:02:55 -08:00
Andrew Crites
00ae13ffe2 blessed: correct some typining issues (#23200)
* Screen debug option is a boolean. The class itself also has a method called debug.
* Screen spawn arguments and options parameters are optional
2018-01-26 09:02:44 -08:00
Steve Kellock
ccf051763b Adds prettier to the blessed typings. 2017-10-29 15:31:35 -04:00
Steve Kellock
1b74afc00a Lints the blessed typings. 2017-10-29 15:31:35 -04:00
Steve Kellock
83c4265744 Fixes search callback for lists blessed. 2017-10-29 15:29:57 -04: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
Witchu Promjunyakul
dc7fba2b21 fix TCursor.shape (#19984)
add blessed.log()
2017-10-16 09:17:43 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
af8b0d1294 FIx new lint errors (#18382) 2017-07-25 10:34:23 -07:00
Louis Orleans
514f16f2a4 Fixing Blessed scroll typings (#15852)
* 🎨 Removing trailing whitespace

This was caused by my editor

* 🐛 scroll getters return numbers, not void
Box::getScroll returns a number according to the documentation
Box::getScrollHeight returns a number according to the documentation
Box::getScrollPerc returns a number according to the documentation
2017-04-25 15:33:21 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00