Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2020-06-29 17:58:19 +0300
committerJames M Snell <jasnell@gmail.com>2020-07-06 17:03:08 +0300
commitee3416b055a3d877251c095981508e275d99f8c2 (patch)
tree613ebc6cdb7fb43c2d63a4089f98deb7d8a35504 /lib/internal/util
parent3975799f260bb1aea77f3e8f4546182b53f2d6b8 (diff)
lib: replace http to https of comment link urls
PR-URL: https://github.com/nodejs/node/pull/34158 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'lib/internal/util')
-rw-r--r--lib/internal/util/inspect.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/internal/util/inspect.js b/lib/internal/util/inspect.js
index 8cab2079367..7502a21a947 100644
--- a/lib/internal/util/inspect.js
+++ b/lib/internal/util/inspect.js
@@ -338,7 +338,7 @@ ObjectDefineProperty(inspect, 'defaultOptions', {
}
});
-// Set Graphics Rendition http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
+// Set Graphics Rendition https://en.wikipedia.org/wiki/ANSI_escape_code#graphics
// Each color consists of an array with the color code as first entry and the
// reset code as second entry.
const defaultFG = 39;
@@ -2051,7 +2051,7 @@ if (internalBinding('config').hasIntl) {
*/
const isFullWidthCodePoint = (code) => {
// Code points are partially derived from:
- // http://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt
+ // https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt
return code >= 0x1100 && (
code <= 0x115f || // Hangul Jamo
code === 0x2329 || // LEFT-POINTING ANGLE BRACKET