0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Rich Trott 3b9cc424a4 module: remove unused code in module.js
Remove unnecessary condition in lib/module.js.

Refs: https://github.com/nodejs/node/pull/18593#issuecomment-364927965

PR-URL: https://github.com/nodejs/node/pull/18768
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2018-02-15 16:20:44 -08:00
..
internal module: support main w/o extension, pjson cache 2018-02-14 16:35:12 +02:00
_http_agent.js lib: replace string concatenation with template 2017-11-11 10:52:23 +01:00
_http_client.js http: process 100, 102-199 according to specs. 2018-02-15 11:57:57 +01:00
_http_common.js http: add options to http.createServer() 2018-02-06 15:40:24 +01:00
_http_incoming.js
_http_outgoing.js http: there is no corked property of stream 2018-01-27 00:46:21 -05:00
_http_server.js http: process 100, 102-199 according to specs. 2018-02-15 11:57:57 +01:00
_stream_duplex.js stream: rm {writeable/readable}State.length 2017-12-18 14:41:43 +01:00
_stream_passthrough.js
_stream_readable.js stream: readable continues to read when push('') 2018-02-15 12:39:17 +01:00
_stream_transform.js stream: delete unused code 2018-02-02 23:00:50 +01:00
_stream_wrap.js
_stream_writable.js stream: fix misleading error message 2018-02-08 13:48:23 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_wrap.js tls: provide now value from C++ 2018-02-07 12:21:42 -05:00
.eslintrc.yaml tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
assert.js assert: fix throws trace 2018-02-09 08:45:51 -05:00
async_hooks.js lib: provide proper deprecation code 2018-02-12 13:59:09 +01:00
buffer.js buffer: simplify check size in assertSize 2018-02-10 16:04:03 +01:00
child_process.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08:00
cluster.js
console.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
constants.js
crypto.js crypto: docs-only deprecate crypto.fips, replace 2018-02-02 07:50:31 -08:00
dgram.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
dns.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
domain.js domain: runtime deprecate MakeCallback 2018-02-09 10:38:50 +01:00
events.js lib: combine similar error codes 2017-12-24 14:09:29 +08:00
fs.js fs: fix typo in promises.lchmod & lchown 2018-02-14 23:57:57 +02:00
http2.js
http.js
https.js https: add extra options to Agent#getName() 2018-02-10 14:15:57 +01:00
inspector.js lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
module.js module: remove unused code in module.js 2018-02-15 16:20:44 -08:00
net.js src: refactor WriteWrap and ShutdownWraps 2018-02-14 10:00:29 +01:00
os.js os: migrate node_os.cc to internal/errors 2017-11-02 11:58:38 -07:00
path.js path: replace "magic" numbers by readable constants 2018-02-12 20:12:40 +01:00
perf_hooks.js perf_hooks: add warning when too many entries in the timeline 2018-01-31 15:24:58 -08:00
process.js
punycode.js
querystring.js
readline.js readline: use Date.now() and move test to parallel 2018-02-07 15:11:06 +01:00
repl.js Revert "repl: refactor tests to not rely on timing" 2018-02-12 15:42:06 +01:00
stream.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
string_decoder.js string_decoder: fix regressions 2018-02-13 08:03:23 -05:00
sys.js
timers.js timers: fix enroll deprecation wording 2018-02-11 10:34:13 -05:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
url.js url: simplify loop in parser 2018-01-31 18:36:43 +01:00
util.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
v8.js
vm.js vm: add modules 2018-01-30 17:00:57 -08:00
zlib.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00