0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
XadillaX 468110b327
tls: deprecate parseCertString & move to internal
`tls.parseCertString()` exposed by accident. Now move this function to
`internal/tls` and mark the original one as deprecated.

PR-URL: https://github.com/nodejs/node/pull/14249
Refs: https://github.com/nodejs/node/issues/14193
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-09-13 16:54:35 -03:00
..
cluster uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
http2 http2: custom promisify for http2.connect 2017-09-13 10:36:36 -07:00
loader module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
process promises: more robust stringification 2017-09-08 16:05:12 +08:00
streams net: return this from destroy() 2017-06-14 13:15:51 -07:00
test test: add Unicode characters regression test 2017-04-04 11:14:14 -07:00
bootstrap_node.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
buffer.js buffer: refactor module.exports, imports 2017-07-24 07:24:53 -07:00
child_process.js uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
encoding.js encoding: rudimentary TextDecoder support w/o ICU 2017-08-05 16:40:41 +08:00
errors.js dgram: support for setting socket buffer size 2017-09-13 11:23:04 -04:00
freelist.js lib: update indentation of ternaries 2017-07-17 22:09:46 -07:00
fs.js errors: port internal/fs errors to internal/errors 2017-07-18 23:55:20 -04:00
http.js http2: introducing HTTP/2 2017-08-04 12:55:44 -07:00
inspector_async_hook.js inspector: enable async stack traces 2017-08-17 20:52:39 +08:00
linkedlist.js linkedlist: correct grammar in comments 2017-07-31 08:03:19 +08:00
module.js perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
net.js net: add symbol to normalized connect() args 2017-05-19 11:22:40 -04:00
os.js os: add CIDR support 2017-08-14 15:43:10 -04:00
process.js intl: unexpose Intl.v8BreakIterator 2017-09-10 22:00:25 +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-07 13:18:19 -07:00
readme.md doc: limit lines to 80 cols in internal README 2017-04-13 15:30:10 -07:00
repl.js repl: fix old history error handling 2017-06-30 19:21:23 +02:00
safe_globals.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
socket_list.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
tls.js tls: deprecate parseCertString & move to internal 2017-09-13 16:54:35 -03:00
url.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
util.js lib: tweak use of internal/errors 2017-07-22 18:18:04 -04:00
v8_prof_polyfill.js v8: fix RegExp nits in v8_prof_polyfill.js 2017-06-19 02:21:15 +03:00
v8_prof_processor.js fix --prof-process --preprocess flag 2017-08-23 08:19:14 -07: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.