Daniel Rosenwasser
|
27e260259e
|
Merge pull request #23615 from hoo29/master
[node] undo TlsOptions name change
|
2018-02-13 12:13:32 -08:00 |
|
Huw McNamara
|
d3045c2a59
|
undid TlsOptions name change node v8
|
2018-02-13 18:45:46 +00:00 |
|
Daniel Rosenwasser
|
86e2bc1cf0
|
Merge pull request #23486 from mentos1386/mentos1386-node-tty-class-fix
[NodeJS] TTY ReadStream Interface to Class fix
|
2018-02-13 10:31:42 -08:00 |
|
Daniel Rosenwasser
|
45e71c9c2b
|
Merge pull request #23393 from hoo29/master
[node] tidied up and de-duplicated tls related options
|
2018-02-10 10:34:57 -08:00 |
|
Ron Buckton
|
314132546a
|
Merge pull request #23374 from johan13/socket-return-types
[node] Fix return type of net.Socket methods
|
2018-02-08 20:10:45 -08:00 |
|
Flarna
|
97e17866e8
|
[node] Improve return type of fs.readdir() and fs.readdirsync() (#23440)
* [node] Improve return type of fs.readdir() and fs.readdirsync()
* additionally update v6
|
2018-02-08 07:33:55 -08:00 |
|
Ron Buckton
|
eaa9ff9367
|
Merge pull request #23411 from glmdgrielson/require-resolve
[node] require.resolve update v8.9.0
|
2018-02-07 14:55:12 -08:00 |
|
Tine Jozelj
|
4cc753241a
|
fix(node): updated for v7 and v8
|
2018-02-07 17:46:35 +01:00 |
|
Huw McNamara
|
e00c71172a
|
fixed deps, add local pick def
|
2018-02-06 19:21:36 +00:00 |
|
Huw McNamara
|
613c514505
|
actioned comments
|
2018-02-06 18:40:40 +00:00 |
|
Denis Malinochkin
|
a593fd2d60
|
refactor(node): Remove duplicate line for the «addListener» method (#23449)
|
2018-02-06 08:47:31 -08:00 |
|
Andy
|
b890bf4556
|
Fix node tests to be compatible with --esModuleInterop (#23437)
|
2018-02-05 13:08:34 -08:00 |
|
Andy
|
bef4d2b27d
|
Enable "esModuleInterop" in all tsconfigs (#23354)
|
2018-02-05 11:01:56 -08:00 |
|
glmdgrielson
|
91fcfae67f
|
Made paths property optional
I'm making a lot of seemingly duplicate commits here, aren't I?
|
2018-02-05 09:30:33 -05:00 |
|
glmdgrielson
|
8c8d986e3b
|
Update require.resolve.paths type
I've also changed the version in the header, as this bit wasn't added until 8.9.x. I hope that's okay.
|
2018-02-05 09:16:15 -05:00 |
|
glmdgrielson
|
aa6b62b81f
|
A bit of backporting
It was added in 8.9 after all...
|
2018-02-04 18:46:17 -05:00 |
|
Johan Levin
|
28ac79260d
|
Change return type of net.Socket methods
|
2018-02-04 21:54:49 +01:00 |
|
Huw McNamara
|
22ee81d082
|
fixed build issues
|
2018-02-03 15:38:01 +00:00 |
|
Huw McNamara
|
c4c47a1677
|
tidied up and de-duplicated tls options
|
2018-02-03 15:23:08 +00:00 |
|
Flarna
|
2c88afc6f8
|
[node] sync nodejs v8 with recent changes done on latest (#22816)
|
2018-01-17 13:09:15 -08:00 |
|
OwnageIsMagic
|
ea2dc4dc28
|
Node 9.3 (#22593)
* SignalsListener signal name
https://github.com/nodejs/node/pull/15606
* created Node 8 folder
* Create tsconfig.json
* Create tslint.json
* Create node-tests.ts
* Node 9
* update node header
* Tabs to spaces
* copy inspector.d.ts to v8 folder
* correct path mapping for v8
* disable no-declare-current-package for v8 module
* Correct version to 9.3.x
Add writableHighWaterMark/readableHighWaterMark to WriteStream/ReadStream
fixed setUncaughtExceptionCaptureCallback()
Add module.builtinModules
change os.EOL to const
add writableHighWaterMark to Duplex
writableHighWaterMark and readableHighWaterMark are readonly
* fs.realpathSync.native and fs.realpath.native
* fs.realpath.native tests
|
2018-01-08 07:54:44 -08:00 |
|