node/lib/internal
Rich Trott 8010b2148f lib: update indentation of ternaries
In preparation for stricter indentation linting and to increase code
clarity, update indentation for ternaries in lib.

PR-URL: https://github.com/nodejs/node/pull/14247
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-07-19 15:03:01 -04:00
..
cluster cluster: overriding inspector port 2017-07-19 15:02:40 -04:00
process async_hooks: use common emitBefore and emitAfter 2017-07-19 15:02:15 -04:00
streams net: return this from destroy() 2017-07-11 19:16:40 +02:00
test test: add Unicode characters regression test 2017-04-04 11:14:14 -07:00
bootstrap_node.js lib: remove excess indentation 2017-07-19 15:02:18 -04:00
buffer.js lib: more consistent use of module.exports = {} model 2017-02-22 08:56:08 -08:00
child_process.js lib: remove excess indentation 2017-07-19 15:02:18 -04:00
errors.js errors: prevent stack recalculation 2017-07-18 19:56:32 +02:00
freelist.js lib: update indentation of ternaries 2017-07-19 15:03:01 -04:00
fs.js fs: simplify constant decls 2017-05-01 11:18:46 -07:00
http.js http: avoid retaining unneeded memory 2017-03-22 10:26:02 -07:00
linkedlist.js linkedlist: remove unused methods 2017-04-04 10:59:44 -07:00
module.js async_hooks: initial async_hooks implementation 2017-05-10 22:22:26 +02:00
net.js net: add symbol to normalized connect() args 2017-05-19 11:22:40 -04:00
process.js benchmark,lib,test: use braces for multiline block 2017-07-18 19:57:15 +02:00
querystring.js lib: use Object.create(null) directly 2017-03-24 15:25:49 -07:00
readline.js lib: remove excess indentation 2017-07-19 15:02:18 -04:00
readme.md doc: limit lines to 80 cols in internal README 2017-04-13 15:30:10 -07:00
repl.js repl: fix /dev/null history file regression 2017-05-02 18:47:16 -04:00
socket_list.js lib: fix typos 2017-07-18 19:57:20 +02:00
url.js url: normalize port on scheme change 2017-07-19 15:02:09 -04:00
util.js util: remove redundant declaration 2017-07-19 15:02:38 -04:00
v8_prof_polyfill.js v8: fix RegExp nits in v8_prof_polyfill.js 2017-06-21 22:44:01 +02:00
v8_prof_processor.js profiler: declare missing printErr 2017-06-12 14:20:12 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.