node-aix-ppc64 22.1.0 → 22.3.0

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.
@@ -3,7 +3,6 @@
3
3
  'configuring_node%': 0,
4
4
  'asan%': 0,
5
5
  'ubsan%': 0,
6
- 'werror': '', # Turn off -Werror in V8 build.
7
6
  'visibility%': 'hidden', # V8's visibility setting
8
7
  'target_arch%': 'ia32', # set v8's target architecture
9
8
  'host_arch%': 'ia32', # set v8's host architecture
@@ -37,7 +36,7 @@
37
36
 
38
37
  # Reset this number to 0 on major V8 upgrades.
39
38
  # Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string': '-node.11',
39
+ 'v8_embedder_string': '-node.13',
41
40
 
42
41
  ##### V8 defaults for Node.js #####
43
42
 
@@ -107,7 +106,6 @@
107
106
  'v8_base': '<(PRODUCT_DIR)/obj.target/tools/v8_gypfiles/libv8_snapshot.a',
108
107
  }],
109
108
  ['OS=="mac"', {
110
- 'clang%': 1,
111
109
  'obj_dir%': '<(PRODUCT_DIR)/obj.target',
112
110
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
113
111
  }],
@@ -154,6 +152,9 @@
154
152
  'cflags': [ '-fPIC' ],
155
153
  'ldflags': [ '-fPIC' ]
156
154
  }],
155
+ ['clang==1', {
156
+ 'msbuild_toolset': 'ClangCL',
157
+ }],
157
158
  ],
158
159
  'msvs_settings': {
159
160
  'VCCLCompilerTool': {
@@ -182,10 +183,10 @@
182
183
  }, {
183
184
  'MSVC_runtimeType': 2 # MultiThreadedDLL (/MD)
184
185
  }],
185
- ['llvm_version=="0.0"', {
186
- 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
187
- }, {
186
+ ['clang==1', {
188
187
  'lto': ' -flto ', # Clang
188
+ }, {
189
+ 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
189
190
  }],
190
191
  ],
191
192
  },
@@ -242,6 +243,9 @@
242
243
  'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
243
244
  'ldflags': [ '-fPIC' ]
244
245
  }],
246
+ ['clang==1', {
247
+ 'msbuild_toolset': 'ClangCL',
248
+ }],
245
249
  ],
246
250
  'msvs_settings': {
247
251
  'VCCLCompilerTool': {
@@ -284,12 +288,26 @@
284
288
  ],
285
289
  'msvs_settings': {
286
290
  'VCCLCompilerTool': {
287
- 'AdditionalOptions': [
288
- '/Zc:__cplusplus',
289
- # The following option enables c++20 on Windows. This is needed for V8 v12.4+
290
- '-std:c++20',
291
- # The following option reduces the "error C1060: compiler is out of heap space"
292
- '/Zm2000',
291
+ # TODO(targos): Remove condition and always use LanguageStandard options
292
+ # once node-gyp supports them.
293
+ 'conditions': [
294
+ ['clang==1', {
295
+ 'LanguageStandard': 'stdcpp20',
296
+ 'LanguageStandard_C': 'stdc11',
297
+ 'AdditionalOptions': [
298
+ '/Zc:__cplusplus',
299
+ # The following option reduces the "error C1060: compiler is out of heap space"
300
+ '/Zm2000',
301
+ ],
302
+ }, {
303
+ 'AdditionalOptions': [
304
+ '/Zc:__cplusplus',
305
+ # The following option enables c++20 on Windows. This is needed for V8 v12.4+
306
+ '-std:c++20',
307
+ # The following option reduces the "error C1060: compiler is out of heap space"
308
+ '/Zm2000',
309
+ ],
310
+ }],
293
311
  ],
294
312
  'BufferSecurityCheck': 'true',
295
313
  'DebugInformationFormat': 1, # /Z7 embed info in .obj files
@@ -458,6 +476,10 @@
458
476
  '_HAS_EXCEPTIONS=0',
459
477
  'BUILDING_V8_SHARED=1',
460
478
  'BUILDING_UV_SHARED=1',
479
+ # Stop <windows.h> from defining macros that conflict with
480
+ # std::min() and std::max(). We don't use <windows.h> (much)
481
+ # but we still inherit it from uv.h.
482
+ 'NOMINMAX',
461
483
  ],
462
484
  }],
463
485
  [ 'OS in "linux freebsd openbsd solaris aix os400"', {
@@ -1,6 +1,7 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'asan': 0,
4
+ 'clang': 0,
4
5
  'coverage': 'false',
5
6
  'dcheck_always_on': 0,
6
7
  'debug_nghttp2': 'false',
@@ -165,7 +166,6 @@
165
166
  'lib/internal/main/print_help.js',
166
167
  'lib/internal/main/prof_process.js',
167
168
  'lib/internal/main/repl.js',
168
- 'lib/internal/main/run.js',
169
169
  'lib/internal/main/run_main_module.js',
170
170
  'lib/internal/main/test_runner.js',
171
171
  'lib/internal/main/watch_mode.js',
@@ -207,13 +207,10 @@
207
207
  'lib/internal/perf/timerify.js',
208
208
  'lib/internal/perf/usertiming.js',
209
209
  'lib/internal/perf/utils.js',
210
- 'lib/internal/policy/manifest.js',
211
- 'lib/internal/policy/sri.js',
212
210
  'lib/internal/priority_queue.js',
213
211
  'lib/internal/process/execution.js',
214
212
  'lib/internal/process/per_thread.js',
215
213
  'lib/internal/process/permission.js',
216
- 'lib/internal/process/policy.js',
217
214
  'lib/internal/process/pre_execution.js',
218
215
  'lib/internal/process/promises.js',
219
216
  'lib/internal/process/report.js',
@@ -232,12 +229,12 @@
232
229
  'lib/internal/repl/await.js',
233
230
  'lib/internal/repl/history.js',
234
231
  'lib/internal/repl/utils.js',
235
- 'lib/internal/shell.js',
236
232
  'lib/internal/socket_list.js',
237
233
  'lib/internal/socketaddress.js',
238
234
  'lib/internal/source_map/prepare_stack_trace.js',
239
235
  'lib/internal/source_map/source_map.js',
240
236
  'lib/internal/source_map/source_map_cache.js',
237
+ 'lib/internal/source_map/source_map_cache_map.js',
241
238
  'lib/internal/stream_base_commons.js',
242
239
  'lib/internal/streams/add-abort-signal.js',
243
240
  'lib/internal/streams/compose.js',
@@ -267,8 +264,10 @@
267
264
  'lib/internal/test_runner/reporter/lcov.js',
268
265
  'lib/internal/test_runner/reporter/spec.js',
269
266
  'lib/internal/test_runner/reporter/tap.js',
267
+ 'lib/internal/test_runner/reporter/utils.js',
270
268
  'lib/internal/test_runner/reporter/v8-serializer.js',
271
269
  'lib/internal/test_runner/runner.js',
270
+ 'lib/internal/test_runner/snapshot.js',
272
271
  'lib/internal/test_runner/test.js',
273
272
  'lib/internal/test_runner/tests_stream.js',
274
273
  'lib/internal/test_runner/utils.js',
@@ -285,7 +284,6 @@
285
284
  'lib/internal/util/embedding.js',
286
285
  'lib/internal/util/inspect.js',
287
286
  'lib/internal/util/inspector.js',
288
- 'lib/internal/util/iterable_weak_map.js',
289
287
  'lib/internal/util/parse_args/parse_args.js',
290
288
  'lib/internal/util/parse_args/utils.js',
291
289
  'lib/internal/util/types.js',
@@ -332,6 +330,7 @@
332
330
  'lib/string_decoder.js',
333
331
  'lib/sys.js',
334
332
  'lib/test.js',
333
+ 'lib/test/mock_loader.js',
335
334
  'lib/test/reporters.js',
336
335
  'lib/timers.js',
337
336
  'lib/timers/promises.js',
@@ -351,6 +350,7 @@
351
350
  'node_prefix': '/',
352
351
  'node_release_urlbase': 'https://nodejs.org/download/release/',
353
352
  'node_shared': 'false',
353
+ 'node_shared_ada': 'false',
354
354
  'node_shared_brotli': 'false',
355
355
  'node_shared_cares': 'false',
356
356
  'node_shared_http_parser': 'false',
@@ -359,6 +359,9 @@
359
359
  'node_shared_nghttp3': 'false',
360
360
  'node_shared_ngtcp2': 'false',
361
361
  'node_shared_openssl': 'false',
362
+ 'node_shared_simdjson': 'false',
363
+ 'node_shared_simdutf': 'false',
364
+ 'node_shared_uvwasi': 'false',
362
365
  'node_shared_zlib': 'false',
363
366
  'node_tag': '',
364
367
  'node_target_type': 'executable',