Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 9, 2024
1 parent 8722af3 commit ef94f6d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 52 deletions.
57 changes: 18 additions & 39 deletions build/config.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
},
"variables": {
"asan": 0,
"build_v8_with_gn": "false",
"built_with_electron": 1,
"coverage": "false",
"dcheck_always_on": 0,
"debug_nghttp2": "false",
Expand All @@ -33,6 +31,7 @@
"libdir": "lib",
"llvm_version": "0.0",
"napi_build_version": "9",
"nasm_version": "2.16",
"node_builtin_shareable_builtins": [
"deps/cjs-module-lexer/lexer.js",
"deps/cjs-module-lexer/dist/lexer.js",
Expand Down Expand Up @@ -81,22 +80,20 @@
"lib/http2.js",
"lib/https.js",
"lib/inspector.js",
"lib/inspector/promises.js",
"lib/internal/abort_controller.js",
"lib/internal/assert.js",
"lib/internal/assert/assertion_error.js",
"lib/internal/assert/calltracker.js",
"lib/internal/async_hooks.js",
"lib/internal/blob.js",
"lib/internal/blocklist.js",
"lib/internal/bootstrap/browser.js",
"lib/internal/bootstrap/loaders.js",
"lib/internal/bootstrap/node.js",
"lib/internal/bootstrap/realm.js",
"lib/internal/bootstrap/switches/does_not_own_process_state.js",
"lib/internal/bootstrap/switches/does_own_process_state.js",
"lib/internal/bootstrap/switches/is_main_thread.js",
"lib/internal/bootstrap/switches/is_not_main_thread.js",
"lib/internal/bootstrap/web/exposed-wildcard.js",
"lib/internal/bootstrap/web/exposed-window-or-worker.js",
"lib/internal/buffer.js",
"lib/internal/child_process.js",
"lib/internal/child_process/serialization.js",
Expand Down Expand Up @@ -138,11 +135,11 @@
"lib/internal/dns/callback_resolver.js",
"lib/internal/dns/promises.js",
"lib/internal/dns/utils.js",
"lib/internal/dtrace.js",
"lib/internal/encoding.js",
"lib/internal/error_serdes.js",
"lib/internal/errors.js",
"lib/internal/event_target.js",
"lib/internal/events/symbols.js",
"lib/internal/file.js",
"lib/internal/fixed_queue.js",
"lib/internal/freelist.js",
Expand All @@ -151,11 +148,10 @@
"lib/internal/fs/cp/cp.js",
"lib/internal/fs/dir.js",
"lib/internal/fs/promises.js",
"lib/internal/fs/read/context.js",
"lib/internal/fs/read_file_context.js",
"lib/internal/fs/recursive_watch.js",
"lib/internal/fs/rimraf.js",
"lib/internal/fs/streams.js",
"lib/internal/fs/sync.js",
"lib/internal/fs/sync_write_stream.js",
"lib/internal/fs/utils.js",
"lib/internal/fs/watchers.js",
Expand All @@ -171,7 +167,7 @@
"lib/internal/legacy/processbinding.js",
"lib/internal/linkedlist.js",
"lib/internal/main/check_syntax.js",
"lib/internal/main/embedding.js",
"lib/internal/main/environment.js",
"lib/internal/main/eval_stdin.js",
"lib/internal/main/eval_string.js",
"lib/internal/main/inspect.js",
Expand All @@ -180,30 +176,28 @@
"lib/internal/main/prof_process.js",
"lib/internal/main/repl.js",
"lib/internal/main/run_main_module.js",
"lib/internal/main/single_executable_application.js",
"lib/internal/main/test_runner.js",
"lib/internal/main/watch_mode.js",
"lib/internal/main/worker_thread.js",
"lib/internal/mime.js",
"lib/internal/modules/cjs/helpers.js",
"lib/internal/modules/cjs/loader.js",
"lib/internal/modules/esm/assert.js",
"lib/internal/modules/esm/create_dynamic_module.js",
"lib/internal/modules/esm/fetch_module.js",
"lib/internal/modules/esm/formats.js",
"lib/internal/modules/esm/get_format.js",
"lib/internal/modules/esm/handle_process_exit.js",
"lib/internal/modules/esm/hooks.js",
"lib/internal/modules/esm/initialize_import_meta.js",
"lib/internal/modules/esm/load.js",
"lib/internal/modules/esm/loader.js",
"lib/internal/modules/esm/module_job.js",
"lib/internal/modules/esm/module_map.js",
"lib/internal/modules/esm/package_config.js",
"lib/internal/modules/esm/resolve.js",
"lib/internal/modules/esm/shared_constants.js",
"lib/internal/modules/esm/translators.js",
"lib/internal/modules/esm/utils.js",
"lib/internal/modules/esm/worker.js",
"lib/internal/modules/helpers.js",
"lib/internal/modules/package_json_reader.js",
"lib/internal/modules/run_main.js",
"lib/internal/net.js",
Expand All @@ -227,7 +221,6 @@
"lib/internal/process/esm_loader.js",
"lib/internal/process/execution.js",
"lib/internal/process/per_thread.js",
"lib/internal/process/permission.js",
"lib/internal/process/policy.js",
"lib/internal/process/pre_execution.js",
"lib/internal/process/promises.js",
Expand Down Expand Up @@ -276,10 +269,8 @@
"lib/internal/test/transfer.js",
"lib/internal/test_runner/coverage.js",
"lib/internal/test_runner/harness.js",
"lib/internal/test_runner/mock/mock.js",
"lib/internal/test_runner/mock/mock_timers.js",
"lib/internal/test_runner/mock.js",
"lib/internal/test_runner/reporter/dot.js",
"lib/internal/test_runner/reporter/junit.js",
"lib/internal/test_runner/reporter/spec.js",
"lib/internal/test_runner/reporter/tap.js",
"lib/internal/test_runner/reporter/v8-serializer.js",
Expand All @@ -297,7 +288,6 @@
"lib/internal/util/colors.js",
"lib/internal/util/comparisons.js",
"lib/internal/util/debuglog.js",
"lib/internal/util/embedding.js",
"lib/internal/util/inspect.js",
"lib/internal/util/inspector.js",
"lib/internal/util/iterable_weak_map.js",
Expand Down Expand Up @@ -361,10 +351,10 @@
"lib/worker_threads.js",
"lib/zlib.js"
],
"node_module_version": 121,
"node_module_version": 108,
"node_no_browser_globals": "false",
"node_prefix": "\\usr\\local",
"node_release_urlbase": "",
"node_release_urlbase": "https://nodejs.org/download/release/",
"node_shared": "false",
"node_shared_brotli": "false",
"node_shared_cares": "false",
Expand All @@ -378,32 +368,30 @@
"node_tag": "",
"node_target_type": "executable",
"node_use_bundled_v8": "true",
"node_use_dtrace": "false",
"node_use_etw": "true",
"node_use_node_code_cache": "true",
"node_use_node_snapshot": "true",
"node_use_openssl": "true",
"node_use_v8_platform": "true",
"node_with_ltcg": "true",
"node_without_node_options": "false",
"node_write_snapshot_as_array_literals": "true",
"openssl_is_fips": "false",
"openssl_no_asm": 1,
"openssl_quic": "true",
"ossfuzz": "false",
"shlib_suffix": "so.115",
"shlib_suffix": "so.108",
"single_executable_application": "true",
"target_arch": "x64",
"using_electron_config_gypi": 1,
"v8_enable_31bit_smis_on_64bit_arch": 1,
"v8_enable_31bit_smis_on_64bit_arch": 0,
"v8_enable_gdbjit": 0,
"v8_enable_hugepage": 0,
"v8_enable_i18n_support": 1,
"v8_enable_inspector": 1,
"v8_enable_javascript_promise_hooks": 1,
"v8_enable_lite_mode": 0,
"v8_enable_object_print": 1,
"v8_enable_pointer_compression": 1,
"v8_enable_sandbox": 1,
"v8_enable_shared_ro_heap": 0,
"v8_enable_pointer_compression": 0,
"v8_enable_shared_ro_heap": 1,
"v8_enable_short_builtin_calls": 1,
"v8_enable_webassembly": 1,
"v8_no_strict_aliasing": 1,
Expand All @@ -413,15 +401,12 @@
"v8_trace_maps": 0,
"v8_use_siphash": 1,
"want_separate_host_toolset": 0,
"nodedir": "C:\\Users\\19239\\.electron-gyp\\29.3.0",
"nodedir": "C:\\Users\\19239\\AppData\\Local\\node-gyp\\Cache\\18.18.1",
"standalone_static_library": 1,
"msbuild_path": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe",
"build_from_source": "true",
"cache": "C:\\Users\\19239\\AppData\\Local\\npm-cache",
"disturl": "https://electronjs.org/headers",
"electron_builder_binaries_mirror": "https://mirrors.huaweicloud.com/electron-builder-binaries/",
"electron_mirror": "https://npmmirror.com/mirrors/electron/",
"fallback_to_build": "true",
"globalconfig": "C:\\Program Files\\nodejs\\etc\\npmrc",
"global_prefix": "C:\\Program Files\\nodejs",
"home": "https://www.npmjs.org",
Expand All @@ -430,13 +415,7 @@
"metrics_registry": "https://registry.npmjs.org/",
"node_gyp": "C:\\Users\\19239\\AppData\\Roaming\\nvm\\v18.18.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js",
"npm_version": "9.8.1",
"platform": "win32",
"prefix": "C:\\Program Files\\nodejs",
"runtime": "electron",
"target": "29.3.0",
"target_libc": "unknown",
"target_platform": "win32",
"update_binary": "true",
"userconfig": "C:\\Users\\19239\\.npmrc",
"user_agent": "npm/9.8.1 node/v18.18.1 win32 x64 workspaces/false"
}
Expand Down
Loading

0 comments on commit ef94f6d

Please sign in to comment.