node-aix-ppc64 14.17.5 → 14.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +571 -0
- package/LICENSE +2 -25
- package/README.md +46 -21
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +218 -0
- package/include/node/node.exp +417 -117
- package/include/node/node.h +37 -5
- package/include/node/node_api.h +7 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/e_os2.h +3 -2
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/openssl/sslerr.h +4 -1
- package/include/node/openssl/x509v3err.h +3 -1
- package/include/node/uv/errno.h +12 -0
- package/include/node/uv/tree.h +1 -1
- package/include/node/uv/version.h +1 -1
- package/include/node/uv.h +14 -1
- package/include/node/v8.h +12 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +10 -2
package/include/node/node.h
CHANGED
|
@@ -336,7 +336,8 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
|
|
|
336
336
|
enum IsolateSettingsFlags {
|
|
337
337
|
MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
|
|
338
338
|
DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1,
|
|
339
|
-
SHOULD_NOT_SET_PROMISE_REJECTION_CALLBACK = 1 << 2
|
|
339
|
+
SHOULD_NOT_SET_PROMISE_REJECTION_CALLBACK = 1 << 2,
|
|
340
|
+
SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3
|
|
340
341
|
};
|
|
341
342
|
|
|
342
343
|
struct IsolateSettings {
|
|
@@ -423,7 +424,11 @@ enum Flags : uint64_t {
|
|
|
423
424
|
kNoRegisterESMLoader = 1 << 3,
|
|
424
425
|
// Set this flag to make Node.js track "raw" file descriptors, i.e. managed
|
|
425
426
|
// by fs.open() and fs.close(), and close them during FreeEnvironment().
|
|
426
|
-
kTrackUnmanagedFds = 1 << 4
|
|
427
|
+
kTrackUnmanagedFds = 1 << 4,
|
|
428
|
+
// Set this flag to force hiding console windows when spawning child
|
|
429
|
+
// processes. This is usually used when embedding Node.js in GUI programs on
|
|
430
|
+
// Windows.
|
|
431
|
+
kHideConsoleWindows = 1 << 5
|
|
427
432
|
};
|
|
428
433
|
} // namespace EnvironmentFlags
|
|
429
434
|
|
|
@@ -499,6 +504,8 @@ NODE_EXTERN void DefaultProcessExitHandler(Environment* env, int exit_code);
|
|
|
499
504
|
|
|
500
505
|
// This may return nullptr if context is not associated with a Node instance.
|
|
501
506
|
NODE_EXTERN Environment* GetCurrentEnvironment(v8::Local<v8::Context> context);
|
|
507
|
+
NODE_EXTERN IsolateData* GetEnvironmentIsolateData(Environment* env);
|
|
508
|
+
NODE_EXTERN ArrayBufferAllocator* GetArrayBufferAllocator(IsolateData* data);
|
|
502
509
|
|
|
503
510
|
NODE_EXTERN void OnFatalError(const char* location, const char* message);
|
|
504
511
|
NODE_EXTERN void PromiseRejectCallback(v8::PromiseRejectMessage message);
|
|
@@ -539,8 +546,19 @@ NODE_EXTERN void FreePlatform(MultiIsolatePlatform* platform);
|
|
|
539
546
|
NODE_EXTERN v8::TracingController* GetTracingController();
|
|
540
547
|
NODE_EXTERN void SetTracingController(v8::TracingController* controller);
|
|
541
548
|
|
|
542
|
-
|
|
543
|
-
|
|
549
|
+
// Run `process.emit('beforeExit')` as it would usually happen when Node.js is
|
|
550
|
+
// run in standalone mode.
|
|
551
|
+
NODE_EXTERN v8::Maybe<bool> EmitProcessBeforeExit(Environment* env);
|
|
552
|
+
NODE_DEPRECATED("Use Maybe version (EmitProcessBeforeExit) instead",
|
|
553
|
+
NODE_EXTERN void EmitBeforeExit(Environment* env));
|
|
554
|
+
// Run `process.emit('exit')` as it would usually happen when Node.js is run
|
|
555
|
+
// in standalone mode. The return value corresponds to the exit code.
|
|
556
|
+
NODE_EXTERN v8::Maybe<int> EmitProcessExit(Environment* env);
|
|
557
|
+
NODE_DEPRECATED("Use Maybe version (EmitProcessExit) instead",
|
|
558
|
+
NODE_EXTERN int EmitExit(Environment* env));
|
|
559
|
+
|
|
560
|
+
// Runs hooks added through `AtExit()`. This is part of `FreeEnvironment()`,
|
|
561
|
+
// so calling it manually is typically not necessary.
|
|
544
562
|
NODE_EXTERN void RunAtExit(Environment* env);
|
|
545
563
|
|
|
546
564
|
// This may return nullptr if the current v8::Context is not associated
|
|
@@ -650,7 +668,18 @@ inline void NODE_SET_PROTOTYPE_METHOD(v8::Local<v8::FunctionTemplate> recv,
|
|
|
650
668
|
#define NODE_SET_PROTOTYPE_METHOD node::NODE_SET_PROTOTYPE_METHOD
|
|
651
669
|
|
|
652
670
|
// BINARY is a deprecated alias of LATIN1.
|
|
653
|
-
|
|
671
|
+
// BASE64URL is not currently exposed to the JavaScript side.
|
|
672
|
+
enum encoding {
|
|
673
|
+
ASCII,
|
|
674
|
+
UTF8,
|
|
675
|
+
BASE64,
|
|
676
|
+
UCS2,
|
|
677
|
+
BINARY,
|
|
678
|
+
HEX,
|
|
679
|
+
BUFFER,
|
|
680
|
+
BASE64URL,
|
|
681
|
+
LATIN1 = BINARY
|
|
682
|
+
};
|
|
654
683
|
|
|
655
684
|
NODE_EXTERN enum encoding ParseEncoding(
|
|
656
685
|
v8::Isolate* isolate,
|
|
@@ -958,6 +987,9 @@ class NODE_EXTERN CallbackScope {
|
|
|
958
987
|
CallbackScope(v8::Isolate* isolate,
|
|
959
988
|
v8::Local<v8::Object> resource,
|
|
960
989
|
async_context asyncContext);
|
|
990
|
+
CallbackScope(Environment* env,
|
|
991
|
+
v8::Local<v8::Object> resource,
|
|
992
|
+
async_context asyncContext);
|
|
961
993
|
~CallbackScope();
|
|
962
994
|
|
|
963
995
|
void operator=(const CallbackScope&) = delete;
|
package/include/node/node_api.h
CHANGED
|
@@ -263,6 +263,13 @@ NAPI_EXTERN napi_status napi_remove_async_cleanup_hook(
|
|
|
263
263
|
|
|
264
264
|
#endif // NAPI_VERSION >= 8
|
|
265
265
|
|
|
266
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
267
|
+
|
|
268
|
+
NAPI_EXTERN napi_status
|
|
269
|
+
node_api_get_module_file_name(napi_env env, const char** result);
|
|
270
|
+
|
|
271
|
+
#endif // NAPI_EXPERIMENTAL
|
|
272
|
+
|
|
266
273
|
EXTERN_C_END
|
|
267
274
|
|
|
268
275
|
#endif // SRC_NODE_API_H_
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 14
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 18
|
|
27
|
+
#define NODE_PATCH_VERSION 2
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Fermium"
|