We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4a899 commit 2f5b9a4Copy full SHA for 2f5b9a4
src/node_version.h
@@ -44,6 +44,9 @@
44
(minor) == NODE_MINOR_VERSION && (patch) <= NODE_PATCH_VERSION))
45
46
/**
47
+ * Node.js will refuse to load modules that weren't compiled against its own
48
+ * module ABI number, exposed as the process.versions.modules property.
49
+ *
50
* When this version number is changed, node.js will refuse
51
* to load older modules. This should be done whenever
52
* an API is broken in the C++ side, including in v8 or
0 commit comments