0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/api
Ben Noordhuis df29d9f500 doc: add performance warning to require.extensions
Discourage using require.extensions because it slows down the module
loader.  The number of file system operations that the module system
has to perform in order to resolve a `require(...)` statement to a
filename is proportional to the number of registered extensions.

PR-URL: https://github.com/nodejs/node/pull/9196
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-10-24 22:50:41 +02:00
..
_toc.md
addons.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
all.md
assert.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
buffer.md buffer: make byteLength throw on invalid input 2016-10-10 12:57:27 -07:00
child_process.md doc: further improve child_process doc types 2016-10-17 09:09:32 -07:00
cli.md src: add NODE_PRESERVE_SYMLINKS environment variable 2016-10-24 22:13:08 +03:00
cluster.md doc: remove extra comma in cluster docs 2016-09-17 22:05:51 -04:00
console.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
crypto.md doc: fix header level for crypto.constants 2016-10-19 08:37:40 -07:00
debugger.md doc: change ./node to node in debugger.md 2016-10-06 23:45:12 +02:00
dgram.md doc: fix broken link in dgram doc 2016-09-02 14:29:30 -04:00
dns.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
documentation.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
domain.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
errors.md doc: specify that errno is a number, not a string 2016-10-16 20:43:21 +02:00
events.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
fs.md doc: clarify fs.link and fs.linkSync arguments 2016-10-21 08:01:07 -07:00
globals.md doc: add performance warning to require.extensions 2016-10-24 22:50:41 +02:00
http.md doc: improved example for http.get 2016-10-17 09:01:19 -07:00
https.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
index.md
modules.md doc: add added: information for modules 2016-08-27 16:19:26 +02:00
net.md http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
os.md doc: fix typos 2016-09-02 23:49:54 +02:00
path.md doc: fix typo in path doc 2016-09-18 11:30:23 +02:00
process.md doc: fixes formatting in process 2016-10-24 07:05:48 -07:00
punycode.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
querystring.md doc: fix "hashOwnProperty" typo in querystring 2016-08-15 10:42:38 -07:00
readline.md doc: remove duplicate content from readline doc 2016-09-15 08:31:09 +02:00
repl.md doc: fix typo in repl doc 2016-09-30 07:58:34 -07:00
stream.md doc: edit Stream api grammar 2016-10-17 09:05:42 -07:00
string_decoder.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
synopsis.md
timers.md doc: enable no-file-name-articles remark-lint rule 2016-09-27 07:07:40 -07:00
tls.md doc: fix title level at tls.md 2016-09-27 07:59:49 -07:00
tty.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
url.md doc: fix markdown formatting in url.md 2016-10-05 11:36:03 -04:00
util.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
v8.md
vm.md doc: fix typo in vm.runInNewContext() description 2016-08-09 11:31:46 -07:00
zlib.md doc: fix typo in zlib.md 2016-10-17 09:24:50 -07:00