diff --git a/artifacts/linux/include/node/node.h b/artifacts/linux/include/node/node.h index 6bf2b29b..cf834fae 100755 --- a/artifacts/linux/include/node/node.h +++ b/artifacts/linux/include/node/node.h @@ -265,7 +265,8 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform { /*MODIFIED CODE BEGIN*/ #if HAVE_INSPECTOR -NODE_EXTERN void InspectorStart(Environment* env, const char* path, MultiIsolatePlatform* platform); +NODE_EXTERN void InspectorStart(Environment* env, const char* path, const char* address, int port); +NODE_EXTERN void InspectorStop(Environment* env); #endif /*MODIFIED CODE END*/ diff --git a/artifacts/linux/lib/libnode.so.64 b/artifacts/linux/lib/libnode.so.64 index 2a7eb71d..94158eac 100755 Binary files a/artifacts/linux/lib/libnode.so.64 and b/artifacts/linux/lib/libnode.so.64 differ diff --git a/artifacts/osx/include/node/node.h b/artifacts/osx/include/node/node.h index 6bf2b29b..cf834fae 100755 --- a/artifacts/osx/include/node/node.h +++ b/artifacts/osx/include/node/node.h @@ -265,7 +265,8 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform { /*MODIFIED CODE BEGIN*/ #if HAVE_INSPECTOR -NODE_EXTERN void InspectorStart(Environment* env, const char* path, MultiIsolatePlatform* platform); +NODE_EXTERN void InspectorStart(Environment* env, const char* path, const char* address, int port); +NODE_EXTERN void InspectorStop(Environment* env); #endif /*MODIFIED CODE END*/ diff --git a/artifacts/osx/lib/libnode.64.dylib b/artifacts/osx/lib/libnode.64.dylib index 91247e30..58d6396c 100755 Binary files a/artifacts/osx/lib/libnode.64.dylib and b/artifacts/osx/lib/libnode.64.dylib differ diff --git a/artifacts/osx/lib/node b/artifacts/osx/lib/node index 879c3f01..7782bd6b 100755 Binary files a/artifacts/osx/lib/node and b/artifacts/osx/lib/node differ diff --git a/artifacts/osx/node_modules/gles2.node b/artifacts/osx/node_modules/gles2.node index 319ab972..1b4ec545 100755 Binary files a/artifacts/osx/node_modules/gles2.node and b/artifacts/osx/node_modules/gles2.node differ diff --git a/libnode-v10.15.3/tools/node-lint-md-cli-rollup/package-lock.json b/libnode-v10.15.3/tools/node-lint-md-cli-rollup/package-lock.json old mode 100755 new mode 100644 index e0010d99..531d701c --- a/libnode-v10.15.3/tools/node-lint-md-cli-rollup/package-lock.json +++ b/libnode-v10.15.3/tools/node-lint-md-cli-rollup/package-lock.json @@ -686,7 +686,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -704,11 +705,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -721,15 +724,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -832,7 +838,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -842,6 +849,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -854,17 +862,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -881,6 +892,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -953,7 +965,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -963,6 +976,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -1038,7 +1052,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -1068,6 +1083,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -1085,6 +1101,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -1123,11 +1140,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -1500,9 +1519,9 @@ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, "js-yaml": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", - "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -3127,7 +3146,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0"