mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
50ebac1124
The motivation for this commit is to pick up early on missing checks for crypto support (when Node is built --without-ssl). There are currently usages of common.hasCrypto which are not just for detecting if crypto support is available and then skip the test in question. For these case we still want to have a lint error generated which can then be disabled using an ESLint comment. PR-URL: https://github.com/nodejs/node/pull/13813 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> |
||
---|---|---|
.. | ||
buffer-constructor.js | ||
crypto-check.js | ||
no-let-in-for-declaration.js | ||
no-unescaped-regexp-dot.js | ||
prefer-assert-iferror.js | ||
prefer-assert-methods.js | ||
prefer-common-mustnotcall.js | ||
require-buffer.js | ||
required-modules.js | ||
rules-utils.js |