nuclide-prebuilt-libs
Advanced tools
Comparing version 0.5.23 to 0.5.26
{ | ||
"name": "nuclide-prebuilt-libs", | ||
"description": "Nuclide's binary dependencies prebuilt for various platforms", | ||
"version": "0.5.23", | ||
"version": "0.5.26", | ||
"keywords": [], | ||
@@ -6,0 +6,0 @@ "homepage": "https://nuclide.io/", |
@@ -185,7 +185,15 @@ "use strict"; | ||
var _this = this; | ||
var tty = process.binding('tty_wrap'); | ||
var guessHandleType = tty.guessHandleType; | ||
tty.guessHandleType = function () { return 'PIPE'; }; | ||
_this = _super.call(this, { fd: fd }) || this; | ||
tty.guessHandleType = guessHandleType; | ||
if (parseInt(process.versions.modules) < 72) { | ||
var tty_1 = process.binding('tty_wrap'); | ||
var guessHandleType = tty_1.guessHandleType; | ||
tty_1.guessHandleType = function () { return 'PIPE'; }; | ||
_this = _super.call(this, { fd: fd }) || this; | ||
tty_1.guessHandleType = guessHandleType; | ||
} | ||
else { | ||
var _a = process.binding('pipe_wrap'), Pipe = _a.Pipe, constants = _a.constants; | ||
var handle = new Pipe(constants.SOCKET); | ||
handle.open(fd); | ||
_this = _super.call(this, { handle: handle }) || this; | ||
} | ||
return _this; | ||
@@ -192,0 +200,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17710337
881