| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 36c5927 commit de2df55
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2699,28 +2699,28 @@ tarball. | |||
| 2699 | 2699 | only the source header files for the current release. This file is | |
| 2700 | 2700 | significantly smaller than the full source file and can be used for compiling | |
| 2701 | 2701 | Node.js native add-ons. | |
| 2702 | - * `libUrl` {string} an absolute URL pointing to a _`node.lib`_ file matching the | ||
| 2703 | - architecture and version of the current release. This file is used for | ||
| 2704 | - compiling Node.js native add-ons. _This property is only present on Windows | ||
| 2705 | - builds of Node.js and will be missing on all other platforms._ | ||
| 2706 | - * `lts` {string} a string label identifying the [LTS][] label for this release. | ||
| 2707 | - This property only exists for LTS releases and is `undefined` for all other | ||
| 2708 | - release types, including _Current_ releases. | ||
| 2709 | - Valid values include the LTS Release code names (including those | ||
| 2710 | - that are no longer supported). | ||
| 2711 | - * `'Dubnium'` for the 10.x LTS line beginning with 10.13.0. | ||
| 2712 | - * `'Erbium'` for the 12.x LTS line beginning with 12.13.0. | ||
| 2702 | + * `libUrl` {string|undefined} an absolute URL pointing to a _`node.lib`_ file | ||
| 2703 | + matching the architecture and version of the current release. This file is | ||
| 2704 | + used for compiling Node.js native add-ons. _This property is only present on | ||
| 2705 | + Windows builds of Node.js and will be missing on all other platforms._ | ||
| 2706 | + * `lts` {string|undefined} a string label identifying the [LTS][] label for this | ||
| 2707 | + release. This property only exists for LTS releases and is `undefined` for all | ||
| 2708 | + other release types, including _Current_ releases. Valid values include the | ||
| 2709 | + LTS Release code names (including those that are no longer supported). | ||
| 2710 | + * `'Fermium'` for the 14.x LTS line beginning with 14.15.0. | ||
| 2711 | + * `'Gallium'` for the 16.x LTS line beginning with 16.13.0. | ||
| 2712 | + * `'Hydrogen'` for the 18.x LTS line beginning with 18.12.0. | ||
| 2713 | 2713 | For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md) | |
| 2714 | 2714 | ||
| 2715 | 2715 | <!-- eslint-skip --> | |
| 2716 | 2716 | ||
| 2717 | 2717 | ```js | |
| 2718 | 2718 | { | |
| 2719 | 2719 | name: 'node', | |
| 2720 | - lts: 'Erbium', | ||
| 2721 | - sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz', | ||
| 2722 | - headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz', | ||
| 2723 | - libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib' | ||
| 2720 | + lts: 'Hydrogen', | ||
| 2721 | + sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz', | ||
| 2722 | + headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz', | ||
| 2723 | + libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib' | ||
| 2724 | 2724 | } | |
| 2725 | 2725 | ``` | |
| 2726 | 2726 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments