MCPcopy Create free account

hub / github.com/mysticatea/eslint-plugin-node / functions

Functions232 in github.com/mysticatea/eslint-plugin-node

↓ 1 callersFunctionparseOptions
* Parses the options. * @param {RuleContext} context The rule context. * @returns {{version:Range,ignores:Set<string>}} Parsed value.
lib/util/check-unsupported-builtins.js:24
↓ 1 callersFunctionparseWhiteList
* Creates a function which checks whether or not a given file should be ignored. * * @param {string[]|null} files - File names of whitelist. * @ret
lib/util/get-npmignore.js:81
↓ 1 callersFunctionreadPackageJson
* Reads the `package.json` data in a given path. * * Don't cache the data. * * @param {string} dir - The path to a directory to read. * @returns
lib/util/get-package-json.js:21
↓ 1 callersFunctionrenderFooter
* Render the document header of a given rule. * @param {RuleInfo} rule The rule information. * @returns {string} The document header.
scripts/update-docs-header-and-footer.js:57
↓ 1 callersFunctionrenderHeader
* Render the document header of a given rule. * @param {RuleInfo} rule The rule information. * @returns {string} The document header.
scripts/update-docs-header-and-footer.js:24
↓ 1 callersFunctionsupportedVersionToString
* Get the formatted text of a given supported version. * @param {SupportInfo} info The support info.
lib/util/check-unsupported-builtins.js:67
↓ 1 callersFunctiontoReplaceMessage
* Makes a replacement message. * * @param {string|array|null} replacedBy - The text of substitute way. * @param {Range} version - The configured ve
lib/rules/no-deprecated-api.js:635
↓ 1 callersFunctionvalidateRegExpLiteral
* Validate RegExp syntax in a RegExp literal. * @param {ASTNode} node A Literal node to check. * @returns {void}
lib/rules/no-unsupported-features.js:1223
↓ 1 callersFunctionvalidateRegExpString
* Validate RegExp syntax in the first argument of `new RegExp()`. * @param {ASTNode} node A NewExpression node to check. * @returns
lib/rules/no-unsupported-features.js:1232
Function"CallExpression > MemberExpression.callee[object.name = 'process'][property.name = 'exit']"
( node )
lib/rules/no-process-exit.js:26
Function"Program:exit"
()
lib/rules/no-hide-core-modules.js:112
Function"Program:exit"
()
lib/rules/no-path-concat.js:180
Function"Program:exit"
()
lib/rules/no-unsupported-features.js:1251
Function"Program:exit"
()
lib/rules/no-deprecated-api.js:754
Function"Program:exit"
()
lib/rules/exports-style.js:283
Function"Program:exit"
()
lib/rules/no-unsupported-features/node-builtins.js:364
Function"Program:exit"
()
lib/rules/no-unsupported-features/es-builtins.js:176
Function"Program:exit"
()
lib/rules/prefer-global/url.js:43
Function"Program:exit"
()
lib/rules/prefer-global/buffer.js:44
Function"Program:exit"
()
lib/rules/prefer-global/url-search-params.js:44
Function"Program:exit"
()
lib/rules/prefer-global/text-encoder.js:44
Function"Program:exit"
()
lib/rules/prefer-global/text-decoder.js:44
Function"Program:exit"
()
lib/rules/prefer-global/process.js:41
Function"Program:exit"
()
lib/rules/prefer-global/console.js:41
Function"Program:exit"
()
lib/rules/prefer-promises/dns.js:52
Function"Program:exit"
()
lib/rules/prefer-promises/fs.js:57
Function"Program:exit"
()
lib/util/visit-import.js:61
Function"Program:exit"
()
lib/util/visit-require.js:38
FunctionArrayPattern
(node)
lib/rules/no-unsupported-features.js:1401
FunctionArrowFunctionExpression
(node)
lib/rules/no-unsupported-features.js:1312
FunctionAssignmentExpression
(node)
lib/rules/no-exports-assign.js:56
FunctionAssignmentExpression
(node)
lib/rules/no-unsupported-features.js:1407
FunctionAssignmentPattern
(node)
lib/rules/no-unsupported-features.js:1322
FunctionAwaitExpression
(node)
lib/rules/no-unsupported-features.js:1413
FunctionBinaryExpression
(node)
lib/rules/no-unsupported-features.js:1417
FunctionCallExpression
(node)
lib/rules/callback-return.js:114
FunctionCallExpression
(node)
lib/rules/global-require.js:70
FunctionCallExpression
(node)
lib/rules/no-unsupported-features.js:1423
FunctionCallExpression
(node)
lib/rules/no-callback-literal.js:30
FunctionClassDeclaration
(node)
lib/rules/no-unsupported-features.js:1370
FunctionClassExpression
(node)
lib/rules/no-unsupported-features.js:1378
FunctionExperimentalRestProperty
(node)
lib/rules/no-unsupported-features.js:1509
FunctionExperimentalSpreadProperty
(node)
lib/rules/no-unsupported-features.js:1513
FunctionExportAllDeclaration
(node)
lib/rules/no-unsupported-features.js:1525
FunctionExportDefaultDeclaration
(node)
lib/rules/no-unsupported-features.js:1529
FunctionExportNamedDeclaration
(node)
lib/rules/no-unsupported-features.js:1533
FunctionForOfStatement
(node)
lib/rules/no-unsupported-features.js:1386
FunctionFunctionDeclaration
(node)
lib/rules/no-unsupported-features.js:1328
FunctionFunctionExpression
(node)
lib/rules/no-unsupported-features.js:1347
FunctionIdentifier
(node)
lib/rules/no-unsupported-features.js:1429
FunctionImportDeclaration
(node)
lib/rules/no-unsupported-features.js:1537
FunctionLiteral
(node)
lib/rules/no-unsupported-features.js:1436
FunctionMemberExpression
(node)
lib/rules/no-process-env.js:30
FunctionMetaProperty
(node)
lib/rules/no-unsupported-features.js:1362
FunctionNewExpression
(node)
lib/rules/no-unsupported-features.js:1452
FunctionNewExpression
(node)
lib/rules/no-new-require.js:26
FunctionObjectPattern
(node)
lib/rules/no-unsupported-features.js:1464
FunctionProgram
(node)
lib/rules/shebang.js:116
FunctionProgram
(node)
lib/rules/no-unpublished-bin.js:55
FunctionProperty
(node)
lib/rules/no-unsupported-features.js:1470
FunctionRestElement
(node)
lib/rules/no-unsupported-features.js:1483
FunctionRestProperty
(node)
lib/rules/no-unsupported-features.js:1517
FunctionSpreadElement
(node)
lib/rules/no-unsupported-features.js:1491
FunctionSpreadProperty
(node)
lib/rules/no-unsupported-features.js:1521
FunctionTemplateElement
(node)
lib/rules/no-unsupported-features.js:1499
FunctionTemplateLiteral
(node)
lib/rules/no-unsupported-features.js:1505
FunctionVariableDeclaration
(node)
lib/rules/no-unsupported-features.js:1393
FunctionVariableDeclaration
(node)
lib/rules/no-mixed-requires.js:240
Function[[ "ExportAllDeclaration", "ExportNamedDeclaration", "ImportDeclaration", "ImportExpression", ]]
(node)
lib/util/visit-import.js:38
Function[selector]
(node)
lib/rules/no-sync.js:42
FunctioncheckForError
* Check to see if we're handling the error object properly. * @param {ASTNode} node The AST node to check. * @returns {void}
lib/rules/handle-callback-err.js:73
Methodconstructor
* Initialize this cache instance.
lib/util/cache.js:18
Methodconstructor
* Initialize this restriction. * @param {DefinitionData} def The definition of a restriction.
lib/util/check-restricted.js:36
Methodconstructor
* Initialize this instance. * @param {ASTNode} node - The node of a `require()` or a module declaraiton. * @param {string} name - The name o
lib/util/import-target.js:56
Methodconstructor
* Initialize this instance. * @param {RuleContext} context The rule context to report. * @param {{modules:object,globals:object}} trackMap T
lib/util/check-prefer-global.js:18
FunctionconvertPattern
* Creates test pattern. * * @param {{valid: object[], invalid: object[]}} retv - Actual test patterns. * @param {object} pattern - Original test pa
tests/lib/rules/no-unsupported-features.js:33
Functioncreate
(context)
lib/rules/no-sync.js:35
Functioncreate
(context)
lib/rules/no-restricted-require.js:58
Functioncreate
(context)
lib/rules/no-hide-core-modules.js:81
Functioncreate
(context)
lib/rules/no-path-concat.js:178
Functioncreate
(context)
lib/rules/no-exports-assign.js:54
Functioncreate
(context)
lib/rules/shebang.js:91
Functioncreate
(context)
lib/rules/file-extension-in-import.js:65
Functioncreate
(context)
lib/rules/no-missing-import.js:37
Functioncreate
(context)
lib/rules/no-extraneous-require.js:39
Functioncreate
(context)
lib/rules/no-process-exit.js:24
Functioncreate
(context)
lib/rules/no-extraneous-import.js:39
Functioncreate
(context)
lib/rules/no-restricted-import.js:57
Functioncreate
(context)
lib/rules/no-missing-require.js:37
Functioncreate
(context)
lib/rules/handle-callback-err.js:28
Functioncreate
(context)
lib/rules/no-process-env.js:28
Functioncreate
(context)
lib/rules/callback-return.js:29
Functioncreate
(context)
lib/rules/global-require.js:68
Functioncreate
(context)
lib/rules/no-unsupported-features.js:1080
Functioncreate
(context)
lib/rules/no-mixed-requires.js:108
Functioncreate
(context)
lib/rules/no-unpublished-import.js:39
Functioncreate
(context)
lib/rules/no-deprecated-api.js:724
Functioncreate
(context)
lib/rules/no-unpublished-require.js:39
Functioncreate
(context)
lib/rules/exports-style.js:166
Functioncreate
(context)
lib/rules/no-new-require.js:24
← previousnext →101–200 of 232, ranked by callers