Commit Graph

7 Commits

Author SHA1 Message Date
Joe Tuttle
09a2b06ef7 Node: Fixes for TLSSocket 2017-03-06 11:02:34 -05:00
Ricardo De Peña
12aebc4dab Update index.d.ts
added missing `context` prop.

ref: https://nodejs.org/dist/latest-v6.x/docs/api/repl.html#repl_global_and_local_scope
2017-01-26 16:25:02 -05:00
zigomir
ba1f4665fa Allow cursorTo to preserve the column. 2017-01-25 11:12:26 -08:00
Linda_pp
5b9724a373 node: strict platform value (#14134)
* node: strict platform value

From: https://nodejs.org/api/os.html#os_os_platform

> Currently possible values are:
>
> - 'aix'
> - 'darwin'
> - 'freebsd'
> - 'linux'
> - 'openbsd'
> - 'sunos'
> - 'win32'
>
> Equivalent to process.platform.

* node: add missing 'android' to platforms

* node: improve platform strings also in v7
2017-01-22 21:11:34 -08:00
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
10d46fc5fe Fix tsconfig for node v6 (#13924) 2017-01-10 18:06:03 -08:00
Rogier Schouten
8928fc6a3d Node: add timeout member to http.RequestOptions interface (#13865)
* Start typings for Node 7

* Add timeout member to RequestOptions.
2017-01-10 15:30:17 -08:00