summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-10-06 23:31:14 +1100
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2017-11-02 09:18:13 -0700
commit905cd435fd88b2c349ceb0e5ddf3677442efd055 (patch)
tree9ccbe2d191bab7b49234dd9a3c0768f3252fcef3 /doc
parent3d20190a3a83ee8144b47a55a9a18b56b25f9be0 (diff)
downloadandroid-node-v8-905cd435fd88b2c349ceb0e5ddf3677442efd055.tar.gz
android-node-v8-905cd435fd88b2c349ceb0e5ddf3677442efd055.tar.bz2
android-node-v8-905cd435fd88b2c349ceb0e5ddf3677442efd055.zip
src: add 'dynamic' process.release.lts property
This makes the process.release.lts property configurable by a constant. This ref is the original PR to v6.x. Refs: https://github.com/nodejs/node/pull/3212 Conflicts: doc/api/process.md PR-URL: https://github.com/nodejs/node/pull/16656 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/process.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 4ff5013f50..ef1a916a43 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1444,7 +1444,11 @@ tarball.
compiling Node.js native add-ons. _This property is only present on Windows
builds of Node.js and will be missing on all other platforms._
* `lts` {string} a string label identifying the [LTS][] label for this release.
- If the Node.js release is not an LTS release, this will be `undefined`.
+ This property only exists for LTS releases and is `undefined` for all other
+ release types, including _Current_ releases. Currently the valid values are:
+ - `'Argon'` for the v4.x LTS line beginning with v4.2.0.
+ - `'Boron'` for the v6.x LTS line beginning with v6.9.0.
+ - `'Carbon'` for the v8.x LTS line beginning with v8.9.1.
For example: