0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/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
..
bootstrap
clang-format
configure.d tools, icu: actually failover if there are multiple URLs 2018-10-24 08:27:19 -07:00
doc doc: fix, unify, formalize, and amplify vm.md 2019-01-11 22:21:44 +02:00
eslint-rules tools: lint for use of internalBinding() 2019-01-11 16:17:33 -05:00
gyp build, tools, win: add .S files support to GYP 2018-11-29 11:09:03 +01:00
icu tools: replace NULL with nullptr 2018-12-30 19:38:07 -08:00
inspector_protocol
jinja2
macos-installer
markupsafe
msvs build,win: pack the install-tools scripts for dist 2018-12-05 18:58:30 -08:00
node_modules tools: update ESLint to 5.12.0 2019-01-07 08:49:17 -05:00
node-lint-md-cli-rollup tools: replace rollup with ncc 2018-12-05 14:02:17 -08:00
pip build: add lint-py which uses flake8 2018-10-24 17:19:28 -04:00
pkgsrc
rpm
.eslintrc.yaml
build-addons.js
certdata.txt tools: update certdata.txt 2018-12-21 15:54:41 +01:00
check_macros.py
check-imports.py
compress_json.py tools: prepare ./tools/compress_json.py for Python 3 2018-12-10 19:46:50 -08:00
cpplint.py benchmark,doc,lib,src,test,tools: fix typos 2018-10-09 16:53:12 +03:00
create_android_makefiles
create_expfile.sh
dcheck_macros.py test: do not lint macros files (again) 2018-12-11 12:16:40 +01:00
generate_code_cache.js src: always compile and store code cache for native modules 2018-12-18 18:02:11 +08:00
genv8constants.py tools: prepare tools/genv8constants.py for Python 3 2018-12-06 10:36:54 -08:00
getmoduleversion.py
getnodeversion.py
gyp_node.py tools: use print() function on both Python 2 and 3 2018-11-25 18:58:58 -05:00
install.py tools: prepare tools/install.py for Python 3 2018-12-06 10:30:04 +01:00
js2c.py lib: remove unintended access to deps/ 2018-12-30 20:17:19 +01:00
license2rtf.js
license-builder.sh deps,tools: update license-builder.sh and LICENSE 2019-01-05 21:36:45 +01:00
lint-js.js benchmark,doc,lib,src,test,tools: fix typos 2018-10-09 16:53:12 +03:00
lint-md.js tools: replace rollup with ncc 2018-12-05 14:02:17 -08:00
lint-pr-commit-message.sh tools: don't use GH API for commit message checks 2018-11-30 23:09:41 -08:00
lsan_suppressions.txt
macos-firewall.sh tools: add openssl-cli to macos-firewall.sh 2019-01-11 05:29:22 +01:00
make-v8.sh build,tools: update make-v8.sh for ppc64le 2018-11-16 14:26:46 -05:00
mk-ca-bundle.pl
mkssldef.py
nodcheck_macros.py test: do not lint macros files (again) 2018-12-11 12:16:40 +01:00
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: only sign release if promotion successful 2018-11-30 21:23:01 -08:00
run-valgrind.py tools: use print() function on both Python 2 and 3 2018-11-25 18:58:58 -05:00
run-worker.js
sign.bat
specialize_node_d.py tools: prepare tools/specialize_node_d.py for Python 3 2018-12-06 22:45:08 -08:00
test-npm-package.js
test-v8.bat
test.py worker: remove --experimental-worker flag 2019-01-09 00:31:33 +01:00
update-authors.js tools: implement update-authors in JS 2018-09-14 18:58:25 +02:00
update-babel-eslint.sh
update-eslint.sh
utils.py