MCPcopy Index your code
hub / github.com/nodejs/node / prefer-primordials.js

File prefer-primordials.js

tools/eslint-rules/prefer-primordials.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * @file We shouldn't use global built-in object for security and
3 * performance reason. This linter rule reports replaceable codes
4 * that can be replaced with primordials.

Callers

nothing calls this directly

Calls 2

mapMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected