Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd5c39a

Browse files
anonrignodejs-github-bot
authored andcommitted
src: update NODE_MODULE_VERSION to 112
Major V8 updates are usually API/ABI incompatible with previousversions. This commit adapts NODE_MODULE_VERSION for V8 10.9.Refs:https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.mdPR-URL:#45579Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent649f68f commitdd5c39a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎doc/abi_version_registry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"NODE_MODULE_VERSION": [
3+
{"modules":112,"runtime":"node","variant":"v8_10.9","versions":"20.0.0-pre" },
34
{"modules":111,"runtime":"node","variant":"v8_10.7","versions":"19.0.0" },
45
{"modules":110,"runtime":"electron","variant":"electron","versions":"22" },
56
{"modules":109,"runtime":"electron","variant":"electron","versions":"21" },

‎src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* version matching should open a pull request to reserve a number in this
9090
* registry.
9191
*/
92-
#defineNODE_MODULE_VERSION111
92+
#defineNODE_MODULE_VERSION112
9393

9494
// The NAPI_VERSION provided by this version of the runtime. This is the version
9595
// which the Node binary being built supports.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp