You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR-URL: #45170
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Copy file name to clipboardExpand all lines: doc/api/process.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2711,28 +2711,28 @@ tarball.
2711
2711
only the source header files for the current release. This file is
2712
2712
significantly smaller than the full source file and can be used for compiling
2713
2713
Node.js native add-ons.
2714
-
* `libUrl` {string} an absolute URL pointing to a _`node.lib`_ file matching the
2715
-
architecture and version of the current release. This file is used for
2716
-
compiling Node.js native add-ons. _This property is only present on Windows
2717
-
builds of Node.js and will be missing on all other platforms._
2718
-
* `lts` {string} a string label identifying the [LTS][] label for this release.
2719
-
This property only exists for LTS releases and is `undefined` for all other
2720
-
release types, including _Current_ releases.
2721
-
Valid values include the LTS Release code names (including those
2722
-
that are no longer supported).
2723
-
* `'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
2724
-
* `'Erbium'` for the 12.x LTS line beginning with 12.13.0.
2714
+
* `libUrl` {string|undefined} an absolute URL pointing to a _`node.lib`_ file
2715
+
matching the architecture and version of the current release. This file is
2716
+
used for compiling Node.js native add-ons. _This property is only present on
2717
+
Windows builds of Node.js and will be missing on all other platforms._
2718
+
* `lts` {string|undefined} a string label identifying the [LTS][] label for this
2719
+
release. This property only exists for LTS releases and is `undefined` for all
2720
+
other release types, including _Current_ releases. Valid values include the
2721
+
LTS Release code names (including those that are no longer supported).
2722
+
* `'Fermium'` for the 14.x LTS line beginning with 14.15.0.
2723
+
* `'Gallium'` for the 16.x LTS line beginning with 16.13.0.
2724
+
* `'Hydrogen'` for the 18.x LTS line beginning with 18.12.0.
2725
2725
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md)
0 commit comments