DefinitelyTyped/node
zjiekai 9f1c7c6a92 setEncoding(encoding: string | null) (#11635)
Encoding can be disabled by calling readable.setEncoding(null).
https://nodejs.org/api/stream.html#stream_readable_setencoding_encoding

Typescript v2.* has strictNullChecks which prevents passing null to setEncoding

https://www.typescriptlang.org/docs/release-notes/typescript-2.0.html
2016-10-03 21:25:42 +09:00
..
index.d.ts setEncoding(encoding: string | null) (#11635) 2016-10-03 21:25:42 +09:00
node-0.8.8.d.ts added missing property to child_process (#10997) 2016-09-07 00:26:30 +09:00
node-0.10.d.ts added missing property to child_process (#10997) 2016-09-07 00:26:30 +09:00
node-0.11-tests.ts Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
node-0.11.d.ts added missing property to child_process (#10997) 2016-09-07 00:26:30 +09:00
node-0.12-tests.ts Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
node-0.12.d.ts added missing property to child_process (#10997) 2016-09-07 00:26:30 +09:00
node-4-tests.ts [node] Format test definition (#11308) 2016-09-19 16:24:01 +09:00
node-4.d.ts [node.d.ts] Correct NodeBuffer.toJSON type (#11177) 2016-09-14 21:21:03 +09:00
node-tests.ts Merge remote-tracking branch 'origin/master' into merge_23sep 2016-09-23 07:24:23 -07:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -07:00