Files
node/tools
cjihrig cf9bcdeabe tools: lint for use of internalBinding()
Use of process.binding() has largely been replaced by
internalBinding(). This commit updates the custom crypto
check ESLint rule to check for both process.binding() and
internalBinding().

Refs: https://github.com/nodejs/node/pull/24952
PR-URL: https://github.com/nodejs/node/pull/25395
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2019-01-11 16:17:33 -05:00
..
2018-12-30 19:38:07 -08:00
2018-10-24 17:19:28 -04:00
2018-12-21 15:54:41 +01:00
2018-03-05 08:35:44 -06:00
2018-12-30 20:17:19 +01:00
2017-10-29 19:46:43 +01:00
2018-12-05 14:02:17 -08:00
2018-04-10 06:45:45 +09:00
2018-06-06 19:44:15 +02:00
2018-09-06 13:06:54 -07:00