eslint-config-typed 3.13.3 → 3.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rules/typescript-eslint-rules.d.mts +3 -1
- package/dist/rules/typescript-eslint-rules.d.mts.map +1 -1
- package/dist/rules/typescript-eslint-rules.mjs +8 -1
- package/dist/rules/typescript-eslint-rules.mjs.map +1 -1
- package/dist/types/rules/eslint-array-func-rules.d.mts +8 -8
- package/dist/types/rules/eslint-array-func-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-cypress-rules.d.mts +27 -23
- package/dist/types/rules/eslint-cypress-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-functional-rules.d.mts +426 -425
- package/dist/types/rules/eslint-functional-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-import-rules.d.mts +343 -325
- package/dist/types/rules/eslint-import-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-jest-rules.d.mts +183 -171
- package/dist/types/rules/eslint-jest-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-jsx-a11y-rules.d.mts +211 -209
- package/dist/types/rules/eslint-jsx-a11y-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-math-rules.d.mts +49 -48
- package/dist/types/rules/eslint-math-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-n-rules.d.mts +296 -293
- package/dist/types/rules/eslint-n-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-playwright-rules.d.mts +161 -149
- package/dist/types/rules/eslint-playwright-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-plugin-rules.d.mts +95 -85
- package/dist/types/rules/eslint-plugin-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-plugin-sort-destructure-keys-rules.d.mts +10 -10
- package/dist/types/rules/eslint-plugin-sort-destructure-keys-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-prefer-arrow-functions-rules.d.mts +23 -16
- package/dist/types/rules/eslint-prefer-arrow-functions-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-promise-rules.d.mts +68 -68
- package/dist/types/rules/eslint-promise-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-react-coding-style-rules.d.mts +29 -29
- package/dist/types/rules/eslint-react-coding-style-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-react-hooks-rules.d.mts +100 -100
- package/dist/types/rules/eslint-react-hooks-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-react-perf-rules.d.mts +28 -28
- package/dist/types/rules/eslint-react-perf-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-react-refresh-rules.d.mts +13 -13
- package/dist/types/rules/eslint-react-refresh-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-react-rules.d.mts +646 -620
- package/dist/types/rules/eslint-react-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-rules.d.mts +1022 -1016
- package/dist/types/rules/eslint-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-security-rules.d.mts +16 -16
- package/dist/types/rules/eslint-security-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-strict-dependencies-rules.d.mts +18 -18
- package/dist/types/rules/eslint-strict-dependencies-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-stylistic-rules.d.mts +1440 -1400
- package/dist/types/rules/eslint-stylistic-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-testing-library-rules.d.mts +110 -105
- package/dist/types/rules/eslint-testing-library-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-total-functions-rules.d.mts +16 -16
- package/dist/types/rules/eslint-total-functions-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-tree-shakable-rules.d.mts +3 -3
- package/dist/types/rules/eslint-tree-shakable-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-ts-restrictions-rules.d.mts +30 -30
- package/dist/types/rules/eslint-ts-restrictions-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-unicorn-rules.d.mts +398 -392
- package/dist/types/rules/eslint-unicorn-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-vitest-coding-style-rules.d.mts +3 -3
- package/dist/types/rules/eslint-vitest-coding-style-rules.d.mts.map +1 -1
- package/dist/types/rules/eslint-vitest-rules.d.mts +204 -190
- package/dist/types/rules/eslint-vitest-rules.d.mts.map +1 -1
- package/dist/types/rules/typescript-eslint-rules.d.mts +1107 -1077
- package/dist/types/rules/typescript-eslint-rules.d.mts.map +1 -1
- package/package.json +23 -23
- package/src/rules/typescript-eslint-rules.mts +9 -1
- package/src/types/rules/eslint-array-func-rules.mts +8 -8
- package/src/types/rules/eslint-cypress-rules.mts +28 -24
- package/src/types/rules/eslint-functional-rules.mts +581 -576
- package/src/types/rules/eslint-import-rules.mts +403 -384
- package/src/types/rules/eslint-jest-rules.mts +212 -196
- package/src/types/rules/eslint-jsx-a11y-rules.mts +252 -250
- package/src/types/rules/eslint-math-rules.mts +53 -52
- package/src/types/rules/eslint-n-rules.mts +1762 -1757
- package/src/types/rules/eslint-playwright-rules.mts +187 -171
- package/src/types/rules/eslint-plugin-rules.mts +109 -99
- package/src/types/rules/eslint-plugin-sort-destructure-keys-rules.mts +11 -11
- package/src/types/rules/eslint-prefer-arrow-functions-rules.mts +24 -17
- package/src/types/rules/eslint-promise-rules.mts +76 -76
- package/src/types/rules/eslint-react-coding-style-rules.mts +32 -32
- package/src/types/rules/eslint-react-hooks-rules.mts +129 -129
- package/src/types/rules/eslint-react-perf-rules.mts +32 -32
- package/src/types/rules/eslint-react-refresh-rules.mts +14 -14
- package/src/types/rules/eslint-react-rules.mts +787 -792
- package/src/types/rules/eslint-rules.mts +1180 -1173
- package/src/types/rules/eslint-security-rules.mts +16 -16
- package/src/types/rules/eslint-strict-dependencies-rules.mts +19 -19
- package/src/types/rules/eslint-stylistic-rules.mts +1767 -1807
- package/src/types/rules/eslint-testing-library-rules.mts +128 -124
- package/src/types/rules/eslint-total-functions-rules.mts +16 -16
- package/src/types/rules/eslint-tree-shakable-rules.mts +3 -3
- package/src/types/rules/eslint-ts-restrictions-rules.mts +34 -33
- package/src/types/rules/eslint-unicorn-rules.mts +447 -436
- package/src/types/rules/eslint-vitest-coding-style-rules.mts +3 -3
- package/src/types/rules/eslint-vitest-rules.mts +232 -219
- package/src/types/rules/typescript-eslint-rules.mts +1511 -1489
|
@@ -29,7 +29,7 @@ declare namespace CallbackReturn {
|
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
31
|
type Options = readonly string[];
|
|
32
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
32
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* Enforce either `module.exports` or `exports`
|
|
@@ -69,11 +69,11 @@ declare namespace ExportsStyle {
|
|
|
69
69
|
* ]
|
|
70
70
|
* ```
|
|
71
71
|
*/
|
|
72
|
-
type Options0 = 'exports' | '
|
|
73
|
-
type Options1 = {
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
type RuleEntry = Linter.Severity | readonly [Linter.StringSeverity, Options0
|
|
72
|
+
type Options0 = 'module.exports' | 'exports';
|
|
73
|
+
type Options1 = Readonly<{
|
|
74
|
+
allowBatchAssign?: boolean;
|
|
75
|
+
}>;
|
|
76
|
+
type RuleEntry = 'off' | Linter.Severity | readonly [Linter.StringSeverity, Options0] | readonly [Linter.StringSeverity, Options0, Options1];
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Enforce the style of file extensions in `import` declarations
|
|
@@ -116,7 +116,7 @@ declare namespace FileExtensionInImport {
|
|
|
116
116
|
*/
|
|
117
117
|
type Options0 = 'always' | 'never';
|
|
118
118
|
type Options1 = Readonly<Record<string, 'always' | 'never'>>;
|
|
119
|
-
type RuleEntry = Linter.Severity | readonly [Linter.StringSeverity, Options0
|
|
119
|
+
type RuleEntry = 'off' | Linter.Severity | readonly [Linter.StringSeverity, Options0] | readonly [Linter.StringSeverity, Options0, Options1];
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Require `require()` calls to be placed at top-level module scope
|
|
@@ -160,7 +160,7 @@ declare namespace HandleCallbackErr {
|
|
|
160
160
|
* ```
|
|
161
161
|
*/
|
|
162
162
|
type Options = string;
|
|
163
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
163
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Enforce Node.js-style error-first callback pattern is followed
|
|
@@ -345,13 +345,13 @@ declare namespace NoDeprecatedApi {
|
|
|
345
345
|
* ]
|
|
346
346
|
* ```
|
|
347
347
|
*/
|
|
348
|
-
type Options = {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
}
|
|
354
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
348
|
+
type Options = Readonly<{
|
|
349
|
+
version?: string;
|
|
350
|
+
ignoreModuleItems?: readonly ('_linklist' | '_stream_wrap' | 'async_hooks.currentId' | 'async_hooks.triggerId' | 'buffer.Buffer()' | 'new buffer.Buffer()' | 'buffer.SlowBuffer' | 'constants' | 'crypto._toBuf' | 'crypto.Credentials' | 'crypto.DEFAULT_ENCODING' | 'crypto.createCipher' | 'crypto.createCredentials' | 'crypto.createDecipher' | 'crypto.fips' | 'crypto.prng' | 'crypto.pseudoRandomBytes' | 'crypto.rng' | 'domain' | 'events.EventEmitter.listenerCount' | 'events.listenerCount' | 'freelist' | 'fs.SyncWriteStream' | 'fs.exists' | 'fs.lchmod' | 'fs.lchmodSync' | 'http.createClient' | 'module.Module.createRequireFromPath' | 'module.Module.requireRepl' | 'module.Module._debug' | 'module.createRequireFromPath' | 'module.requireRepl' | 'module._debug' | 'net._setSimultaneousAccepts' | 'os.getNetworkInterfaces' | 'os.tmpDir' | 'path._makeLong' | 'process.EventEmitter' | 'process.assert' | 'process.binding' | 'process.env.NODE_REPL_HISTORY_FILE' | 'process.report.triggerReport' | 'punycode' | 'readline.codePointAt' | 'readline.getStringWidth' | 'readline.isFullWidthCodePoint' | 'readline.stripVTControlCharacters' | 'repl.REPLServer' | 'repl.Recoverable' | 'repl.REPL_MODE_MAGIC' | 'repl.builtinModules' | 'safe-buffer.Buffer()' | 'new safe-buffer.Buffer()' | 'safe-buffer.SlowBuffer' | 'sys' | 'timers.enroll' | 'timers.unenroll' | 'tls.CleartextStream' | 'tls.CryptoStream' | 'tls.SecurePair' | 'tls.convertNPNProtocols' | 'tls.createSecurePair' | 'tls.parseCertString' | 'tty.setRawMode' | 'url.parse' | 'url.resolve' | 'util.debug' | 'util.error' | 'util.isArray' | 'util.isBoolean' | 'util.isBuffer' | 'util.isDate' | 'util.isError' | 'util.isFunction' | 'util.isNull' | 'util.isNullOrUndefined' | 'util.isNumber' | 'util.isObject' | 'util.isPrimitive' | 'util.isRegExp' | 'util.isString' | 'util.isSymbol' | 'util.isUndefined' | 'util.log' | 'util.print' | 'util.pump' | 'util.puts' | 'util._extend' | 'vm.runInDebugContext' | 'zlib.BrotliCompress()' | 'zlib.BrotliDecompress()' | 'zlib.Deflate()' | 'zlib.DeflateRaw()' | 'zlib.Gunzip()' | 'zlib.Gzip()' | 'zlib.Inflate()' | 'zlib.InflateRaw()' | 'zlib.Unzip()')[];
|
|
351
|
+
ignoreGlobalItems?: readonly ('Buffer()' | 'new Buffer()' | 'COUNTER_NET_SERVER_CONNECTION' | 'COUNTER_NET_SERVER_CONNECTION_CLOSE' | 'COUNTER_HTTP_SERVER_REQUEST' | 'COUNTER_HTTP_SERVER_RESPONSE' | 'COUNTER_HTTP_CLIENT_REQUEST' | 'COUNTER_HTTP_CLIENT_RESPONSE' | 'GLOBAL' | 'Intl.v8BreakIterator' | 'require.extensions' | 'root' | 'process.EventEmitter' | 'process.assert' | 'process.binding' | 'process.env.NODE_REPL_HISTORY_FILE' | 'process.report.triggerReport')[];
|
|
352
|
+
ignoreIndirectDependencies?: boolean;
|
|
353
|
+
}>;
|
|
354
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
357
|
* Disallow the assignment to `exports`
|
|
@@ -473,34 +473,34 @@ declare namespace NoExtraneousImport {
|
|
|
473
473
|
* ]
|
|
474
474
|
* ```
|
|
475
475
|
*/
|
|
476
|
-
type Options = {
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
{
|
|
476
|
+
type Options = Readonly<{
|
|
477
|
+
allowModules?: readonly string[];
|
|
478
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
479
|
+
Readonly<{
|
|
480
480
|
/** @minItems 1 */
|
|
481
|
-
|
|
482
|
-
|
|
481
|
+
include: readonly [string, ...string[]];
|
|
482
|
+
exclude?: readonly string[];
|
|
483
483
|
/**
|
|
484
484
|
* @minItems 2
|
|
485
485
|
* @maxItems 2
|
|
486
486
|
*/
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
...
|
|
487
|
+
replace: readonly [string, string];
|
|
488
|
+
}>,
|
|
489
|
+
...Readonly<{
|
|
490
490
|
/** @minItems 1 */
|
|
491
|
-
|
|
492
|
-
|
|
491
|
+
include: readonly [string, ...string[]];
|
|
492
|
+
exclude?: readonly string[];
|
|
493
493
|
/**
|
|
494
494
|
* @minItems 2
|
|
495
495
|
* @maxItems 2
|
|
496
496
|
*/
|
|
497
|
-
|
|
498
|
-
}[]
|
|
497
|
+
replace: readonly [string, string];
|
|
498
|
+
}>[]
|
|
499
499
|
];
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
}
|
|
503
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
500
|
+
resolvePaths?: readonly string[];
|
|
501
|
+
resolverConfig?: UnknownRecord;
|
|
502
|
+
}>;
|
|
503
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* Disallow `require()` expressions which import extraneous modules
|
|
@@ -614,35 +614,35 @@ declare namespace NoExtraneousRequire {
|
|
|
614
614
|
* ]
|
|
615
615
|
* ```
|
|
616
616
|
*/
|
|
617
|
-
type Options = {
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
{
|
|
617
|
+
type Options = Readonly<{
|
|
618
|
+
allowModules?: readonly string[];
|
|
619
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
620
|
+
Readonly<{
|
|
621
621
|
/** @minItems 1 */
|
|
622
|
-
|
|
623
|
-
|
|
622
|
+
include: readonly [string, ...string[]];
|
|
623
|
+
exclude?: readonly string[];
|
|
624
624
|
/**
|
|
625
625
|
* @minItems 2
|
|
626
626
|
* @maxItems 2
|
|
627
627
|
*/
|
|
628
|
-
|
|
629
|
-
}
|
|
630
|
-
...
|
|
628
|
+
replace: readonly [string, string];
|
|
629
|
+
}>,
|
|
630
|
+
...Readonly<{
|
|
631
631
|
/** @minItems 1 */
|
|
632
|
-
|
|
633
|
-
|
|
632
|
+
include: readonly [string, ...string[]];
|
|
633
|
+
exclude?: readonly string[];
|
|
634
634
|
/**
|
|
635
635
|
* @minItems 2
|
|
636
636
|
* @maxItems 2
|
|
637
637
|
*/
|
|
638
|
-
|
|
639
|
-
}[]
|
|
638
|
+
replace: readonly [string, string];
|
|
639
|
+
}>[]
|
|
640
640
|
];
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
641
|
+
resolvePaths?: readonly string[];
|
|
642
|
+
resolverConfig?: UnknownRecord;
|
|
643
|
+
tryExtensions?: readonly string[];
|
|
644
|
+
}>;
|
|
645
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
646
646
|
}
|
|
647
647
|
/**
|
|
648
648
|
* Disallow `import` declarations which import missing modules
|
|
@@ -739,16 +739,17 @@ declare namespace NoMissingImport {
|
|
|
739
739
|
* ]
|
|
740
740
|
* ```
|
|
741
741
|
*/
|
|
742
|
-
type Options = {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
742
|
+
type Options = Readonly<{
|
|
743
|
+
allowModules?: readonly string[];
|
|
744
|
+
resolvePaths?: readonly string[];
|
|
745
|
+
resolverConfig?: UnknownRecord;
|
|
746
|
+
tryExtensions?: readonly string[];
|
|
747
|
+
/** @default false */
|
|
748
|
+
ignoreTypeImport?: boolean;
|
|
749
|
+
tsconfigPath?: string;
|
|
750
|
+
typescriptExtensionMap?: readonly (readonly unknown[])[] | ('react' | 'react-jsx' | 'react-jsxdev' | 'react-native' | 'preserve');
|
|
751
|
+
}>;
|
|
752
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
752
753
|
}
|
|
753
754
|
/**
|
|
754
755
|
* Disallow `require()` expressions which import missing modules
|
|
@@ -841,15 +842,15 @@ declare namespace NoMissingRequire {
|
|
|
841
842
|
* ]
|
|
842
843
|
* ```
|
|
843
844
|
*/
|
|
844
|
-
type Options = {
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
}
|
|
852
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
845
|
+
type Options = Readonly<{
|
|
846
|
+
allowModules?: readonly string[];
|
|
847
|
+
tryExtensions?: readonly string[];
|
|
848
|
+
resolvePaths?: readonly string[];
|
|
849
|
+
resolverConfig?: UnknownRecord;
|
|
850
|
+
typescriptExtensionMap?: readonly (readonly unknown[])[] | ('react' | 'react-jsx' | 'react-jsxdev' | 'react-native' | 'preserve');
|
|
851
|
+
tsconfigPath?: string;
|
|
852
|
+
}>;
|
|
853
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
853
854
|
}
|
|
854
855
|
/**
|
|
855
856
|
* Disallow `require` calls to be mixed with regular variable declarations
|
|
@@ -892,11 +893,11 @@ declare namespace NoMixedRequires {
|
|
|
892
893
|
* ]
|
|
893
894
|
* ```
|
|
894
895
|
*/
|
|
895
|
-
type Options = boolean | {
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
}
|
|
899
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
896
|
+
type Options = boolean | Readonly<{
|
|
897
|
+
grouping?: boolean;
|
|
898
|
+
allowCall?: boolean;
|
|
899
|
+
}>;
|
|
900
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
900
901
|
}
|
|
901
902
|
/**
|
|
902
903
|
* Disallow `new` operators with calls to `require`
|
|
@@ -964,10 +965,10 @@ declare namespace NoProcessEnv {
|
|
|
964
965
|
* ]
|
|
965
966
|
* ```
|
|
966
967
|
*/
|
|
967
|
-
type Options = {
|
|
968
|
-
|
|
969
|
-
}
|
|
970
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
968
|
+
type Options = Readonly<{
|
|
969
|
+
allowedVariables?: readonly string[];
|
|
970
|
+
}>;
|
|
971
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
971
972
|
}
|
|
972
973
|
/**
|
|
973
974
|
* Disallow the use of `process.exit()`
|
|
@@ -1044,11 +1045,11 @@ declare namespace NoRestrictedImport {
|
|
|
1044
1045
|
* ]
|
|
1045
1046
|
* ```
|
|
1046
1047
|
*/
|
|
1047
|
-
type Options = readonly (string | {
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
})[];
|
|
1051
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1048
|
+
type Options = readonly (string | Readonly<{
|
|
1049
|
+
name: string | readonly string[];
|
|
1050
|
+
message?: string;
|
|
1051
|
+
}>)[];
|
|
1052
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1052
1053
|
}
|
|
1053
1054
|
/**
|
|
1054
1055
|
* Disallow specified modules when loaded by `require`
|
|
@@ -1109,11 +1110,11 @@ declare namespace NoRestrictedRequire {
|
|
|
1109
1110
|
* ]
|
|
1110
1111
|
* ```
|
|
1111
1112
|
*/
|
|
1112
|
-
type Options = readonly (string | {
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
})[];
|
|
1116
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1113
|
+
type Options = readonly (string | Readonly<{
|
|
1114
|
+
name: string | readonly string[];
|
|
1115
|
+
message?: string;
|
|
1116
|
+
}>)[];
|
|
1117
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1117
1118
|
}
|
|
1118
1119
|
/**
|
|
1119
1120
|
* Disallow synchronous methods
|
|
@@ -1209,22 +1210,24 @@ declare namespace NoSync {
|
|
|
1209
1210
|
* ]
|
|
1210
1211
|
* ```
|
|
1211
1212
|
*/
|
|
1212
|
-
type Options = {
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1213
|
+
type Options = Readonly<{
|
|
1214
|
+
/** @default false */
|
|
1215
|
+
allowAtRootLevel?: boolean;
|
|
1216
|
+
/** @default [ ] */
|
|
1217
|
+
ignores?: readonly (string | Readonly<{
|
|
1218
|
+
from?: 'file';
|
|
1219
|
+
path?: string;
|
|
1220
|
+
name?: readonly string[];
|
|
1218
1221
|
} | {
|
|
1219
|
-
|
|
1220
|
-
|
|
1222
|
+
from?: 'lib';
|
|
1223
|
+
name?: readonly string[];
|
|
1221
1224
|
} | {
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
})[];
|
|
1226
|
-
}
|
|
1227
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1225
|
+
from?: 'package';
|
|
1226
|
+
package?: string;
|
|
1227
|
+
name?: readonly string[];
|
|
1228
|
+
}>)[];
|
|
1229
|
+
}>;
|
|
1230
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1228
1231
|
}
|
|
1229
1232
|
/**
|
|
1230
1233
|
* Disallow top-level `await` in published modules
|
|
@@ -1313,32 +1316,32 @@ declare namespace NoTopLevelAwait {
|
|
|
1313
1316
|
* ]
|
|
1314
1317
|
* ```
|
|
1315
1318
|
*/
|
|
1316
|
-
type Options = {
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
{
|
|
1319
|
+
type Options = Readonly<{
|
|
1320
|
+
ignoreBin?: boolean;
|
|
1321
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
1322
|
+
Readonly<{
|
|
1320
1323
|
/** @minItems 1 */
|
|
1321
|
-
|
|
1322
|
-
|
|
1324
|
+
include: readonly [string, ...string[]];
|
|
1325
|
+
exclude?: readonly string[];
|
|
1323
1326
|
/**
|
|
1324
1327
|
* @minItems 2
|
|
1325
1328
|
* @maxItems 2
|
|
1326
1329
|
*/
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
...
|
|
1330
|
+
replace: readonly [string, string];
|
|
1331
|
+
}>,
|
|
1332
|
+
...Readonly<{
|
|
1330
1333
|
/** @minItems 1 */
|
|
1331
|
-
|
|
1332
|
-
|
|
1334
|
+
include: readonly [string, ...string[]];
|
|
1335
|
+
exclude?: readonly string[];
|
|
1333
1336
|
/**
|
|
1334
1337
|
* @minItems 2
|
|
1335
1338
|
* @maxItems 2
|
|
1336
1339
|
*/
|
|
1337
|
-
|
|
1338
|
-
}[]
|
|
1340
|
+
replace: readonly [string, string];
|
|
1341
|
+
}>[]
|
|
1339
1342
|
];
|
|
1340
|
-
}
|
|
1341
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1343
|
+
}>;
|
|
1344
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1342
1345
|
}
|
|
1343
1346
|
/**
|
|
1344
1347
|
* Disallow `bin` files that npm ignores
|
|
@@ -1423,32 +1426,32 @@ declare namespace NoUnpublishedBin {
|
|
|
1423
1426
|
* ]
|
|
1424
1427
|
* ```
|
|
1425
1428
|
*/
|
|
1426
|
-
type Options = {
|
|
1427
|
-
|
|
1428
|
-
{
|
|
1429
|
+
type Options = Readonly<{
|
|
1430
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
1431
|
+
Readonly<{
|
|
1429
1432
|
/** @minItems 1 */
|
|
1430
|
-
|
|
1431
|
-
|
|
1433
|
+
include: readonly [string, ...string[]];
|
|
1434
|
+
exclude?: readonly string[];
|
|
1432
1435
|
/**
|
|
1433
1436
|
* @minItems 2
|
|
1434
1437
|
* @maxItems 2
|
|
1435
1438
|
*/
|
|
1436
|
-
|
|
1437
|
-
}
|
|
1438
|
-
...
|
|
1439
|
+
replace: readonly [string, string];
|
|
1440
|
+
}>,
|
|
1441
|
+
...Readonly<{
|
|
1439
1442
|
/** @minItems 1 */
|
|
1440
|
-
|
|
1441
|
-
|
|
1443
|
+
include: readonly [string, ...string[]];
|
|
1444
|
+
exclude?: readonly string[];
|
|
1442
1445
|
/**
|
|
1443
1446
|
* @minItems 2
|
|
1444
1447
|
* @maxItems 2
|
|
1445
1448
|
*/
|
|
1446
|
-
|
|
1447
|
-
}[]
|
|
1449
|
+
replace: readonly [string, string];
|
|
1450
|
+
}>[]
|
|
1448
1451
|
];
|
|
1449
|
-
|
|
1450
|
-
}
|
|
1451
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1452
|
+
[k: string]: unknown;
|
|
1453
|
+
}>;
|
|
1454
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1452
1455
|
}
|
|
1453
1456
|
/**
|
|
1454
1457
|
* Disallow `import` declarations which import private modules
|
|
@@ -1570,37 +1573,39 @@ declare namespace NoUnpublishedImport {
|
|
|
1570
1573
|
* ]
|
|
1571
1574
|
* ```
|
|
1572
1575
|
*/
|
|
1573
|
-
type Options = {
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
{
|
|
1576
|
+
type Options = Readonly<{
|
|
1577
|
+
allowModules?: readonly string[];
|
|
1578
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
1579
|
+
Readonly<{
|
|
1577
1580
|
/** @minItems 1 */
|
|
1578
|
-
|
|
1579
|
-
|
|
1581
|
+
include: readonly [string, ...string[]];
|
|
1582
|
+
exclude?: readonly string[];
|
|
1580
1583
|
/**
|
|
1581
1584
|
* @minItems 2
|
|
1582
1585
|
* @maxItems 2
|
|
1583
1586
|
*/
|
|
1584
|
-
|
|
1585
|
-
}
|
|
1586
|
-
...
|
|
1587
|
+
replace: readonly [string, string];
|
|
1588
|
+
}>,
|
|
1589
|
+
...Readonly<{
|
|
1587
1590
|
/** @minItems 1 */
|
|
1588
|
-
|
|
1589
|
-
|
|
1591
|
+
include: readonly [string, ...string[]];
|
|
1592
|
+
exclude?: readonly string[];
|
|
1590
1593
|
/**
|
|
1591
1594
|
* @minItems 2
|
|
1592
1595
|
* @maxItems 2
|
|
1593
1596
|
*/
|
|
1594
|
-
|
|
1595
|
-
}[]
|
|
1597
|
+
replace: readonly [string, string];
|
|
1598
|
+
}>[]
|
|
1596
1599
|
];
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1600
|
+
resolvePaths?: readonly string[];
|
|
1601
|
+
resolverConfig?: UnknownRecord;
|
|
1602
|
+
tryExtensions?: readonly string[];
|
|
1603
|
+
/** @default false */
|
|
1604
|
+
ignoreTypeImport?: boolean;
|
|
1605
|
+
/** @default true */
|
|
1606
|
+
ignorePrivate?: boolean;
|
|
1607
|
+
}>;
|
|
1608
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1604
1609
|
}
|
|
1605
1610
|
/**
|
|
1606
1611
|
* Disallow `require()` expressions which import private modules
|
|
@@ -1718,36 +1723,37 @@ declare namespace NoUnpublishedRequire {
|
|
|
1718
1723
|
* ]
|
|
1719
1724
|
* ```
|
|
1720
1725
|
*/
|
|
1721
|
-
type Options = {
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
{
|
|
1726
|
+
type Options = Readonly<{
|
|
1727
|
+
allowModules?: readonly string[];
|
|
1728
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
1729
|
+
Readonly<{
|
|
1725
1730
|
/** @minItems 1 */
|
|
1726
|
-
|
|
1727
|
-
|
|
1731
|
+
include: readonly [string, ...string[]];
|
|
1732
|
+
exclude?: readonly string[];
|
|
1728
1733
|
/**
|
|
1729
1734
|
* @minItems 2
|
|
1730
1735
|
* @maxItems 2
|
|
1731
1736
|
*/
|
|
1732
|
-
|
|
1733
|
-
}
|
|
1734
|
-
...
|
|
1737
|
+
replace: readonly [string, string];
|
|
1738
|
+
}>,
|
|
1739
|
+
...Readonly<{
|
|
1735
1740
|
/** @minItems 1 */
|
|
1736
|
-
|
|
1737
|
-
|
|
1741
|
+
include: readonly [string, ...string[]];
|
|
1742
|
+
exclude?: readonly string[];
|
|
1738
1743
|
/**
|
|
1739
1744
|
* @minItems 2
|
|
1740
1745
|
* @maxItems 2
|
|
1741
1746
|
*/
|
|
1742
|
-
|
|
1743
|
-
}[]
|
|
1747
|
+
replace: readonly [string, string];
|
|
1748
|
+
}>[]
|
|
1744
1749
|
];
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1750
|
+
resolvePaths?: readonly string[];
|
|
1751
|
+
resolverConfig?: UnknownRecord;
|
|
1752
|
+
tryExtensions?: readonly string[];
|
|
1753
|
+
/** @default true */
|
|
1754
|
+
ignorePrivate?: boolean;
|
|
1755
|
+
}>;
|
|
1756
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1751
1757
|
}
|
|
1752
1758
|
/**
|
|
1753
1759
|
* Disallow unsupported ECMAScript built-ins on the specified version
|
|
@@ -2071,11 +2077,11 @@ declare namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2071
2077
|
* ]
|
|
2072
2078
|
* ```
|
|
2073
2079
|
*/
|
|
2074
|
-
type Options = {
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
}
|
|
2078
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
2080
|
+
type Options = Readonly<{
|
|
2081
|
+
version?: string;
|
|
2082
|
+
ignores?: readonly ('AggregateError' | 'Array' | 'Array.from' | 'Array.isArray' | 'Array.length' | 'Array.of' | 'Array.toLocaleString' | 'ArrayBuffer' | 'ArrayBuffer.isView' | 'Atomics' | 'Atomics.add' | 'Atomics.and' | 'Atomics.compareExchange' | 'Atomics.exchange' | 'Atomics.isLockFree' | 'Atomics.load' | 'Atomics.notify' | 'Atomics.or' | 'Atomics.store' | 'Atomics.sub' | 'Atomics.wait' | 'Atomics.waitAsync' | 'Atomics.xor' | 'BigInt' | 'BigInt.asIntN' | 'BigInt.asUintN' | 'BigInt64Array' | 'BigInt64Array.BYTES_PER_ELEMENT' | 'BigInt64Array.from' | 'BigInt64Array.name' | 'BigInt64Array.of' | 'BigUint64Array' | 'BigUint64Array.BYTES_PER_ELEMENT' | 'BigUint64Array.from' | 'BigUint64Array.name' | 'BigUint64Array.of' | 'Boolean' | 'DataView' | 'Date' | 'Date.UTC' | 'Date.now' | 'Date.parse' | 'Date.toLocaleDateString' | 'Date.toLocaleString' | 'Date.toLocaleTimeString' | 'Error' | 'Error.cause' | 'EvalError' | 'FinalizationRegistry' | 'Float32Array' | 'Float32Array.BYTES_PER_ELEMENT' | 'Float32Array.from' | 'Float32Array.name' | 'Float32Array.of' | 'Float64Array' | 'Float64Array.BYTES_PER_ELEMENT' | 'Float64Array.from' | 'Float64Array.name' | 'Float64Array.of' | 'Function' | 'Function.length' | 'Function.name' | 'Infinity' | 'Int16Array' | 'Int16Array.BYTES_PER_ELEMENT' | 'Int16Array.from' | 'Int16Array.name' | 'Int16Array.of' | 'Int32Array' | 'Int32Array.BYTES_PER_ELEMENT' | 'Int32Array.from' | 'Int32Array.name' | 'Int32Array.of' | 'Int8Array' | 'Int8Array.BYTES_PER_ELEMENT' | 'Int8Array.from' | 'Int8Array.name' | 'Int8Array.of' | 'Intl' | 'Intl.Collator' | 'Intl.DateTimeFormat' | 'Intl.DisplayNames' | 'Intl.ListFormat' | 'Intl.Locale' | 'Intl.NumberFormat' | 'Intl.PluralRules' | 'Intl.RelativeTimeFormat' | 'Intl.Segmenter' | 'Intl.Segments' | 'Intl.getCanonicalLocales' | 'Intl.supportedValuesOf' | 'JSON' | 'JSON.parse' | 'JSON.stringify' | 'Map' | 'Map.groupBy' | 'Math' | 'Math.E' | 'Math.LN10' | 'Math.LN2' | 'Math.LOG10E' | 'Math.LOG2E' | 'Math.PI' | 'Math.SQRT1_2' | 'Math.SQRT2' | 'Math.abs' | 'Math.acos' | 'Math.acosh' | 'Math.asin' | 'Math.asinh' | 'Math.atan' | 'Math.atan2' | 'Math.atanh' | 'Math.cbrt' | 'Math.ceil' | 'Math.clz32' | 'Math.cos' | 'Math.cosh' | 'Math.exp' | 'Math.expm1' | 'Math.floor' | 'Math.fround' | 'Math.hypot' | 'Math.imul' | 'Math.log' | 'Math.log10' | 'Math.log1p' | 'Math.log2' | 'Math.max' | 'Math.min' | 'Math.pow' | 'Math.random' | 'Math.round' | 'Math.sign' | 'Math.sin' | 'Math.sinh' | 'Math.sqrt' | 'Math.tan' | 'Math.tanh' | 'Math.trunc' | 'NaN' | 'Number.EPSILON' | 'Number.MAX_SAFE_INTEGER' | 'Number.MAX_VALUE' | 'Number.MIN_SAFE_INTEGER' | 'Number.MIN_VALUE' | 'Number.NEGATIVE_INFINITY' | 'Number.NaN' | 'Number.POSITIVE_INFINITY' | 'Number.isFinite' | 'Number.isInteger' | 'Number.isNaN' | 'Number.isSafeInteger' | 'Number.parseFloat' | 'Number.parseInt' | 'Number.toLocaleString' | 'Object.assign' | 'Object.create' | 'Object.defineGetter' | 'Object.defineProperties' | 'Object.defineProperty' | 'Object.defineSetter' | 'Object.entries' | 'Object.freeze' | 'Object.fromEntries' | 'Object.getOwnPropertyDescriptor' | 'Object.getOwnPropertyDescriptors' | 'Object.getOwnPropertyNames' | 'Object.getOwnPropertySymbols' | 'Object.getPrototypeOf' | 'Object.groupBy' | 'Object.hasOwn' | 'Object.is' | 'Object.isExtensible' | 'Object.isFrozen' | 'Object.isSealed' | 'Object.keys' | 'Object.lookupGetter' | 'Object.lookupSetter' | 'Object.preventExtensions' | 'Object.proto' | 'Object.seal' | 'Object.setPrototypeOf' | 'Object.values' | 'Promise' | 'Promise.all' | 'Promise.allSettled' | 'Promise.any' | 'Promise.race' | 'Promise.reject' | 'Promise.resolve' | 'Proxy' | 'Proxy.revocable' | 'RangeError' | 'ReferenceError' | 'Reflect' | 'Reflect.apply' | 'Reflect.construct' | 'Reflect.defineProperty' | 'Reflect.deleteProperty' | 'Reflect.get' | 'Reflect.getOwnPropertyDescriptor' | 'Reflect.getPrototypeOf' | 'Reflect.has' | 'Reflect.isExtensible' | 'Reflect.ownKeys' | 'Reflect.preventExtensions' | 'Reflect.set' | 'Reflect.setPrototypeOf' | 'RegExp' | 'RegExp.dotAll' | 'RegExp.hasIndices' | 'RegExp.input' | 'RegExp.lastIndex' | 'RegExp.lastMatch' | 'RegExp.lastParen' | 'RegExp.leftContext' | 'RegExp.n' | 'RegExp.rightContext' | 'Set' | 'SharedArrayBuffer' | 'String' | 'String.fromCharCode' | 'String.fromCodePoint' | 'String.length' | 'String.localeCompare' | 'String.raw' | 'String.toLocaleLowerCase' | 'String.toLocaleUpperCase' | 'Symbol' | 'Symbol.asyncIterator' | 'Symbol.for' | 'Symbol.hasInstance' | 'Symbol.isConcatSpreadable' | 'Symbol.iterator' | 'Symbol.keyFor' | 'Symbol.match' | 'Symbol.matchAll' | 'Symbol.replace' | 'Symbol.search' | 'Symbol.species' | 'Symbol.split' | 'Symbol.toPrimitive' | 'Symbol.toStringTag' | 'Symbol.unscopables' | 'SyntaxError' | 'TypeError' | 'URIError' | 'Uint16Array' | 'Uint16Array.BYTES_PER_ELEMENT' | 'Uint16Array.from' | 'Uint16Array.name' | 'Uint16Array.of' | 'Uint32Array' | 'Uint32Array.BYTES_PER_ELEMENT' | 'Uint32Array.from' | 'Uint32Array.name' | 'Uint32Array.of' | 'Uint8Array' | 'Uint8Array.BYTES_PER_ELEMENT' | 'Uint8Array.from' | 'Uint8Array.name' | 'Uint8Array.of' | 'Uint8ClampedArray' | 'Uint8ClampedArray.BYTES_PER_ELEMENT' | 'Uint8ClampedArray.from' | 'Uint8ClampedArray.name' | 'Uint8ClampedArray.of' | 'WeakMap' | 'WeakRef' | 'WeakSet' | 'decodeURI' | 'decodeURIComponent' | 'encodeURI' | 'encodeURIComponent' | 'escape' | 'eval' | 'globalThis' | 'isFinite' | 'isNaN' | 'parseFloat' | 'parseInt' | 'unescape')[];
|
|
2083
|
+
}>;
|
|
2084
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
2079
2085
|
}
|
|
2080
2086
|
/**
|
|
2081
2087
|
* Disallow unsupported ECMAScript syntax on the specified version
|
|
@@ -2706,11 +2712,11 @@ declare namespace NoUnsupportedFeaturesEsSyntax {
|
|
|
2706
2712
|
* ]
|
|
2707
2713
|
* ```
|
|
2708
2714
|
*/
|
|
2709
|
-
type Options = {
|
|
2710
|
-
|
|
2711
|
-
readonly ignores?: readonly ('accessor-properties' | 'accessorProperties' | 'arbitrary-module-namespace-names' | 'arbitraryModuleNamespaceNames' | 'array-from' | 'array-isarray' | 'array-of' | 'array-prototype-copywithin' | 'array-prototype-entries' | 'array-prototype-every' | 'array-prototype-fill' | 'array-prototype-filter' | 'array-prototype-find' | 'array-prototype-findindex' | 'array-prototype-findlast-findlastindex' | 'array-prototype-flat' | 'array-prototype-foreach' | 'array-prototype-includes' | 'array-prototype-indexof' | 'array-prototype-keys' | 'array-prototype-lastindexof' | 'array-prototype-map' | 'array-prototype-reduce' | 'array-prototype-reduceright' | 'array-prototype-some' | 'array-prototype-toreversed' | 'array-prototype-tosorted' | 'array-prototype-tospliced' | 'array-prototype-values' | 'array-prototype-with' | 'array-string-prototype-at' | 'arrayFrom' | 'arrayIsarray' | 'arrayOf' | 'arrayPrototypeCopywithin' | 'arrayPrototypeEntries' | 'arrayPrototypeEvery' | 'arrayPrototypeFill' | 'arrayPrototypeFilter' | 'arrayPrototypeFind' | 'arrayPrototypeFindindex' | 'arrayPrototypeFindlastFindlastindex' | 'arrayPrototypeFlat' | 'arrayPrototypeForeach' | 'arrayPrototypeIncludes' | 'arrayPrototypeIndexof' | 'arrayPrototypeKeys' | 'arrayPrototypeLastindexof' | 'arrayPrototypeMap' | 'arrayPrototypeReduce' | 'arrayPrototypeReduceright' | 'arrayPrototypeSome' | 'arrayPrototypeToreversed' | 'arrayPrototypeTosorted' | 'arrayPrototypeTospliced' | 'arrayPrototypeValues' | 'arrayPrototypeWith' | 'arrayStringPrototypeAt' | 'arrow-functions' | 'arrowFunctions' | 'async-functions' | 'async-iteration' | 'asyncFunctions' | 'asyncIteration' | 'atomics-waitasync' | 'atomics' | 'atomicsWaitasync' | 'bigint' | 'binary-numeric-literals' | 'binaryNumericLiterals' | 'block-scoped-functions' | 'block-scoped-variables' | 'blockScopedFunctions' | 'blockScopedVariables' | 'class-fields' | 'class-static-block' | 'classes' | 'classFields' | 'classStaticBlock' | 'computed-properties' | 'computedProperties' | 'date-now' | 'date-prototype-getyear-setyear' | 'date-prototype-togmtstring' | 'dateNow' | 'datePrototypeGetyearSetyear' | 'datePrototypeTogmtstring' | 'default-parameters' | 'defaultParameters' | 'destructuring' | 'dynamic-import' | 'dynamicImport' | 'error-cause' | 'errorCause' | 'escape-unescape' | 'escapeUnescape' | 'exponential-operators' | 'exponentialOperators' | 'export-ns-from' | 'exportNsFrom' | 'for-of-loops' | 'forOfLoops' | 'function-declarations-in-if-statement-clauses-without-block' | 'function-prototype-bind' | 'functionDeclarationsInIfStatementClausesWithoutBlock' | 'functionPrototypeBind' | 'generators' | 'global-this' | 'globalThis' | 'hashbang' | 'import-meta' | 'importMeta' | 'initializers-in-for-in' | 'initializersInForIn' | 'intl-datetimeformat-prototype-formatrange' | 'intl-datetimeformat-prototype-formattoparts' | 'intl-displaynames' | 'intl-getcanonicallocales' | 'intl-listformat' | 'intl-locale' | 'intl-numberformat-prototype-formatrange' | 'intl-numberformat-prototype-formatrangetoparts' | 'intl-numberformat-prototype-formattoparts' | 'intl-pluralrules-prototype-selectrange' | 'intl-pluralrules' | 'intl-relativetimeformat' | 'intl-segmenter' | 'intl-supportedvaluesof' | 'intlDatetimeformatPrototypeFormatrange' | 'intlDatetimeformatPrototypeFormattoparts' | 'intlDisplaynames' | 'intlGetcanonicallocales' | 'intlListformat' | 'intlLocale' | 'intlNumberformatPrototypeFormatrange' | 'intlNumberformatPrototypeFormatrangetoparts' | 'intlNumberformatPrototypeFormattoparts' | 'intlPluralrules' | 'intlPluralrulesPrototypeSelectrange' | 'intlRelativetimeformat' | 'intlSegmenter' | 'intlSupportedvaluesof' | 'json-superset' | 'json' | 'jsonSuperset' | 'keyword-properties' | 'keywordProperties' | 'labelled-function-declarations' | 'labelledFunctionDeclarations' | 'legacy-object-prototype-accessor-methods' | 'legacyObjectPrototypeAccessorMethods' | 'logical-assignment-operators' | 'logicalAssignmentOperators' | 'malformed-template-literals' | 'malformedTemplateLiterals' | 'map' | 'math-acosh' | 'math-asinh' | 'math-atanh' | 'math-cbrt' | 'math-clz32' | 'math-cosh' | 'math-expm1' | 'math-fround' | 'math-hypot' | 'math-imul' | 'math-log1p' | 'math-log2' | 'math-log10' | 'math-sign' | 'math-sinh' | 'math-tanh' | 'math-trunc' | 'mathAcosh' | 'mathAsinh' | 'mathAtanh' | 'mathCbrt' | 'mathClz32' | 'mathCosh' | 'mathExpm1' | 'mathFround' | 'mathHypot' | 'mathImul' | 'mathLog1p' | 'mathLog2' | 'mathLog10' | 'mathSign' | 'mathSinh' | 'mathTanh' | 'mathTrunc' | 'modules' | 'new-target' | 'new.target' | 'newTarget' | 'no-accessor-properties' | 'no-arbitrary-module-namespace-names' | 'no-array-from' | 'no-array-isarray' | 'no-array-of' | 'no-array-prototype-copywithin' | 'no-array-prototype-entries' | 'no-array-prototype-every' | 'no-array-prototype-fill' | 'no-array-prototype-filter' | 'no-array-prototype-find' | 'no-array-prototype-findindex' | 'no-array-prototype-findlast-findlastindex' | 'no-array-prototype-flat' | 'no-array-prototype-foreach' | 'no-array-prototype-includes' | 'no-array-prototype-indexof' | 'no-array-prototype-keys' | 'no-array-prototype-lastindexof' | 'no-array-prototype-map' | 'no-array-prototype-reduce' | 'no-array-prototype-reduceright' | 'no-array-prototype-some' | 'no-array-prototype-toreversed' | 'no-array-prototype-tosorted' | 'no-array-prototype-tospliced' | 'no-array-prototype-values' | 'no-array-prototype-with' | 'no-array-string-prototype-at' | 'no-arrow-functions' | 'no-async-functions' | 'no-async-iteration' | 'no-atomics-waitasync' | 'no-atomics' | 'no-bigint' | 'no-binary-numeric-literals' | 'no-block-scoped-functions' | 'no-block-scoped-variables' | 'no-class-fields' | 'no-class-static-block' | 'no-classes' | 'no-computed-properties' | 'no-date-now' | 'no-date-prototype-getyear-setyear' | 'no-date-prototype-togmtstring' | 'no-default-parameters' | 'no-destructuring' | 'no-dynamic-import' | 'no-error-cause' | 'no-escape-unescape' | 'no-exponential-operators' | 'no-export-ns-from' | 'no-for-of-loops' | 'no-function-declarations-in-if-statement-clauses-without-block' | 'no-function-prototype-bind' | 'no-generators' | 'no-global-this' | 'no-hashbang' | 'no-import-meta' | 'no-initializers-in-for-in' | 'no-intl-datetimeformat-prototype-formatrange' | 'no-intl-datetimeformat-prototype-formattoparts' | 'no-intl-displaynames' | 'no-intl-getcanonicallocales' | 'no-intl-listformat' | 'no-intl-locale' | 'no-intl-numberformat-prototype-formatrange' | 'no-intl-numberformat-prototype-formatrangetoparts' | 'no-intl-numberformat-prototype-formattoparts' | 'no-intl-pluralrules-prototype-selectrange' | 'no-intl-pluralrules' | 'no-intl-relativetimeformat' | 'no-intl-segmenter' | 'no-intl-supportedvaluesof' | 'no-json-superset' | 'no-json' | 'no-keyword-properties' | 'no-labelled-function-declarations' | 'no-legacy-object-prototype-accessor-methods' | 'no-logical-assignment-operators' | 'no-malformed-template-literals' | 'no-map' | 'no-math-acosh' | 'no-math-asinh' | 'no-math-atanh' | 'no-math-cbrt' | 'no-math-clz32' | 'no-math-cosh' | 'no-math-expm1' | 'no-math-fround' | 'no-math-hypot' | 'no-math-imul' | 'no-math-log1p' | 'no-math-log2' | 'no-math-log10' | 'no-math-sign' | 'no-math-sinh' | 'no-math-tanh' | 'no-math-trunc' | 'no-modules' | 'no-new-target' | 'no-nullish-coalescing-operators' | 'no-number-epsilon' | 'no-number-isfinite' | 'no-number-isinteger' | 'no-number-isnan' | 'no-number-issafeinteger' | 'no-number-maxsafeinteger' | 'no-number-minsafeinteger' | 'no-number-parsefloat' | 'no-number-parseint' | 'no-numeric-separators' | 'no-object-assign' | 'no-object-create' | 'no-object-defineproperties' | 'no-object-defineproperty' | 'no-object-entries' | 'no-object-freeze' | 'no-object-fromentries' | 'no-object-getownpropertydescriptor' | 'no-object-getownpropertydescriptors' | 'no-object-getownpropertynames' | 'no-object-getownpropertysymbols' | 'no-object-getprototypeof' | 'no-object-hasown' | 'no-object-is' | 'no-object-isextensible' | 'no-object-isfrozen' | 'no-object-issealed' | 'no-object-keys' | 'no-object-map-groupby' | 'no-object-preventextensions' | 'no-object-seal' | 'no-object-setprototypeof' | 'no-object-super-properties' | 'no-object-values' | 'no-octal-numeric-literals' | 'no-optional-catch-binding' | 'no-optional-chaining' | 'no-private-in' | 'no-promise-all-settled' | 'no-promise-any' | 'no-promise-prototype-finally' | 'no-promise-withresolvers' | 'no-promise' | 'no-property-shorthands' | 'no-proxy' | 'no-reflect' | 'no-regexp-d-flag' | 'no-regexp-lookbehind-assertions' | 'no-regexp-named-capture-groups' | 'no-regexp-prototype-compile' | 'no-regexp-prototype-flags' | 'no-regexp-s-flag' | 'no-regexp-u-flag' | 'no-regexp-unicode-property-escapes-2019' | 'no-regexp-unicode-property-escapes-2020' | 'no-regexp-unicode-property-escapes-2021' | 'no-regexp-unicode-property-escapes-2022' | 'no-regexp-unicode-property-escapes-2023' | 'no-regexp-unicode-property-escapes' | 'no-regexp-v-flag' | 'no-regexp-y-flag' | 'no-resizable-and-growable-arraybuffers' | 'no-rest-parameters' | 'no-rest-spread-properties' | 'no-set' | 'no-shadow-catch-param' | 'no-shared-array-buffer' | 'no-spread-elements' | 'no-string-create-html-methods' | 'no-string-fromcodepoint' | 'no-string-prototype-codepointat' | 'no-string-prototype-endswith' | 'no-string-prototype-includes' | 'no-string-prototype-iswellformed-towellformed' | 'no-string-prototype-matchall' | 'no-string-prototype-normalize' | 'no-string-prototype-padstart-padend' | 'no-string-prototype-repeat' | 'no-string-prototype-replaceall' | 'no-string-prototype-startswith' | 'no-string-prototype-substr' | 'no-string-prototype-trim' | 'no-string-prototype-trimleft-trimright' | 'no-string-prototype-trimstart-trimend' | 'no-string-raw' | 'no-subclassing-builtins' | 'no-symbol-prototype-description' | 'no-symbol' | 'no-template-literals' | 'no-top-level-await' | 'no-trailing-commas' | 'no-trailing-function-commas' | 'no-typed-arrays' | 'no-unicode-codepoint-escapes' | 'no-weak-map' | 'no-weak-set' | 'no-weakrefs' | 'nullish-coalescing-operators' | 'nullishCoalescingOperators' | 'number-epsilon' | 'number-isfinite' | 'number-isinteger' | 'number-isnan' | 'number-issafeinteger' | 'number-maxsafeinteger' | 'number-minsafeinteger' | 'number-parsefloat' | 'number-parseint' | 'numberEpsilon' | 'numberIsfinite' | 'numberIsinteger' | 'numberIsnan' | 'numberIssafeinteger' | 'numberMaxsafeinteger' | 'numberMinsafeinteger' | 'numberParsefloat' | 'numberParseint' | 'numeric-separators' | 'numericSeparators' | 'object-assign' | 'object-create' | 'object-defineproperties' | 'object-defineproperty' | 'object-entries' | 'object-freeze' | 'object-fromentries' | 'object-getownpropertydescriptor' | 'object-getownpropertydescriptors' | 'object-getownpropertynames' | 'object-getownpropertysymbols' | 'object-getprototypeof' | 'object-hasown' | 'object-is' | 'object-isextensible' | 'object-isfrozen' | 'object-issealed' | 'object-keys' | 'object-map-groupby' | 'object-preventextensions' | 'object-seal' | 'object-setprototypeof' | 'object-super-properties' | 'object-values' | 'objectAssign' | 'objectCreate' | 'objectDefineproperties' | 'objectDefineproperty' | 'objectEntries' | 'objectFreeze' | 'objectFromentries' | 'objectGetownpropertydescriptor' | 'objectGetownpropertydescriptors' | 'objectGetownpropertynames' | 'objectGetownpropertysymbols' | 'objectGetprototypeof' | 'objectHasown' | 'objectIs' | 'objectIsextensible' | 'objectIsfrozen' | 'objectIssealed' | 'objectKeys' | 'objectMapGroupby' | 'objectPreventextensions' | 'objectSeal' | 'objectSetprototypeof' | 'objectSuperProperties' | 'objectValues' | 'octal-numeric-literals' | 'octalNumericLiterals' | 'optional-catch-binding' | 'optional-chaining' | 'optionalCatchBinding' | 'optionalChaining' | 'private-in' | 'privateIn' | 'promise-all-settled' | 'promise-any' | 'promise-prototype-finally' | 'promise-withresolvers' | 'promise' | 'promiseAllSettled' | 'promiseAny' | 'promisePrototypeFinally' | 'promiseWithresolvers' | 'property-shorthands' | 'propertyShorthands' | 'proxy' | 'reflect' | 'regexp-d-flag' | 'regexp-lookbehind-assertions' | 'regexp-named-capture-groups' | 'regexp-prototype-compile' | 'regexp-prototype-flags' | 'regexp-s-flag' | 'regexp-u-flag' | 'regexp-unicode-property-escapes-2019' | 'regexp-unicode-property-escapes-2020' | 'regexp-unicode-property-escapes-2021' | 'regexp-unicode-property-escapes-2022' | 'regexp-unicode-property-escapes-2023' | 'regexp-unicode-property-escapes' | 'regexp-v-flag' | 'regexp-y-flag' | 'regexpDFlag' | 'regexpLookbehind' | 'regexpLookbehindAssertions' | 'regexpNamedCaptureGroups' | 'regexpPrototypeCompile' | 'regexpPrototypeFlags' | 'regexpS' | 'regexpSFlag' | 'regexpU' | 'regexpUFlag' | 'regexpUnicodeProperties' | 'regexpUnicodePropertyEscapes' | 'regexpUnicodePropertyEscapes2019' | 'regexpUnicodePropertyEscapes2020' | 'regexpUnicodePropertyEscapes2021' | 'regexpUnicodePropertyEscapes2022' | 'regexpUnicodePropertyEscapes2023' | 'regexpVFlag' | 'regexpY' | 'regexpYFlag' | 'resizable-and-growable-arraybuffers' | 'resizableAndGrowableArraybuffers' | 'rest-parameters' | 'rest-spread-properties' | 'restParameters' | 'restSpreadProperties' | 'set' | 'shadow-catch-param' | 'shadowCatchParam' | 'shared-array-buffer' | 'sharedArrayBuffer' | 'spread-elements' | 'spreadElements' | 'string-create-html-methods' | 'string-fromcodepoint' | 'string-prototype-codepointat' | 'string-prototype-endswith' | 'string-prototype-includes' | 'string-prototype-iswellformed-towellformed' | 'string-prototype-matchall' | 'string-prototype-normalize' | 'string-prototype-padstart-padend' | 'string-prototype-repeat' | 'string-prototype-replaceall' | 'string-prototype-startswith' | 'string-prototype-substr' | 'string-prototype-trim' | 'string-prototype-trimleft-trimright' | 'string-prototype-trimstart-trimend' | 'string-raw' | 'stringCreateHtmlMethods' | 'stringFromcodepoint' | 'stringPrototypeCodepointat' | 'stringPrototypeEndswith' | 'stringPrototypeIncludes' | 'stringPrototypeIswellformedTowellformed' | 'stringPrototypeMatchall' | 'stringPrototypeNormalize' | 'stringPrototypePadstartPadend' | 'stringPrototypeRepeat' | 'stringPrototypeReplaceall' | 'stringPrototypeStartswith' | 'stringPrototypeSubstr' | 'stringPrototypeTrim' | 'stringPrototypeTrimleftTrimright' | 'stringPrototypeTrimstartTrimend' | 'stringRaw' | 'subclassing-builtins' | 'subclassingBuiltins' | 'symbol-prototype-description' | 'symbol' | 'symbolPrototypeDescription' | 'template-literals' | 'templateLiterals' | 'top-level-await' | 'topLevelAwait' | 'trailing-commas' | 'trailing-function-commas' | 'trailingCommas' | 'trailingCommasInFunctions' | 'trailingFunctionCommas' | 'typed-arrays' | 'typedArrays' | 'unicode-codepoint-escapes' | 'unicodeCodePointEscapes' | 'unicodeCodepointEscapes' | 'weak-map' | 'weak-set' | 'weakMap' | 'weakrefs' | 'weakSet')[];
|
|
2712
|
-
}
|
|
2713
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
2715
|
+
type Options = Readonly<{
|
|
2716
|
+
version?: string;
|
|
2717
|
+
ignores?: readonly ('no-accessor-properties' | 'accessor-properties' | 'accessorProperties' | 'no-arbitrary-module-namespace-names' | 'arbitrary-module-namespace-names' | 'arbitraryModuleNamespaceNames' | 'no-array-from' | 'array-from' | 'arrayFrom' | 'no-array-isarray' | 'array-isarray' | 'arrayIsarray' | 'no-array-of' | 'array-of' | 'arrayOf' | 'no-array-prototype-copywithin' | 'array-prototype-copywithin' | 'arrayPrototypeCopywithin' | 'no-array-prototype-entries' | 'array-prototype-entries' | 'arrayPrototypeEntries' | 'no-array-prototype-every' | 'array-prototype-every' | 'arrayPrototypeEvery' | 'no-array-prototype-fill' | 'array-prototype-fill' | 'arrayPrototypeFill' | 'no-array-prototype-filter' | 'array-prototype-filter' | 'arrayPrototypeFilter' | 'no-array-prototype-find' | 'array-prototype-find' | 'arrayPrototypeFind' | 'no-array-prototype-findindex' | 'array-prototype-findindex' | 'arrayPrototypeFindindex' | 'no-array-prototype-findlast-findlastindex' | 'array-prototype-findlast-findlastindex' | 'arrayPrototypeFindlastFindlastindex' | 'no-array-prototype-flat' | 'array-prototype-flat' | 'arrayPrototypeFlat' | 'no-array-prototype-foreach' | 'array-prototype-foreach' | 'arrayPrototypeForeach' | 'no-array-prototype-includes' | 'array-prototype-includes' | 'arrayPrototypeIncludes' | 'no-array-prototype-indexof' | 'array-prototype-indexof' | 'arrayPrototypeIndexof' | 'no-array-prototype-keys' | 'array-prototype-keys' | 'arrayPrototypeKeys' | 'no-array-prototype-lastindexof' | 'array-prototype-lastindexof' | 'arrayPrototypeLastindexof' | 'no-array-prototype-map' | 'array-prototype-map' | 'arrayPrototypeMap' | 'no-array-prototype-reduce' | 'array-prototype-reduce' | 'arrayPrototypeReduce' | 'no-array-prototype-reduceright' | 'array-prototype-reduceright' | 'arrayPrototypeReduceright' | 'no-array-prototype-some' | 'array-prototype-some' | 'arrayPrototypeSome' | 'no-array-prototype-toreversed' | 'array-prototype-toreversed' | 'arrayPrototypeToreversed' | 'no-array-prototype-tosorted' | 'array-prototype-tosorted' | 'arrayPrototypeTosorted' | 'no-array-prototype-tospliced' | 'array-prototype-tospliced' | 'arrayPrototypeTospliced' | 'no-array-prototype-values' | 'array-prototype-values' | 'arrayPrototypeValues' | 'no-array-prototype-with' | 'array-prototype-with' | 'arrayPrototypeWith' | 'no-array-string-prototype-at' | 'array-string-prototype-at' | 'arrayStringPrototypeAt' | 'no-arrow-functions' | 'arrow-functions' | 'arrowFunctions' | 'no-async-functions' | 'async-functions' | 'asyncFunctions' | 'no-async-iteration' | 'async-iteration' | 'asyncIteration' | 'no-atomics-waitasync' | 'atomics-waitasync' | 'atomicsWaitasync' | 'no-atomics' | 'atomics' | 'no-bigint' | 'bigint' | 'no-binary-numeric-literals' | 'binary-numeric-literals' | 'binaryNumericLiterals' | 'no-block-scoped-functions' | 'block-scoped-functions' | 'blockScopedFunctions' | 'no-block-scoped-variables' | 'block-scoped-variables' | 'blockScopedVariables' | 'no-class-fields' | 'class-fields' | 'classFields' | 'no-class-static-block' | 'class-static-block' | 'classStaticBlock' | 'no-classes' | 'classes' | 'no-computed-properties' | 'computed-properties' | 'computedProperties' | 'no-date-now' | 'date-now' | 'dateNow' | 'no-date-prototype-getyear-setyear' | 'date-prototype-getyear-setyear' | 'datePrototypeGetyearSetyear' | 'no-date-prototype-togmtstring' | 'date-prototype-togmtstring' | 'datePrototypeTogmtstring' | 'no-default-parameters' | 'default-parameters' | 'defaultParameters' | 'no-destructuring' | 'destructuring' | 'no-dynamic-import' | 'dynamic-import' | 'dynamicImport' | 'no-error-cause' | 'error-cause' | 'errorCause' | 'no-escape-unescape' | 'escape-unescape' | 'escapeUnescape' | 'no-exponential-operators' | 'exponential-operators' | 'exponentialOperators' | 'no-export-ns-from' | 'export-ns-from' | 'exportNsFrom' | 'no-for-of-loops' | 'for-of-loops' | 'forOfLoops' | 'no-function-declarations-in-if-statement-clauses-without-block' | 'function-declarations-in-if-statement-clauses-without-block' | 'functionDeclarationsInIfStatementClausesWithoutBlock' | 'no-function-prototype-bind' | 'function-prototype-bind' | 'functionPrototypeBind' | 'no-generators' | 'generators' | 'no-global-this' | 'global-this' | 'globalThis' | 'no-hashbang' | 'hashbang' | 'no-import-meta' | 'import-meta' | 'importMeta' | 'no-initializers-in-for-in' | 'initializers-in-for-in' | 'initializersInForIn' | 'no-intl-datetimeformat-prototype-formatrange' | 'intl-datetimeformat-prototype-formatrange' | 'intlDatetimeformatPrototypeFormatrange' | 'no-intl-datetimeformat-prototype-formattoparts' | 'intl-datetimeformat-prototype-formattoparts' | 'intlDatetimeformatPrototypeFormattoparts' | 'no-intl-displaynames' | 'intl-displaynames' | 'intlDisplaynames' | 'no-intl-getcanonicallocales' | 'intl-getcanonicallocales' | 'intlGetcanonicallocales' | 'no-intl-listformat' | 'intl-listformat' | 'intlListformat' | 'no-intl-locale' | 'intl-locale' | 'intlLocale' | 'no-intl-numberformat-prototype-formatrange' | 'intl-numberformat-prototype-formatrange' | 'intlNumberformatPrototypeFormatrange' | 'no-intl-numberformat-prototype-formatrangetoparts' | 'intl-numberformat-prototype-formatrangetoparts' | 'intlNumberformatPrototypeFormatrangetoparts' | 'no-intl-numberformat-prototype-formattoparts' | 'intl-numberformat-prototype-formattoparts' | 'intlNumberformatPrototypeFormattoparts' | 'no-intl-pluralrules-prototype-selectrange' | 'intl-pluralrules-prototype-selectrange' | 'intlPluralrulesPrototypeSelectrange' | 'no-intl-pluralrules' | 'intl-pluralrules' | 'intlPluralrules' | 'no-intl-relativetimeformat' | 'intl-relativetimeformat' | 'intlRelativetimeformat' | 'no-intl-segmenter' | 'intl-segmenter' | 'intlSegmenter' | 'no-intl-supportedvaluesof' | 'intl-supportedvaluesof' | 'intlSupportedvaluesof' | 'no-json-superset' | 'json-superset' | 'jsonSuperset' | 'no-json' | 'json' | 'no-keyword-properties' | 'keyword-properties' | 'keywordProperties' | 'no-labelled-function-declarations' | 'labelled-function-declarations' | 'labelledFunctionDeclarations' | 'no-legacy-object-prototype-accessor-methods' | 'legacy-object-prototype-accessor-methods' | 'legacyObjectPrototypeAccessorMethods' | 'no-logical-assignment-operators' | 'logical-assignment-operators' | 'logicalAssignmentOperators' | 'no-malformed-template-literals' | 'malformed-template-literals' | 'malformedTemplateLiterals' | 'no-map' | 'map' | 'no-math-acosh' | 'math-acosh' | 'mathAcosh' | 'no-math-asinh' | 'math-asinh' | 'mathAsinh' | 'no-math-atanh' | 'math-atanh' | 'mathAtanh' | 'no-math-cbrt' | 'math-cbrt' | 'mathCbrt' | 'no-math-clz32' | 'math-clz32' | 'mathClz32' | 'no-math-cosh' | 'math-cosh' | 'mathCosh' | 'no-math-expm1' | 'math-expm1' | 'mathExpm1' | 'no-math-fround' | 'math-fround' | 'mathFround' | 'no-math-hypot' | 'math-hypot' | 'mathHypot' | 'no-math-imul' | 'math-imul' | 'mathImul' | 'no-math-log10' | 'math-log10' | 'mathLog10' | 'no-math-log1p' | 'math-log1p' | 'mathLog1p' | 'no-math-log2' | 'math-log2' | 'mathLog2' | 'no-math-sign' | 'math-sign' | 'mathSign' | 'no-math-sinh' | 'math-sinh' | 'mathSinh' | 'no-math-tanh' | 'math-tanh' | 'mathTanh' | 'no-math-trunc' | 'math-trunc' | 'mathTrunc' | 'no-modules' | 'modules' | 'no-new-target' | 'new-target' | 'newTarget' | 'new.target' | 'no-nullish-coalescing-operators' | 'nullish-coalescing-operators' | 'nullishCoalescingOperators' | 'no-number-epsilon' | 'number-epsilon' | 'numberEpsilon' | 'no-number-isfinite' | 'number-isfinite' | 'numberIsfinite' | 'no-number-isinteger' | 'number-isinteger' | 'numberIsinteger' | 'no-number-isnan' | 'number-isnan' | 'numberIsnan' | 'no-number-issafeinteger' | 'number-issafeinteger' | 'numberIssafeinteger' | 'no-number-maxsafeinteger' | 'number-maxsafeinteger' | 'numberMaxsafeinteger' | 'no-number-minsafeinteger' | 'number-minsafeinteger' | 'numberMinsafeinteger' | 'no-number-parsefloat' | 'number-parsefloat' | 'numberParsefloat' | 'no-number-parseint' | 'number-parseint' | 'numberParseint' | 'no-numeric-separators' | 'numeric-separators' | 'numericSeparators' | 'no-object-assign' | 'object-assign' | 'objectAssign' | 'no-object-create' | 'object-create' | 'objectCreate' | 'no-object-defineproperties' | 'object-defineproperties' | 'objectDefineproperties' | 'no-object-defineproperty' | 'object-defineproperty' | 'objectDefineproperty' | 'no-object-entries' | 'object-entries' | 'objectEntries' | 'no-object-freeze' | 'object-freeze' | 'objectFreeze' | 'no-object-fromentries' | 'object-fromentries' | 'objectFromentries' | 'no-object-getownpropertydescriptor' | 'object-getownpropertydescriptor' | 'objectGetownpropertydescriptor' | 'no-object-getownpropertydescriptors' | 'object-getownpropertydescriptors' | 'objectGetownpropertydescriptors' | 'no-object-getownpropertynames' | 'object-getownpropertynames' | 'objectGetownpropertynames' | 'no-object-getownpropertysymbols' | 'object-getownpropertysymbols' | 'objectGetownpropertysymbols' | 'no-object-getprototypeof' | 'object-getprototypeof' | 'objectGetprototypeof' | 'no-object-hasown' | 'object-hasown' | 'objectHasown' | 'no-object-is' | 'object-is' | 'objectIs' | 'no-object-isextensible' | 'object-isextensible' | 'objectIsextensible' | 'no-object-isfrozen' | 'object-isfrozen' | 'objectIsfrozen' | 'no-object-issealed' | 'object-issealed' | 'objectIssealed' | 'no-object-keys' | 'object-keys' | 'objectKeys' | 'no-object-map-groupby' | 'object-map-groupby' | 'objectMapGroupby' | 'no-object-preventextensions' | 'object-preventextensions' | 'objectPreventextensions' | 'no-object-seal' | 'object-seal' | 'objectSeal' | 'no-object-setprototypeof' | 'object-setprototypeof' | 'objectSetprototypeof' | 'no-object-super-properties' | 'object-super-properties' | 'objectSuperProperties' | 'no-object-values' | 'object-values' | 'objectValues' | 'no-octal-numeric-literals' | 'octal-numeric-literals' | 'octalNumericLiterals' | 'no-optional-catch-binding' | 'optional-catch-binding' | 'optionalCatchBinding' | 'no-optional-chaining' | 'optional-chaining' | 'optionalChaining' | 'no-private-in' | 'private-in' | 'privateIn' | 'no-promise-all-settled' | 'promise-all-settled' | 'promiseAllSettled' | 'no-promise-any' | 'promise-any' | 'promiseAny' | 'no-promise-prototype-finally' | 'promise-prototype-finally' | 'promisePrototypeFinally' | 'no-promise-withresolvers' | 'promise-withresolvers' | 'promiseWithresolvers' | 'no-promise' | 'promise' | 'no-property-shorthands' | 'property-shorthands' | 'propertyShorthands' | 'no-proxy' | 'proxy' | 'no-reflect' | 'reflect' | 'no-regexp-d-flag' | 'regexp-d-flag' | 'regexpDFlag' | 'no-regexp-lookbehind-assertions' | 'regexp-lookbehind-assertions' | 'regexpLookbehindAssertions' | 'regexpLookbehind' | 'no-regexp-named-capture-groups' | 'regexp-named-capture-groups' | 'regexpNamedCaptureGroups' | 'no-regexp-prototype-compile' | 'regexp-prototype-compile' | 'regexpPrototypeCompile' | 'no-regexp-prototype-flags' | 'regexp-prototype-flags' | 'regexpPrototypeFlags' | 'no-regexp-s-flag' | 'regexp-s-flag' | 'regexpSFlag' | 'regexpS' | 'no-regexp-u-flag' | 'regexp-u-flag' | 'regexpUFlag' | 'regexpU' | 'no-regexp-unicode-property-escapes-2019' | 'regexp-unicode-property-escapes-2019' | 'regexpUnicodePropertyEscapes2019' | 'no-regexp-unicode-property-escapes-2020' | 'regexp-unicode-property-escapes-2020' | 'regexpUnicodePropertyEscapes2020' | 'no-regexp-unicode-property-escapes-2021' | 'regexp-unicode-property-escapes-2021' | 'regexpUnicodePropertyEscapes2021' | 'no-regexp-unicode-property-escapes-2022' | 'regexp-unicode-property-escapes-2022' | 'regexpUnicodePropertyEscapes2022' | 'no-regexp-unicode-property-escapes-2023' | 'regexp-unicode-property-escapes-2023' | 'regexpUnicodePropertyEscapes2023' | 'no-regexp-unicode-property-escapes' | 'regexp-unicode-property-escapes' | 'regexpUnicodePropertyEscapes' | 'regexpUnicodeProperties' | 'no-regexp-v-flag' | 'regexp-v-flag' | 'regexpVFlag' | 'no-regexp-y-flag' | 'regexp-y-flag' | 'regexpYFlag' | 'regexpY' | 'no-resizable-and-growable-arraybuffers' | 'resizable-and-growable-arraybuffers' | 'resizableAndGrowableArraybuffers' | 'no-rest-parameters' | 'rest-parameters' | 'restParameters' | 'no-rest-spread-properties' | 'rest-spread-properties' | 'restSpreadProperties' | 'no-set' | 'set' | 'no-shadow-catch-param' | 'shadow-catch-param' | 'shadowCatchParam' | 'no-shared-array-buffer' | 'shared-array-buffer' | 'sharedArrayBuffer' | 'no-spread-elements' | 'spread-elements' | 'spreadElements' | 'no-string-create-html-methods' | 'string-create-html-methods' | 'stringCreateHtmlMethods' | 'no-string-fromcodepoint' | 'string-fromcodepoint' | 'stringFromcodepoint' | 'no-string-prototype-codepointat' | 'string-prototype-codepointat' | 'stringPrototypeCodepointat' | 'no-string-prototype-endswith' | 'string-prototype-endswith' | 'stringPrototypeEndswith' | 'no-string-prototype-includes' | 'string-prototype-includes' | 'stringPrototypeIncludes' | 'no-string-prototype-iswellformed-towellformed' | 'string-prototype-iswellformed-towellformed' | 'stringPrototypeIswellformedTowellformed' | 'no-string-prototype-matchall' | 'string-prototype-matchall' | 'stringPrototypeMatchall' | 'no-string-prototype-normalize' | 'string-prototype-normalize' | 'stringPrototypeNormalize' | 'no-string-prototype-padstart-padend' | 'string-prototype-padstart-padend' | 'stringPrototypePadstartPadend' | 'no-string-prototype-repeat' | 'string-prototype-repeat' | 'stringPrototypeRepeat' | 'no-string-prototype-replaceall' | 'string-prototype-replaceall' | 'stringPrototypeReplaceall' | 'no-string-prototype-startswith' | 'string-prototype-startswith' | 'stringPrototypeStartswith' | 'no-string-prototype-substr' | 'string-prototype-substr' | 'stringPrototypeSubstr' | 'no-string-prototype-trim' | 'string-prototype-trim' | 'stringPrototypeTrim' | 'no-string-prototype-trimleft-trimright' | 'string-prototype-trimleft-trimright' | 'stringPrototypeTrimleftTrimright' | 'no-string-prototype-trimstart-trimend' | 'string-prototype-trimstart-trimend' | 'stringPrototypeTrimstartTrimend' | 'no-string-raw' | 'string-raw' | 'stringRaw' | 'no-subclassing-builtins' | 'subclassing-builtins' | 'subclassingBuiltins' | 'no-symbol-prototype-description' | 'symbol-prototype-description' | 'symbolPrototypeDescription' | 'no-symbol' | 'symbol' | 'no-template-literals' | 'template-literals' | 'templateLiterals' | 'no-top-level-await' | 'top-level-await' | 'topLevelAwait' | 'no-trailing-commas' | 'trailing-commas' | 'trailingCommas' | 'no-trailing-function-commas' | 'trailing-function-commas' | 'trailingFunctionCommas' | 'trailingCommasInFunctions' | 'no-typed-arrays' | 'typed-arrays' | 'typedArrays' | 'no-unicode-codepoint-escapes' | 'unicode-codepoint-escapes' | 'unicodeCodepointEscapes' | 'unicodeCodePointEscapes' | 'no-weak-map' | 'weak-map' | 'weakMap' | 'no-weak-set' | 'weak-set' | 'weakSet' | 'no-weakrefs' | 'weakrefs')[];
|
|
2718
|
+
}>;
|
|
2719
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
2714
2720
|
}
|
|
2715
2721
|
/**
|
|
2716
2722
|
* Disallow unsupported Node.js built-in APIs on the specified version
|
|
@@ -4370,12 +4376,12 @@ declare namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
4370
4376
|
* ]
|
|
4371
4377
|
* ```
|
|
4372
4378
|
*/
|
|
4373
|
-
type Options = {
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
readonly ignores?: readonly ('__dirname' | '__filename' | '_http_agent' | '_http_client' | '_http_common' | '_http_incoming' | '_http_outgoing' | '_http_server' | 'AbortController' | 'AbortSignal.abort' | 'AbortSignal.any' | 'AbortSignal.timeout' | 'AbortSignal' | 'assert.Assert' | 'assert.assert' | 'assert.CallTracker' | 'assert.deepEqual' | 'assert.deepStrictEqual' | 'assert.doesNotMatch' | 'assert.doesNotReject' | 'assert.doesNotThrow' | 'assert.equal' | 'assert.fail' | 'assert.ifError' | 'assert.match' | 'assert.notDeepEqual' | 'assert.notDeepStrictEqual' | 'assert.notEqual' | 'assert.notStrictEqual' | 'assert.ok' | 'assert.partialDeepStrictEqual' | 'assert.rejects' | 'assert.strict.Assert' | 'assert.strict.assert' | 'assert.strict.CallTracker' | 'assert.strict.deepEqual' | 'assert.strict.deepStrictEqual' | 'assert.strict.doesNotMatch' | 'assert.strict.doesNotReject' | 'assert.strict.doesNotThrow' | 'assert.strict.equal' | 'assert.strict.fail' | 'assert.strict.ifError' | 'assert.strict.match' | 'assert.strict.notDeepEqual' | 'assert.strict.notDeepStrictEqual' | 'assert.strict.notEqual' | 'assert.strict.notStrictEqual' | 'assert.strict.ok' | 'assert.strict.partialDeepStrictEqual' | 'assert.strict.rejects' | 'assert.strict.strictEqual' | 'assert.strict.throws' | 'assert.strict' | 'assert.strictEqual' | 'assert.throws' | 'assert' | 'assert/strict.Assert' | 'assert/strict.assert' | 'assert/strict.CallTracker' | 'assert/strict.deepEqual' | 'assert/strict.deepStrictEqual' | 'assert/strict.doesNotMatch' | 'assert/strict.doesNotReject' | 'assert/strict.doesNotThrow' | 'assert/strict.equal' | 'assert/strict.fail' | 'assert/strict.ifError' | 'assert/strict.match' | 'assert/strict.notDeepEqual' | 'assert/strict.notDeepStrictEqual' | 'assert/strict.notEqual' | 'assert/strict.notStrictEqual' | 'assert/strict.ok' | 'assert/strict.partialDeepStrictEqual' | 'assert/strict.rejects' | 'assert/strict.strictEqual' | 'assert/strict.throws' | 'assert/strict' | 'async_hooks.AsyncLocalStorage.bind' | 'async_hooks.AsyncLocalStorage.snapshot' | 'async_hooks.AsyncLocalStorage' | 'async_hooks.AsyncResource.bind' | 'async_hooks.AsyncResource' | 'async_hooks.createHook' | 'async_hooks.executionAsyncId' | 'async_hooks.executionAsyncResource' | 'async_hooks.triggerAsyncId' | 'async_hooks' | 'atob' | 'Blob' | 'BroadcastChannel' | 'btoa' | 'Buffer.alloc' | 'Buffer.allocUnsafe' | 'Buffer.allocUnsafeSlow' | 'buffer.atob' | 'buffer.Blob' | 'buffer.btoa' | 'buffer.Buffer.alloc' | 'buffer.Buffer.allocUnsafe' | 'buffer.Buffer.allocUnsafeSlow' | 'buffer.Buffer.byteLength' | 'buffer.Buffer.compare' | 'buffer.Buffer.concat' | 'buffer.Buffer.copyBytesFrom' | 'buffer.Buffer.from' | 'buffer.Buffer.isBuffer' | 'buffer.Buffer.isEncoding' | 'buffer.Buffer' | 'Buffer.byteLength' | 'Buffer.compare' | 'Buffer.concat' | 'buffer.constants' | 'Buffer.copyBytesFrom' | 'buffer.File' | 'Buffer.from' | 'buffer.INSPECT_MAX_BYTES' | 'buffer.isAscii' | 'Buffer.isBuffer' | 'Buffer.isEncoding' | 'buffer.isUtf8' | 'buffer.kMaxLength' | 'buffer.kStringMaxLength' | 'buffer.resolveObjectURL' | 'buffer.SlowBuffer' | 'buffer.transcode' | 'Buffer' | 'buffer' | 'ByteLengthQueuingStrategy' | 'child_process.ChildProcess' | 'child_process.exec' | 'child_process.execFile' | 'child_process.execFileSync' | 'child_process.execSync' | 'child_process.fork' | 'child_process.spawn' | 'child_process.spawnSync' | 'child_process' | 'clearImmediate' | 'clearInterval' | 'clearTimeout' | 'CloseEvent' | 'cluster.disconnect' | 'cluster.fork' | 'cluster.isMaster' | 'cluster.isPrimary' | 'cluster.isWorker' | 'cluster.schedulingPolicy' | 'cluster.settings' | 'cluster.setupMaster' | 'cluster.setupPrimary' | 'cluster.Worker' | 'cluster.worker' | 'cluster.workers' | 'cluster' | 'CompressionStream' | 'console.assert' | 'console.clear' | 'console.Console' | 'console.count' | 'console.countReset' | 'console.debug' | 'console.dir' | 'console.dirxml' | 'console.error' | 'console.group' | 'console.groupCollapsed' | 'console.groupEnd' | 'console.info' | 'console.log' | 'console.profile' | 'console.profileEnd' | 'console.table' | 'console.time' | 'console.timeEnd' | 'console.timeLog' | 'console.timeStamp' | 'console.trace' | 'console.warn' | 'console' | 'CountQueuingStrategy' | 'crypto.Certificate.exportChallenge' | 'crypto.Certificate.exportPublicKey' | 'crypto.Certificate.verifySpkac' | 'crypto.Certificate' | 'crypto.checkPrime' | 'crypto.checkPrimeSync' | 'crypto.Cipher' | 'crypto.constants' | 'crypto.createCipher' | 'crypto.createCipheriv' | 'crypto.createDecipher' | 'crypto.createDecipheriv' | 'crypto.createDiffieHellman' | 'crypto.createDiffieHellmanGroup' | 'crypto.createECDH' | 'crypto.createHash' | 'crypto.createHmac' | 'crypto.createPrivateKey' | 'crypto.createPublicKey' | 'crypto.createSecretKey' | 'crypto.createSign' | 'crypto.createVerify' | 'crypto.Decipher' | 'crypto.DiffieHellman' | 'crypto.diffieHellman' | 'crypto.DiffieHellmanGroup' | 'crypto.ECDH.convertKey' | 'crypto.ECDH' | 'crypto.fips' | 'crypto.generateKey' | 'crypto.generateKeyPair' | 'crypto.generateKeyPairSync' | 'crypto.generateKeySync' | 'crypto.generatePrime' | 'crypto.generatePrimeSync' | 'crypto.getCipherInfo' | 'crypto.getCiphers' | 'crypto.getCurves' | 'crypto.getDiffieHellman' | 'crypto.getFips' | 'crypto.getHashes' | 'crypto.getRandomValues' | 'crypto.Hash' | 'crypto.hash' | 'crypto.Hash()' | 'crypto.hkdf' | 'crypto.hkdfSync' | 'crypto.Hmac' | 'crypto.Hmac()' | 'crypto.KeyObject.from' | 'crypto.KeyObject' | 'crypto.pbkdf2' | 'crypto.pbkdf2Sync' | 'crypto.privateDecrypt' | 'crypto.privateEncrypt' | 'crypto.publicDecrypt' | 'crypto.publicEncrypt' | 'crypto.randomBytes' | 'crypto.randomFill' | 'crypto.randomFillSync' | 'crypto.randomInt' | 'crypto.randomUUID' | 'crypto.scrypt' | 'crypto.scryptSync' | 'crypto.secureHeapUsed' | 'crypto.setEngine' | 'crypto.setFips' | 'crypto.Sign' | 'crypto.sign' | 'crypto.subtle.decrypt' | 'crypto.subtle.deriveBits' | 'crypto.subtle.deriveKey' | 'crypto.subtle.digest' | 'crypto.subtle.encrypt' | 'crypto.subtle.exportKey' | 'crypto.subtle.generateKey' | 'crypto.subtle.importKey' | 'crypto.subtle.sign' | 'crypto.subtle.unwrapKey' | 'crypto.subtle.verify' | 'crypto.subtle.wrapKey' | 'crypto.subtle' | 'crypto.timingSafeEqual' | 'crypto.Verify' | 'crypto.verify' | 'crypto.webcrypto.getRandomValues' | 'crypto.webcrypto.randomUUID' | 'crypto.webcrypto.subtle.decrypt' | 'crypto.webcrypto.subtle.deriveBits' | 'crypto.webcrypto.subtle.deriveKey' | 'crypto.webcrypto.subtle.digest' | 'crypto.webcrypto.subtle.encrypt' | 'crypto.webcrypto.subtle.exportKey' | 'crypto.webcrypto.subtle.generateKey' | 'crypto.webcrypto.subtle.importKey' | 'crypto.webcrypto.subtle.sign' | 'crypto.webcrypto.subtle.unwrapKey' | 'crypto.webcrypto.subtle.verify' | 'crypto.webcrypto.subtle.wrapKey' | 'crypto.webcrypto.subtle' | 'crypto.webcrypto' | 'crypto.X509Certificate' | 'Crypto' | 'crypto' | 'CryptoKey' | 'CustomEvent' | 'DecompressionStream' | 'dgram.createSocket' | 'dgram.Socket' | 'dgram' | 'diagnostics_channel.Channel' | 'diagnostics_channel.channel' | 'diagnostics_channel.hasSubscribers' | 'diagnostics_channel.subscribe' | 'diagnostics_channel.TracingChannel' | 'diagnostics_channel.tracingChannel' | 'diagnostics_channel.unsubscribe' | 'diagnostics_channel' | 'dns.getDefaultResultOrder' | 'dns.getServers' | 'dns.lookup' | 'dns.lookupService' | 'dns.promises.cancel' | 'dns.promises.getDefaultResultOrder' | 'dns.promises.getServers' | 'dns.promises.lookup' | 'dns.promises.lookupService' | 'dns.promises.resolve' | 'dns.promises.resolve4' | 'dns.promises.resolve6' | 'dns.promises.resolveAny' | 'dns.promises.resolveCaa' | 'dns.promises.resolveCname' | 'dns.promises.resolveMx' | 'dns.promises.resolveNaptr' | 'dns.promises.resolveNs' | 'dns.promises.resolvePtr' | 'dns.promises.Resolver' | 'dns.promises.resolveSoa' | 'dns.promises.resolveSrv' | 'dns.promises.resolveTlsa' | 'dns.promises.resolveTxt' | 'dns.promises.reverse' | 'dns.promises.setDefaultResultOrder' | 'dns.promises.setServers' | 'dns.promises' | 'dns.resolve' | 'dns.resolve4' | 'dns.resolve6' | 'dns.resolveAny' | 'dns.resolveCaa' | 'dns.resolveCname' | 'dns.resolveMx' | 'dns.resolveNaptr' | 'dns.resolveNs' | 'dns.resolvePtr' | 'dns.Resolver' | 'dns.resolveSoa' | 'dns.resolveSrv' | 'dns.resolveTlsa' | 'dns.resolveTxt' | 'dns.reverse' | 'dns.setDefaultResultOrder' | 'dns.setServers' | 'dns' | 'dns/promises.cancel' | 'dns/promises.getDefaultResultOrder' | 'dns/promises.getServers' | 'dns/promises.lookup' | 'dns/promises.lookupService' | 'dns/promises.resolve' | 'dns/promises.resolve4' | 'dns/promises.resolve6' | 'dns/promises.resolveAny' | 'dns/promises.resolveCaa' | 'dns/promises.resolveCname' | 'dns/promises.resolveMx' | 'dns/promises.resolveNaptr' | 'dns/promises.resolveNs' | 'dns/promises.resolvePtr' | 'dns/promises.Resolver' | 'dns/promises.resolveSoa' | 'dns/promises.resolveSrv' | 'dns/promises.resolveTlsa' | 'dns/promises.resolveTxt' | 'dns/promises.reverse' | 'dns/promises.setDefaultResultOrder' | 'dns/promises.setServers' | 'dns/promises' | 'domain.create' | 'domain.Domain' | 'domain' | 'DOMException' | 'Event' | 'events.addAbortListener' | 'events.captureRejections' | 'events.captureRejectionSymbol' | 'events.CustomEvent' | 'events.defaultMaxListeners' | 'events.errorMonitor' | 'events.Event' | 'events.EventEmitter.addAbortListener' | 'events.EventEmitter.captureRejections' | 'events.EventEmitter.captureRejectionSymbol' | 'events.EventEmitter.defaultMaxListeners' | 'events.EventEmitter.errorMonitor' | 'events.EventEmitter.getEventListeners' | 'events.EventEmitter.getMaxListeners' | 'events.EventEmitter.listenerCount' | 'events.EventEmitter.on' | 'events.EventEmitter.once' | 'events.EventEmitter.setMaxListeners' | 'events.EventEmitter' | 'events.EventEmitterAsyncResource.addAbortListener' | 'events.EventEmitterAsyncResource.captureRejections' | 'events.EventEmitterAsyncResource.captureRejectionSymbol' | 'events.EventEmitterAsyncResource.defaultMaxListeners' | 'events.EventEmitterAsyncResource.errorMonitor' | 'events.EventEmitterAsyncResource.getEventListeners' | 'events.EventEmitterAsyncResource.getMaxListeners' | 'events.EventEmitterAsyncResource.listenerCount' | 'events.EventEmitterAsyncResource.on' | 'events.EventEmitterAsyncResource.once' | 'events.EventEmitterAsyncResource.setMaxListeners' | 'events.EventEmitterAsyncResource' | 'events.EventTarget' | 'events.getEventListeners' | 'events.getMaxListeners' | 'events.listenerCount' | 'events.NodeEventTarget' | 'events.on' | 'events.once' | 'events.setMaxListeners' | 'events' | 'EventSource' | 'EventTarget' | 'exports' | 'fetch' | 'File' | 'FormData' | 'fs.access' | 'fs.accessSync' | 'fs.appendFile' | 'fs.appendFileSync' | 'fs.chmod' | 'fs.chmodSync' | 'fs.chown' | 'fs.chownSync' | 'fs.close' | 'fs.closeSync' | 'fs.common_objects' | 'fs.constants' | 'fs.copyFile' | 'fs.copyFileSync' | 'fs.cp' | 'fs.cpSync' | 'fs.createReadStream' | 'fs.createWriteStream' | 'fs.Dir' | 'fs.Dirent' | 'fs.exists' | 'fs.existsSync' | 'fs.fchmod' | 'fs.fchmodSync' | 'fs.fchown' | 'fs.fchownSync' | 'fs.fdatasync' | 'fs.fdatasyncSync' | 'fs.fstat' | 'fs.fstatSync' | 'fs.FSWatcher' | 'fs.fsync' | 'fs.fsyncSync' | 'fs.ftruncate' | 'fs.ftruncateSync' | 'fs.futimes' | 'fs.futimesSync' | 'fs.glob' | 'fs.globSync' | 'fs.lchmod' | 'fs.lchmodSync' | 'fs.lchown' | 'fs.lchownSync' | 'fs.link' | 'fs.linkSync' | 'fs.lstat' | 'fs.lstatSync' | 'fs.lutimes' | 'fs.lutimesSync' | 'fs.mkdir' | 'fs.mkdirSync' | 'fs.mkdtemp' | 'fs.mkdtempSync' | 'fs.native' | 'fs.open' | 'fs.openAsBlob' | 'fs.opendir' | 'fs.opendirSync' | 'fs.openSync' | 'fs.promises.access' | 'fs.promises.appendFile' | 'fs.promises.chmod' | 'fs.promises.chown' | 'fs.promises.constants' | 'fs.promises.copyFile' | 'fs.promises.cp' | 'fs.promises.FileHandle' | 'fs.promises.glob' | 'fs.promises.lchmod' | 'fs.promises.lchown' | 'fs.promises.link' | 'fs.promises.lstat' | 'fs.promises.lutimes' | 'fs.promises.mkdir' | 'fs.promises.mkdtemp' | 'fs.promises.open' | 'fs.promises.opendir' | 'fs.promises.readdir' | 'fs.promises.readFile' | 'fs.promises.readlink' | 'fs.promises.realpath' | 'fs.promises.rename' | 'fs.promises.rm' | 'fs.promises.rmdir' | 'fs.promises.stat' | 'fs.promises.statfs' | 'fs.promises.symlink' | 'fs.promises.truncate' | 'fs.promises.unlink' | 'fs.promises.utimes' | 'fs.promises.watch' | 'fs.promises.writeFile' | 'fs.promises' | 'fs.read' | 'fs.readdir' | 'fs.readdirSync' | 'fs.readFile' | 'fs.readFileSync' | 'fs.readlink' | 'fs.readlinkSync' | 'fs.ReadStream' | 'fs.readSync' | 'fs.readv' | 'fs.readvSync' | 'fs.realpath.native' | 'fs.realpath' | 'fs.realpathSync.native' | 'fs.realpathSync' | 'fs.rename' | 'fs.renameSync' | 'fs.rm' | 'fs.rmdir' | 'fs.rmdirSync' | 'fs.rmSync' | 'fs.stat' | 'fs.StatFs' | 'fs.statfs' | 'fs.statfsSync' | 'fs.Stats' | 'fs.Stats()' | 'fs.statSync' | 'fs.StatWatcher' | 'fs.symlink' | 'fs.symlinkSync' | 'fs.truncate' | 'fs.truncateSync' | 'fs.unlink' | 'fs.unlinkSync' | 'fs.unwatchFile' | 'fs.utimes' | 'fs.utimesSync' | 'fs.watch' | 'fs.watchFile' | 'fs.write' | 'fs.writeFile' | 'fs.writeFileSync' | 'fs.WriteStream' | 'fs.writeSync' | 'fs.writev' | 'fs.writevSync' | 'fs' | 'fs/promises.access' | 'fs/promises.appendFile' | 'fs/promises.chmod' | 'fs/promises.chown' | 'fs/promises.constants' | 'fs/promises.copyFile' | 'fs/promises.cp' | 'fs/promises.FileHandle' | 'fs/promises.glob' | 'fs/promises.lchmod' | 'fs/promises.lchown' | 'fs/promises.link' | 'fs/promises.lstat' | 'fs/promises.lutimes' | 'fs/promises.mkdir' | 'fs/promises.mkdtemp' | 'fs/promises.open' | 'fs/promises.opendir' | 'fs/promises.readdir' | 'fs/promises.readFile' | 'fs/promises.readlink' | 'fs/promises.realpath' | 'fs/promises.rename' | 'fs/promises.rm' | 'fs/promises.rmdir' | 'fs/promises.stat' | 'fs/promises.statfs' | 'fs/promises.symlink' | 'fs/promises.truncate' | 'fs/promises.unlink' | 'fs/promises.utimes' | 'fs/promises.watch' | 'fs/promises.writeFile' | 'fs/promises' | 'global' | 'Headers' | 'http.Agent' | 'http.ClientRequest' | 'http.createServer' | 'http.get' | 'http.globalAgent' | 'http.IncomingMessage' | 'http.maxHeaderSize' | 'http.METHODS' | 'http.OutgoingMessage' | 'http.request' | 'http.Server' | 'http.ServerResponse' | 'http.setMaxIdleHTTPParsers' | 'http.STATUS_CODES' | 'http.validateHeaderName' | 'http.validateHeaderValue' | 'http.WebSocket' | 'http' | 'http2.ClientHttp2Session' | 'http2.ClientHttp2Stream' | 'http2.connect' | 'http2.constants' | 'http2.createSecureServer' | 'http2.createServer' | 'http2.getDefaultSettings' | 'http2.getPackedSettings' | 'http2.getUnpackedSettings' | 'http2.Http2SecureServer' | 'http2.Http2Server' | 'http2.Http2ServerRequest' | 'http2.Http2ServerResponse' | 'http2.Http2Session' | 'http2.Http2Stream' | 'http2.performServerHandshake' | 'http2.sensitiveHeaders' | 'http2.ServerHttp2Session' | 'http2.ServerHttp2Stream' | 'http2' | 'https.Agent' | 'https.createServer' | 'https.get' | 'https.globalAgent' | 'https.request' | 'https.Server' | 'https' | 'import.meta.dirname' | 'import.meta.filename' | 'import.meta.main' | 'import.meta.resolve' | 'inspector.close' | 'inspector.console' | 'inspector.Network.dataReceived' | 'inspector.Network.dataSent' | 'inspector.Network.loadingFailed' | 'inspector.Network.loadingFinished' | 'inspector.Network.requestWillBeSent' | 'inspector.Network.responseReceived' | 'inspector.NetworkResources.put' | 'inspector.open' | 'inspector.Session' | 'inspector.url' | 'inspector.waitForDebugger' | 'inspector' | 'inspector/promises.close' | 'inspector/promises.console' | 'inspector/promises.Network.dataReceived' | 'inspector/promises.Network.dataSent' | 'inspector/promises.Network.loadingFailed' | 'inspector/promises.Network.loadingFinished' | 'inspector/promises.Network.requestWillBeSent' | 'inspector/promises.Network.responseReceived' | 'inspector/promises.NetworkResources.put' | 'inspector/promises.open' | 'inspector/promises.Session' | 'inspector/promises.url' | 'inspector/promises.waitForDebugger' | 'inspector/promises' | 'localStorage' | 'MessageChannel' | 'MessageEvent' | 'MessagePort' | 'module.builtinModules' | 'module.children' | 'module.constants.compileCacheStatus' | 'module.createRequire' | 'module.createRequireFromPath' | 'module.enableCompileCache' | 'module.exports' | 'module.filename' | 'module.findPackageJSON' | 'module.findSourceMap' | 'module.flushCompileCache' | 'module.getCompileCacheDir' | 'module.getSourceMapsSupport' | 'module.id' | 'module.isBuiltin' | 'module.isPreloading' | 'module.loaded' | 'module.Module.builtinModules' | 'module.Module.createRequire' | 'module.Module.createRequireFromPath' | 'module.Module.enableCompileCache' | 'module.Module.findPackageJSON' | 'module.Module.findSourceMap' | 'module.Module.flushCompileCache' | 'module.Module.getCompileCacheDir' | 'module.Module.getSourceMapsSupport' | 'module.Module.isBuiltin' | 'module.Module.register' | 'module.Module.registerHooks' | 'module.Module.setSourceMapsSupport' | 'module.Module.SourceMap' | 'module.Module.stripTypeScriptTypes' | 'module.Module.syncBuiltinESMExports' | 'module.parent' | 'module.path' | 'module.paths' | 'module.register' | 'module.registerHooks' | 'module.require' | 'module.setSourceMapsSupport' | 'module.SourceMap' | 'module.stripTypeScriptTypes' | 'module.syncBuiltinESMExports' | 'module' | 'navigator.hardwareConcurrency' | 'navigator.language' | 'navigator.languages' | 'navigator.platform' | 'navigator.userAgent' | 'Navigator' | 'navigator' | 'net.BlockList.isBlockList' | 'net.BlockList' | 'net.connect' | 'net.createConnection' | 'net.createServer' | 'net.getDefaultAutoSelectFamily' | 'net.getDefaultAutoSelectFamilyAttemptTimeout' | 'net.isIP' | 'net.isIPv4' | 'net.isIPv6' | 'net.Server' | 'net.setDefaultAutoSelectFamily' | 'net.setDefaultAutoSelectFamilyAttemptTimeout' | 'net.Socket' | 'net.SocketAddress.parse' | 'net.SocketAddress' | 'net' | 'new buffer.Buffer()' | 'new Buffer()' | 'new crypto.Hash()' | 'new crypto.Hmac()' | 'new fs.Stats()' | 'os.arch' | 'os.availableParallelism' | 'os.constants.priority' | 'os.constants' | 'os.cpus' | 'os.devNull' | 'os.endianness' | 'os.EOL' | 'os.freemem' | 'os.getPriority' | 'os.homedir' | 'os.hostname' | 'os.loadavg' | 'os.machine' | 'os.networkInterfaces' | 'os.platform' | 'os.release' | 'os.setPriority' | 'os.tmpdir' | 'os.totalmem' | 'os.type' | 'os.uptime' | 'os.userInfo' | 'os.version' | 'os' | 'path.basename' | 'path.delimiter' | 'path.dirname' | 'path.extname' | 'path.format' | 'path.isAbsolute' | 'path.join' | 'path.matchesGlob' | 'path.normalize' | 'path.parse' | 'path.posix.basename' | 'path.posix.delimiter' | 'path.posix.dirname' | 'path.posix.extname' | 'path.posix.format' | 'path.posix.isAbsolute' | 'path.posix.join' | 'path.posix.matchesGlob' | 'path.posix.normalize' | 'path.posix.parse' | 'path.posix.relative' | 'path.posix.resolve' | 'path.posix.sep' | 'path.posix.toNamespacedPath' | 'path.posix' | 'path.relative' | 'path.resolve' | 'path.sep' | 'path.toNamespacedPath' | 'path.win32.basename' | 'path.win32.delimiter' | 'path.win32.dirname' | 'path.win32.extname' | 'path.win32.format' | 'path.win32.isAbsolute' | 'path.win32.join' | 'path.win32.matchesGlob' | 'path.win32.normalize' | 'path.win32.parse' | 'path.win32.relative' | 'path.win32.resolve' | 'path.win32.sep' | 'path.win32.toNamespacedPath' | 'path.win32' | 'path' | 'path/posix.basename' | 'path/posix.delimiter' | 'path/posix.dirname' | 'path/posix.extname' | 'path/posix.format' | 'path/posix.isAbsolute' | 'path/posix.join' | 'path/posix.matchesGlob' | 'path/posix.normalize' | 'path/posix.parse' | 'path/posix.relative' | 'path/posix.resolve' | 'path/posix.sep' | 'path/posix.toNamespacedPath' | 'path/posix' | 'path/win32.basename' | 'path/win32.delimiter' | 'path/win32.dirname' | 'path/win32.extname' | 'path/win32.format' | 'path/win32.isAbsolute' | 'path/win32.join' | 'path/win32.matchesGlob' | 'path/win32.normalize' | 'path/win32.parse' | 'path/win32.relative' | 'path/win32.resolve' | 'path/win32.sep' | 'path/win32.toNamespacedPath' | 'path/win32' | 'perf_hooks.createHistogram' | 'perf_hooks.Histogram' | 'perf_hooks.IntervalHistogram' | 'perf_hooks.monitorEventLoopDelay' | 'perf_hooks.performance.clearMarks' | 'perf_hooks.performance.clearMeasures' | 'perf_hooks.performance.clearResourceTimings' | 'perf_hooks.performance.eventLoopUtilization' | 'perf_hooks.performance.getEntries' | 'perf_hooks.performance.getEntriesByName' | 'perf_hooks.performance.getEntriesByType' | 'perf_hooks.performance.mark' | 'perf_hooks.performance.markResourceTiming' | 'perf_hooks.performance.measure' | 'perf_hooks.performance.nodeTiming.bootstrapComplete' | 'perf_hooks.performance.nodeTiming.environment' | 'perf_hooks.performance.nodeTiming.idleTime' | 'perf_hooks.performance.nodeTiming.loopExit' | 'perf_hooks.performance.nodeTiming.loopStart' | 'perf_hooks.performance.nodeTiming.nodeStart' | 'perf_hooks.performance.nodeTiming.uvMetricsInfo' | 'perf_hooks.performance.nodeTiming.v8Start' | 'perf_hooks.performance.nodeTiming' | 'perf_hooks.performance.now' | 'perf_hooks.performance.onresourcetimingbufferfull' | 'perf_hooks.performance.setResourceTimingBufferSize' | 'perf_hooks.performance.timeOrigin' | 'perf_hooks.performance.timerify' | 'perf_hooks.performance.toJSON' | 'perf_hooks.performance' | 'perf_hooks.PerformanceEntry' | 'perf_hooks.PerformanceMark' | 'perf_hooks.PerformanceMeasure' | 'perf_hooks.PerformanceNodeEntry' | 'perf_hooks.PerformanceNodeTiming' | 'perf_hooks.PerformanceObserver' | 'perf_hooks.PerformanceObserverEntryList' | 'perf_hooks.PerformanceResourceTiming' | 'perf_hooks.RecordableHistogram' | 'perf_hooks' | 'performance.clearMarks' | 'performance.clearMeasures' | 'performance.clearResourceTimings' | 'performance.eventLoopUtilization' | 'performance.getEntries' | 'performance.getEntriesByName' | 'performance.getEntriesByType' | 'performance.mark' | 'performance.markResourceTiming' | 'performance.measure' | 'performance.nodeTiming.bootstrapComplete' | 'performance.nodeTiming.environment' | 'performance.nodeTiming.idleTime' | 'performance.nodeTiming.loopExit' | 'performance.nodeTiming.loopStart' | 'performance.nodeTiming.nodeStart' | 'performance.nodeTiming.uvMetricsInfo' | 'performance.nodeTiming.v8Start' | 'performance.nodeTiming' | 'performance.now' | 'performance.onresourcetimingbufferfull' | 'performance.setResourceTimingBufferSize' | 'performance.timeOrigin' | 'performance.timerify' | 'performance.toJSON' | 'performance' | 'PerformanceEntry' | 'PerformanceMark' | 'PerformanceMeasure' | 'PerformanceObserver' | 'PerformanceObserverEntryList' | 'PerformanceResourceTiming' | 'process.abort' | 'process.allowedNodeEnvironmentFlags' | 'process.arch' | 'process.argv' | 'process.argv0' | 'process.availableMemory' | 'process.channel' | 'process.chdir' | 'process.config' | 'process.connected' | 'process.constrainedMemory' | 'process.cpuUsage' | 'process.cwd' | 'process.debugPort' | 'process.disconnect' | 'process.dlopen' | 'process.emitWarning' | 'process.env' | 'process.execArgv' | 'process.execPath' | 'process.execve' | 'process.exit' | 'process.exitCode' | 'process.features.cached_builtins' | 'process.features.debug' | 'process.features.inspector' | 'process.features.ipv6' | 'process.features.require_module' | 'process.features.tls_alpn' | 'process.features.tls_ocsp' | 'process.features.tls_sni' | 'process.features.tls' | 'process.features.typescript' | 'process.features.uv' | 'process.finalization.register' | 'process.finalization.registerBeforeExit' | 'process.finalization.unregister' | 'process.getActiveResourcesInfo' | 'process.getBuiltinModule' | 'process.getegid' | 'process.geteuid' | 'process.getgid' | 'process.getgroups' | 'process.getuid' | 'process.hasUncaughtExceptionCaptureCallback' | 'process.hrtime.bigint' | 'process.hrtime' | 'process.initgroups' | 'process.kill' | 'process.loadEnvFile' | 'process.mainModule' | 'process.memoryUsage' | 'process.nextTick' | 'process.noDeprecation' | 'process.permission' | 'process.pid' | 'process.platform' | 'process.ppid' | 'process.ref' | 'process.release' | 'process.report.excludeEnv' | 'process.report' | 'process.resourceUsage' | 'process.rss' | 'process.send' | 'process.setegid' | 'process.seteuid' | 'process.setgid' | 'process.setgroups' | 'process.setSourceMapsEnabled' | 'process.setuid' | 'process.setUncaughtExceptionCaptureCallback' | 'process.sourceMapsEnabled' | 'process.stderr.clearLine' | 'process.stderr.clearScreenDown' | 'process.stderr.columns' | 'process.stderr.cursorTo' | 'process.stderr.getColorDepth' | 'process.stderr.getWindowSize' | 'process.stderr.hasColors' | 'process.stderr.isTTY' | 'process.stderr.moveCursor' | 'process.stderr.rows' | 'process.stderr' | 'process.stdin.isRaw' | 'process.stdin.isTTY' | 'process.stdin.setRawMode' | 'process.stdin' | 'process.stdout.clearLine' | 'process.stdout.clearScreenDown' | 'process.stdout.columns' | 'process.stdout.cursorTo' | 'process.stdout.getColorDepth' | 'process.stdout.getWindowSize' | 'process.stdout.hasColors' | 'process.stdout.isTTY' | 'process.stdout.moveCursor' | 'process.stdout.rows' | 'process.stdout' | 'process.threadCpuUsage' | 'process.throwDeprecation' | 'process.title' | 'process.traceDeprecation' | 'process.umask' | 'process.unref' | 'process.uptime' | 'process.version' | 'process.versions' | 'process' | 'punycode.decode' | 'punycode.encode' | 'punycode.toASCII' | 'punycode.toUnicode' | 'punycode.ucs2' | 'punycode.version' | 'punycode' | 'querystring.decode' | 'querystring.encode' | 'querystring.escape' | 'querystring.parse' | 'querystring.stringify' | 'querystring.unescape' | 'querystring' | 'queueMicrotask' | 'ReadableByteStreamController' | 'ReadableStream.from' | 'ReadableStream' | 'ReadableStreamBYOBReader' | 'ReadableStreamBYOBRequest' | 'ReadableStreamDefaultController' | 'ReadableStreamDefaultReader' | 'readline.clearLine' | 'readline.clearScreenDown' | 'readline.createInterface' | 'readline.cursorTo' | 'readline.emitKeypressEvents' | 'readline.Interface' | 'readline.InterfaceConstructor' | 'readline.moveCursor' | 'readline.promises.createInterface' | 'readline.promises.Interface' | 'readline.promises.Readline' | 'readline.promises' | 'readline' | 'readline/promises.createInterface' | 'readline/promises.Interface' | 'readline/promises.Readline' | 'readline/promises' | 'repl.builtinModules' | 'repl.Recoverable' | 'repl.Recoverable()' | 'repl.REPL_MODE_MAGIC' | 'repl.REPL_MODE_SLOPPY' | 'repl.REPL_MODE_STRICT' | 'repl.REPLServer' | 'repl.REPLServer()' | 'repl.start' | 'repl.writer' | 'repl' | 'Request' | 'require.cache' | 'require.extensions' | 'require.main' | 'require.resolve.paths' | 'require.resolve' | 'require' | 'Response' | 'sea.getAsset' | 'sea.getAssetAsBlob' | 'sea.getRawAsset' | 'sea.isSea' | 'sea.sea.getAsset' | 'sea.sea.getAssetAsBlob' | 'sea.sea.getRawAsset' | 'sea.sea.isSea' | 'sea' | 'sessionStorage' | 'setImmediate' | 'setInterval' | 'setTimeout' | 'sqlite.backup' | 'sqlite.constants.SQLITE_CHANGESET_ABORT' | 'sqlite.constants.SQLITE_CHANGESET_OMIT' | 'sqlite.constants.SQLITE_CHANGESET_REPLACE' | 'sqlite.constants' | 'sqlite.DatabaseSync' | 'sqlite.SQLITE_CHANGESET_ABORT' | 'sqlite.SQLITE_CHANGESET_OMIT' | 'sqlite.SQLITE_CHANGESET_REPLACE' | 'sqlite.StatementSync' | 'sqlite' | 'Storage' | 'stream.addAbortSignal' | 'stream.compose' | 'stream.Duplex.from' | 'stream.Duplex.fromWeb' | 'stream.Duplex.toWeb' | 'stream.Duplex' | 'stream.duplexPair' | 'stream.finished' | 'stream.getDefaultHighWaterMark' | 'stream.isErrored' | 'stream.isReadable' | 'stream.pipeline' | 'stream.promises.finished' | 'stream.promises.pipeline' | 'stream.promises' | 'stream.Readable.from' | 'stream.Readable.fromWeb' | 'stream.Readable.isDisturbed' | 'stream.Readable.toWeb' | 'stream.Readable' | 'stream.setDefaultHighWaterMark' | 'stream.Transform' | 'stream.Writable.fromWeb' | 'stream.Writable.toWeb' | 'stream.Writable' | 'stream' | 'stream/consumers.arrayBuffer' | 'stream/consumers.blob' | 'stream/consumers.buffer' | 'stream/consumers.json' | 'stream/consumers.text' | 'stream/consumers' | 'stream/promises.finished' | 'stream/promises.pipeline' | 'stream/web.ByteLengthQueuingStrategy' | 'stream/web.CompressionStream' | 'stream/web.CountQueuingStrategy' | 'stream/web.DecompressionStream' | 'stream/web.ReadableByteStreamController' | 'stream/web.ReadableStream.from' | 'stream/web.ReadableStream' | 'stream/web.ReadableStreamBYOBReader' | 'stream/web.ReadableStreamBYOBRequest' | 'stream/web.ReadableStreamDefaultController' | 'stream/web.ReadableStreamDefaultReader' | 'stream/web.TextDecoderStream' | 'stream/web.TextEncoderStream' | 'stream/web.TransformStream' | 'stream/web.TransformStreamDefaultController' | 'stream/web.WritableStream' | 'stream/web.WritableStreamDefaultController' | 'stream/web.WritableStreamDefaultWriter' | 'stream/web' | 'string_decoder.StringDecoder' | 'string_decoder' | 'structuredClone' | 'SubtleCrypto' | 'test.after' | 'test.afterEach' | 'test.assert.register' | 'test.assert' | 'test.before' | 'test.beforeEach' | 'test.describe.only' | 'test.describe.skip' | 'test.describe.todo' | 'test.describe' | 'test.it.only' | 'test.it.skip' | 'test.it.todo' | 'test.it' | 'test.mock.fn' | 'test.mock.getter' | 'test.mock.method' | 'test.mock.module' | 'test.mock.reset' | 'test.mock.restoreAll' | 'test.mock.setter' | 'test.mock.timers.enable' | 'test.mock.timers.reset' | 'test.mock.timers.tick' | 'test.mock.timers' | 'test.mock' | 'test.only' | 'test.run' | 'test.skip' | 'test.snapshot.setDefaultSnapshotSerializers' | 'test.snapshot.setResolveSnapshotPath' | 'test.snapshot' | 'test.suite' | 'test.test.only' | 'test.test.skip' | 'test.test.todo' | 'test.test' | 'test.todo' | 'test' | 'TextDecoder' | 'TextDecoderStream' | 'TextEncoder' | 'TextEncoderStream' | 'timers.clearImmediate' | 'timers.clearInterval' | 'timers.clearTimeout' | 'timers.Immediate' | 'timers.promises.scheduler.wait' | 'timers.promises.scheduler.yield' | 'timers.promises.setImmediate' | 'timers.promises.setInterval' | 'timers.promises.setTimeout' | 'timers.promises' | 'timers.setImmediate' | 'timers.setInterval' | 'timers.setTimeout' | 'timers.Timeout' | 'timers' | 'timers/promises.scheduler.wait' | 'timers/promises.scheduler.yield' | 'timers/promises.setImmediate' | 'timers/promises.setInterval' | 'timers/promises.setTimeout' | 'timers/promises' | 'tls.checkServerIdentity' | 'tls.connect' | 'tls.createSecureContext' | 'tls.createSecurePair' | 'tls.createServer' | 'tls.CryptoStream' | 'tls.DEFAULT_CIPHERS' | 'tls.DEFAULT_ECDH_CURVE' | 'tls.DEFAULT_MAX_VERSION' | 'tls.DEFAULT_MIN_VERSION' | 'tls.getCACertificates' | 'tls.getCiphers' | 'tls.rootCertificates' | 'tls.SecureContext' | 'tls.SecurePair' | 'tls.Server' | 'tls.setDefaultCACertificates' | 'tls.TLSSocket' | 'tls' | 'trace_events.createTracing' | 'trace_events.getEnabledCategories' | 'trace_events' | 'TransformStream' | 'TransformStreamDefaultController' | 'tty.isatty' | 'tty.ReadStream' | 'tty.WriteStream' | 'tty' | 'URL.canParse' | 'URL.createObjectURL' | 'url.domainToASCII' | 'url.domainToUnicode' | 'url.fileURLToPath' | 'url.format' | 'url.pathToFileURL' | 'URL.revokeObjectURL' | 'url.URL.canParse' | 'url.URL.createObjectURL' | 'url.URL.revokeObjectURL' | 'url.URL' | 'url.Url' | 'url.URLPattern' | 'url.URLSearchParams' | 'url.urlToHttpOptions' | 'URL' | 'url' | 'URLSearchParams' | 'util._extend' | 'util.aborted' | 'util.callbackify' | 'util.debug' | 'util.debuglog' | 'util.deprecate' | 'util.diff' | 'util.format' | 'util.formatWithOptions' | 'util.getCallSite' | 'util.getCallSites' | 'util.getSystemErrorMap' | 'util.getSystemErrorMessage' | 'util.getSystemErrorName' | 'util.inherits' | 'util.inspect.custom' | 'util.inspect.defaultOptions' | 'util.inspect.replDefaults' | 'util.inspect' | 'util.isArray' | 'util.isBoolean' | 'util.isBuffer' | 'util.isDate' | 'util.isDeepStrictEqual' | 'util.isError' | 'util.isFunction' | 'util.isNull' | 'util.isNullOrUndefined' | 'util.isNumber' | 'util.isObject' | 'util.isPrimitive' | 'util.isRegExp' | 'util.isString' | 'util.isSymbol' | 'util.isUndefined' | 'util.log' | 'util.MIMEParams' | 'util.MIMEType' | 'util.parseArgs' | 'util.parseEnv' | 'util.promisify.custom' | 'util.promisify' | 'util.setTraceSigInt' | 'util.stripVTControlCharacters' | 'util.styleText' | 'util.TextDecoder' | 'util.TextEncoder' | 'util.toUSVString' | 'util.transferableAbortController' | 'util.transferableAbortSignal' | 'util.types.isAnyArrayBuffer' | 'util.types.isArgumentsObject' | 'util.types.isArrayBuffer' | 'util.types.isArrayBufferView' | 'util.types.isAsyncFunction' | 'util.types.isBigInt64Array' | 'util.types.isBigIntObject' | 'util.types.isBigUint64Array' | 'util.types.isBooleanObject' | 'util.types.isBoxedPrimitive' | 'util.types.isCryptoKey' | 'util.types.isDataView' | 'util.types.isDate' | 'util.types.isExternal' | 'util.types.isFloat16Array' | 'util.types.isFloat32Array' | 'util.types.isFloat64Array' | 'util.types.isGeneratorFunction' | 'util.types.isGeneratorObject' | 'util.types.isInt8Array' | 'util.types.isInt16Array' | 'util.types.isInt32Array' | 'util.types.isKeyObject' | 'util.types.isMap' | 'util.types.isMapIterator' | 'util.types.isModuleNamespaceObject' | 'util.types.isNativeError' | 'util.types.isNumberObject' | 'util.types.isPromise' | 'util.types.isProxy' | 'util.types.isRegExp' | 'util.types.isSet' | 'util.types.isSetIterator' | 'util.types.isSharedArrayBuffer' | 'util.types.isStringObject' | 'util.types.isSymbolObject' | 'util.types.isTypedArray' | 'util.types.isUint8Array' | 'util.types.isUint8ClampedArray' | 'util.types.isUint16Array' | 'util.types.isUint32Array' | 'util.types.isWeakMap' | 'util.types.isWeakSet' | 'util.types.isWebAssemblyCompiledModule' | 'util.types' | 'util' | 'util/types.isAnyArrayBuffer' | 'util/types.isArgumentsObject' | 'util/types.isArrayBuffer' | 'util/types.isArrayBufferView' | 'util/types.isAsyncFunction' | 'util/types.isBigInt64Array' | 'util/types.isBigIntObject' | 'util/types.isBigUint64Array' | 'util/types.isBooleanObject' | 'util/types.isBoxedPrimitive' | 'util/types.isCryptoKey' | 'util/types.isDataView' | 'util/types.isDate' | 'util/types.isExternal' | 'util/types.isFloat16Array' | 'util/types.isFloat32Array' | 'util/types.isFloat64Array' | 'util/types.isGeneratorFunction' | 'util/types.isGeneratorObject' | 'util/types.isInt8Array' | 'util/types.isInt16Array' | 'util/types.isInt32Array' | 'util/types.isKeyObject' | 'util/types.isMap' | 'util/types.isMapIterator' | 'util/types.isModuleNamespaceObject' | 'util/types.isNativeError' | 'util/types.isNumberObject' | 'util/types.isPromise' | 'util/types.isProxy' | 'util/types.isRegExp' | 'util/types.isSet' | 'util/types.isSetIterator' | 'util/types.isSharedArrayBuffer' | 'util/types.isStringObject' | 'util/types.isSymbolObject' | 'util/types.isTypedArray' | 'util/types.isUint8Array' | 'util/types.isUint8ClampedArray' | 'util/types.isUint16Array' | 'util/types.isUint32Array' | 'util/types.isWeakMap' | 'util/types.isWeakSet' | 'util/types.isWebAssemblyCompiledModule' | 'util/types' | 'v8.cachedDataVersionTag' | 'v8.DefaultDeserializer' | 'v8.DefaultSerializer' | 'v8.deserialize' | 'v8.Deserializer' | 'v8.GCProfiler' | 'v8.getHeapCodeStatistics' | 'v8.getHeapSnapshot' | 'v8.getHeapSpaceStatistics' | 'v8.getHeapStatistics' | 'v8.isStringOneByteRepresentation' | 'v8.promiseHooks.createHook' | 'v8.promiseHooks.onAfter' | 'v8.promiseHooks.onBefore' | 'v8.promiseHooks.onInit' | 'v8.promiseHooks.onSettled' | 'v8.promiseHooks' | 'v8.queryObjects' | 'v8.serialize' | 'v8.Serializer' | 'v8.setFlagsFromString' | 'v8.setHeapSnapshotNearHeapLimit' | 'v8.startupSnapshot.addDeserializeCallback' | 'v8.startupSnapshot.addSerializeCallback' | 'v8.startupSnapshot.isBuildingSnapshot' | 'v8.startupSnapshot.setDeserializeMainFunction' | 'v8.startupSnapshot' | 'v8.stopCoverage' | 'v8.takeCoverage' | 'v8.writeHeapSnapshot' | 'v8' | 'vm.compileFunction' | 'vm.constants' | 'vm.createContext' | 'vm.isContext' | 'vm.measureMemory' | 'vm.Module' | 'vm.runInContext' | 'vm.runInNewContext' | 'vm.runInThisContext' | 'vm.Script' | 'vm.SourceTextModule' | 'vm.SyntheticModule' | 'vm' | 'wasi.WASI' | 'wasi' | 'WebAssembly' | 'WebSocket' | 'worker_threads.BroadcastChannel' | 'worker_threads.getEnvironmentData' | 'worker_threads.getHeapStatistics' | 'worker_threads.isInternalThread' | 'worker_threads.isMainThread' | 'worker_threads.isMarkedAsUntransferable' | 'worker_threads.markAsUncloneable' | 'worker_threads.markAsUntransferable' | 'worker_threads.MessageChannel' | 'worker_threads.MessagePort' | 'worker_threads.moveMessagePortToContext' | 'worker_threads.parentPort' | 'worker_threads.postMessageToThread' | 'worker_threads.receiveMessageOnPort' | 'worker_threads.resourceLimits' | 'worker_threads.setEnvironmentData' | 'worker_threads.SHARE_ENV' | 'worker_threads.threadId' | 'worker_threads.Worker' | 'worker_threads.workerData' | 'worker_threads' | 'WritableStream' | 'WritableStreamDefaultController' | 'WritableStreamDefaultWriter' | 'zlib.BrotliCompress' | 'zlib.brotliCompress' | 'zlib.BrotliCompress()' | 'zlib.brotliCompressSync' | 'zlib.BrotliDecompress' | 'zlib.brotliDecompress' | 'zlib.BrotliDecompress()' | 'zlib.brotliDecompressSync' | 'zlib.constants.ZSTD_btlazy2' | 'zlib.constants.ZSTD_btopt' | 'zlib.constants.ZSTD_btultra' | 'zlib.constants.ZSTD_btultra2' | 'zlib.constants.ZSTD_c_chainLog' | 'zlib.constants.ZSTD_c_checksumFlag' | 'zlib.constants.ZSTD_c_compressionLevel' | 'zlib.constants.ZSTD_c_contentSizeFlag' | 'zlib.constants.ZSTD_c_dictIDFlag' | 'zlib.constants.ZSTD_c_enableLongDistanceMatching' | 'zlib.constants.ZSTD_c_hashLog' | 'zlib.constants.ZSTD_c_jobSize' | 'zlib.constants.ZSTD_c_ldmBucketSizeLog' | 'zlib.constants.ZSTD_c_ldmHashLog' | 'zlib.constants.ZSTD_c_ldmHashRateLog' | 'zlib.constants.ZSTD_c_ldmMinMatch' | 'zlib.constants.ZSTD_c_minMatch' | 'zlib.constants.ZSTD_c_nbWorkers' | 'zlib.constants.ZSTD_c_overlapLog' | 'zlib.constants.ZSTD_c_searchLog' | 'zlib.constants.ZSTD_c_strategy' | 'zlib.constants.ZSTD_c_targetLength' | 'zlib.constants.ZSTD_c_windowLog' | 'zlib.constants.ZSTD_CLEVEL_DEFAULT' | 'zlib.constants.ZSTD_d_windowLogMax' | 'zlib.constants.ZSTD_dfast' | 'zlib.constants.ZSTD_e_continue' | 'zlib.constants.ZSTD_e_end' | 'zlib.constants.ZSTD_e_flush' | 'zlib.constants.ZSTD_error_checksum_wrong' | 'zlib.constants.ZSTD_error_corruption_detected' | 'zlib.constants.ZSTD_error_dictionary_corrupted' | 'zlib.constants.ZSTD_error_dictionary_wrong' | 'zlib.constants.ZSTD_error_dictionaryCreation_failed' | 'zlib.constants.ZSTD_error_dstBuffer_null' | 'zlib.constants.ZSTD_error_dstSize_tooSmall' | 'zlib.constants.ZSTD_error_frameParameter_unsupported' | 'zlib.constants.ZSTD_error_frameParameter_windowTooLarge' | 'zlib.constants.ZSTD_error_GENERIC' | 'zlib.constants.ZSTD_error_init_missing' | 'zlib.constants.ZSTD_error_literals_headerWrong' | 'zlib.constants.ZSTD_error_maxSymbolValue_tooLarge' | 'zlib.constants.ZSTD_error_maxSymbolValue_tooSmall' | 'zlib.constants.ZSTD_error_memory_allocation' | 'zlib.constants.ZSTD_error_no_error' | 'zlib.constants.ZSTD_error_noForwardProgress_destFull' | 'zlib.constants.ZSTD_error_noForwardProgress_inputEmpty' | 'zlib.constants.ZSTD_error_parameter_combination_unsupported' | 'zlib.constants.ZSTD_error_parameter_outOfBound' | 'zlib.constants.ZSTD_error_parameter_unsupported' | 'zlib.constants.ZSTD_error_prefix_unknown' | 'zlib.constants.ZSTD_error_srcSize_wrong' | 'zlib.constants.ZSTD_error_stabilityCondition_notRespected' | 'zlib.constants.ZSTD_error_stage_wrong' | 'zlib.constants.ZSTD_error_tableLog_tooLarge' | 'zlib.constants.ZSTD_error_version_unsupported' | 'zlib.constants.ZSTD_error_workSpace_tooSmall' | 'zlib.constants.ZSTD_fast' | 'zlib.constants.ZSTD_greedy' | 'zlib.constants.ZSTD_lazy' | 'zlib.constants.ZSTD_lazy2' | 'zlib.constants' | 'zlib.crc32' | 'zlib.createBrotliCompress' | 'zlib.createBrotliDecompress' | 'zlib.createDeflate' | 'zlib.createDeflateRaw' | 'zlib.createGunzip' | 'zlib.createGzip' | 'zlib.createInflate' | 'zlib.createInflateRaw' | 'zlib.createUnzip' | 'zlib.createZstdCompress' | 'zlib.createZstdDecompress' | 'zlib.Deflate' | 'zlib.deflate' | 'zlib.Deflate()' | 'zlib.DeflateRaw' | 'zlib.deflateRaw' | 'zlib.DeflateRaw()' | 'zlib.deflateRawSync' | 'zlib.deflateSync' | 'zlib.Gunzip' | 'zlib.gunzip' | 'zlib.Gunzip()' | 'zlib.gunzipSync' | 'zlib.Gzip' | 'zlib.gzip' | 'zlib.Gzip()' | 'zlib.gzipSync' | 'zlib.Inflate' | 'zlib.inflate' | 'zlib.Inflate()' | 'zlib.InflateRaw' | 'zlib.inflateRaw' | 'zlib.InflateRaw()' | 'zlib.inflateRawSync' | 'zlib.inflateSync' | 'zlib.Unzip' | 'zlib.unzip' | 'zlib.Unzip()' | 'zlib.unzipSync' | 'zlib.ZstdCompress' | 'zlib.zstdCompress' | 'zlib.zstdCompressSync' | 'zlib.ZstdDecompress' | 'zlib.zstdDecompress' | 'zlib.zstdDecompressSync' | 'zlib.ZstdOptions' | 'zlib')[];
|
|
4377
|
-
}
|
|
4378
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4379
|
+
type Options = Readonly<{
|
|
4380
|
+
version?: string;
|
|
4381
|
+
allowExperimental?: boolean;
|
|
4382
|
+
ignores?: readonly ('__filename' | '__dirname' | 'require' | 'require.cache' | 'require.extensions' | 'require.main' | 'require.resolve' | 'require.resolve.paths' | 'module' | 'module.children' | 'module.exports' | 'module.filename' | 'module.id' | 'module.isPreloading' | 'module.loaded' | 'module.parent' | 'module.path' | 'module.paths' | 'module.require' | 'exports' | 'AbortController' | 'AbortSignal' | 'AbortSignal.abort' | 'AbortSignal.timeout' | 'AbortSignal.any' | 'DOMException' | 'FormData' | 'Headers' | 'MessageEvent' | 'Navigator' | 'Request' | 'Response' | 'WebAssembly' | 'WebSocket' | 'fetch' | 'global' | 'queueMicrotask' | 'navigator' | 'navigator.hardwareConcurrency' | 'navigator.language' | 'navigator.languages' | 'navigator.platform' | 'navigator.userAgent' | 'structuredClone' | 'localStorage' | 'sessionStorage' | 'Storage' | 'Blob' | 'new Buffer()' | 'Buffer' | 'Buffer.alloc' | 'Buffer.allocUnsafe' | 'Buffer.allocUnsafeSlow' | 'Buffer.byteLength' | 'Buffer.compare' | 'Buffer.concat' | 'Buffer.copyBytesFrom' | 'Buffer.from' | 'Buffer.isBuffer' | 'Buffer.isEncoding' | 'File' | 'atob' | 'btoa' | 'console' | 'console.profile' | 'console.profileEnd' | 'console.timeStamp' | 'console.Console' | 'console.assert' | 'console.clear' | 'console.count' | 'console.countReset' | 'console.debug' | 'console.dir' | 'console.dirxml' | 'console.error' | 'console.group' | 'console.groupCollapsed' | 'console.groupEnd' | 'console.info' | 'console.log' | 'console.table' | 'console.time' | 'console.timeEnd' | 'console.timeLog' | 'console.trace' | 'console.warn' | 'crypto' | 'crypto.subtle' | 'crypto.subtle.decrypt' | 'crypto.subtle.deriveBits' | 'crypto.subtle.deriveKey' | 'crypto.subtle.digest' | 'crypto.subtle.encrypt' | 'crypto.subtle.exportKey' | 'crypto.subtle.generateKey' | 'crypto.subtle.importKey' | 'crypto.subtle.sign' | 'crypto.subtle.unwrapKey' | 'crypto.subtle.verify' | 'crypto.subtle.wrapKey' | 'crypto.getRandomValues' | 'crypto.randomUUID' | 'Crypto' | 'CryptoKey' | 'SubtleCrypto' | 'CloseEvent' | 'CustomEvent' | 'Event' | 'EventSource' | 'EventTarget' | 'PerformanceEntry' | 'PerformanceMark' | 'PerformanceMeasure' | 'PerformanceObserver' | 'PerformanceObserverEntryList' | 'PerformanceResourceTiming' | 'performance' | 'performance.clearMarks' | 'performance.clearMeasures' | 'performance.clearResourceTimings' | 'performance.eventLoopUtilization' | 'performance.getEntries' | 'performance.getEntriesByName' | 'performance.getEntriesByType' | 'performance.mark' | 'performance.markResourceTiming' | 'performance.measure' | 'performance.nodeTiming' | 'performance.nodeTiming.bootstrapComplete' | 'performance.nodeTiming.environment' | 'performance.nodeTiming.idleTime' | 'performance.nodeTiming.loopExit' | 'performance.nodeTiming.loopStart' | 'performance.nodeTiming.nodeStart' | 'performance.nodeTiming.uvMetricsInfo' | 'performance.nodeTiming.v8Start' | 'performance.now' | 'performance.onresourcetimingbufferfull' | 'performance.setResourceTimingBufferSize' | 'performance.timeOrigin' | 'performance.timerify' | 'performance.toJSON' | 'process' | 'process.allowedNodeEnvironmentFlags' | 'process.availableMemory' | 'process.arch' | 'process.argv' | 'process.argv0' | 'process.channel' | 'process.config' | 'process.connected' | 'process.debugPort' | 'process.env' | 'process.execArgv' | 'process.execPath' | 'process.execve' | 'process.exitCode' | 'process.features.cached_builtins' | 'process.features.debug' | 'process.features.inspector' | 'process.features.ipv6' | 'process.features.require_module' | 'process.features.tls' | 'process.features.tls_alpn' | 'process.features.tls_ocsp' | 'process.features.tls_sni' | 'process.features.typescript' | 'process.features.uv' | 'process.finalization.register' | 'process.finalization.registerBeforeExit' | 'process.finalization.unregister' | 'process.getBuiltinModule' | 'process.mainModule' | 'process.noDeprecation' | 'process.permission' | 'process.pid' | 'process.platform' | 'process.ppid' | 'process.ref' | 'process.release' | 'process.report' | 'process.report.excludeEnv' | 'process.sourceMapsEnabled' | 'process.stdin' | 'process.stdin.isRaw' | 'process.stdin.isTTY' | 'process.stdin.setRawMode' | 'process.stdout' | 'process.stdout.clearLine' | 'process.stdout.clearScreenDown' | 'process.stdout.columns' | 'process.stdout.cursorTo' | 'process.stdout.getColorDepth' | 'process.stdout.getWindowSize' | 'process.stdout.hasColors' | 'process.stdout.isTTY' | 'process.stdout.moveCursor' | 'process.stdout.rows' | 'process.stderr' | 'process.stderr.clearLine' | 'process.stderr.clearScreenDown' | 'process.stderr.columns' | 'process.stderr.cursorTo' | 'process.stderr.getColorDepth' | 'process.stderr.getWindowSize' | 'process.stderr.hasColors' | 'process.stderr.isTTY' | 'process.stderr.moveCursor' | 'process.stderr.rows' | 'process.threadCpuUsage' | 'process.throwDeprecation' | 'process.title' | 'process.traceDeprecation' | 'process.version' | 'process.versions' | 'process.abort' | 'process.chdir' | 'process.constrainedMemory' | 'process.cpuUsage' | 'process.cwd' | 'process.disconnect' | 'process.dlopen' | 'process.emitWarning' | 'process.exit' | 'process.getActiveResourcesInfo' | 'process.getegid' | 'process.geteuid' | 'process.getgid' | 'process.getgroups' | 'process.getuid' | 'process.hasUncaughtExceptionCaptureCallback' | 'process.hrtime' | 'process.hrtime.bigint' | 'process.initgroups' | 'process.kill' | 'process.loadEnvFile' | 'process.memoryUsage' | 'process.rss' | 'process.nextTick' | 'process.resourceUsage' | 'process.send' | 'process.setegid' | 'process.seteuid' | 'process.setgid' | 'process.setgroups' | 'process.setuid' | 'process.setSourceMapsEnabled' | 'process.setUncaughtExceptionCaptureCallback' | 'process.umask' | 'process.unref' | 'process.uptime' | 'ReadableStream' | 'ReadableStream.from' | 'ReadableStreamDefaultReader' | 'ReadableStreamBYOBReader' | 'ReadableStreamDefaultController' | 'ReadableByteStreamController' | 'ReadableStreamBYOBRequest' | 'WritableStream' | 'WritableStreamDefaultWriter' | 'WritableStreamDefaultController' | 'TransformStream' | 'TransformStreamDefaultController' | 'ByteLengthQueuingStrategy' | 'CountQueuingStrategy' | 'TextEncoderStream' | 'TextDecoderStream' | 'CompressionStream' | 'DecompressionStream' | 'setInterval' | 'clearInterval' | 'setTimeout' | 'clearTimeout' | 'setImmediate' | 'clearImmediate' | 'URL' | 'URL.canParse' | 'URL.createObjectURL' | 'URL.revokeObjectURL' | 'URLSearchParams' | 'TextDecoder' | 'TextEncoder' | 'BroadcastChannel' | 'MessageChannel' | 'MessagePort' | 'assert' | 'assert.Assert' | 'assert.assert' | 'assert.deepEqual' | 'assert.deepStrictEqual' | 'assert.doesNotMatch' | 'assert.doesNotReject' | 'assert.doesNotThrow' | 'assert.equal' | 'assert.fail' | 'assert.ifError' | 'assert.match' | 'assert.notDeepEqual' | 'assert.notDeepStrictEqual' | 'assert.notEqual' | 'assert.notStrictEqual' | 'assert.ok' | 'assert.partialDeepStrictEqual' | 'assert.rejects' | 'assert.strictEqual' | 'assert.throws' | 'assert.CallTracker' | 'assert.strict' | 'assert.strict.Assert' | 'assert.strict.assert' | 'assert.strict.deepEqual' | 'assert.strict.deepStrictEqual' | 'assert.strict.doesNotMatch' | 'assert.strict.doesNotReject' | 'assert.strict.doesNotThrow' | 'assert.strict.equal' | 'assert.strict.fail' | 'assert.strict.ifError' | 'assert.strict.match' | 'assert.strict.notDeepEqual' | 'assert.strict.notDeepStrictEqual' | 'assert.strict.notEqual' | 'assert.strict.notStrictEqual' | 'assert.strict.ok' | 'assert.strict.partialDeepStrictEqual' | 'assert.strict.rejects' | 'assert.strict.strictEqual' | 'assert.strict.throws' | 'assert.strict.CallTracker' | 'assert/strict' | 'assert/strict.Assert' | 'assert/strict.assert' | 'assert/strict.deepEqual' | 'assert/strict.deepStrictEqual' | 'assert/strict.doesNotMatch' | 'assert/strict.doesNotReject' | 'assert/strict.doesNotThrow' | 'assert/strict.equal' | 'assert/strict.fail' | 'assert/strict.ifError' | 'assert/strict.match' | 'assert/strict.notDeepEqual' | 'assert/strict.notDeepStrictEqual' | 'assert/strict.notEqual' | 'assert/strict.notStrictEqual' | 'assert/strict.ok' | 'assert/strict.partialDeepStrictEqual' | 'assert/strict.rejects' | 'assert/strict.strictEqual' | 'assert/strict.throws' | 'assert/strict.CallTracker' | 'async_hooks' | 'async_hooks.createHook' | 'async_hooks.executionAsyncResource' | 'async_hooks.executionAsyncId' | 'async_hooks.triggerAsyncId' | 'async_hooks.AsyncLocalStorage' | 'async_hooks.AsyncLocalStorage.bind' | 'async_hooks.AsyncLocalStorage.snapshot' | 'async_hooks.AsyncResource' | 'async_hooks.AsyncResource.bind' | 'buffer' | 'buffer.constants' | 'buffer.INSPECT_MAX_BYTES' | 'buffer.kMaxLength' | 'buffer.kStringMaxLength' | 'buffer.atob' | 'buffer.btoa' | 'buffer.isAscii' | 'buffer.isUtf8' | 'buffer.resolveObjectURL' | 'buffer.transcode' | 'buffer.SlowBuffer' | 'buffer.Blob' | 'new buffer.Buffer()' | 'buffer.Buffer' | 'buffer.Buffer.alloc' | 'buffer.Buffer.allocUnsafe' | 'buffer.Buffer.allocUnsafeSlow' | 'buffer.Buffer.byteLength' | 'buffer.Buffer.compare' | 'buffer.Buffer.concat' | 'buffer.Buffer.copyBytesFrom' | 'buffer.Buffer.from' | 'buffer.Buffer.isBuffer' | 'buffer.Buffer.isEncoding' | 'buffer.File' | 'child_process' | 'child_process.exec' | 'child_process.execFile' | 'child_process.fork' | 'child_process.spawn' | 'child_process.execFileSync' | 'child_process.execSync' | 'child_process.spawnSync' | 'child_process.ChildProcess' | 'cluster' | 'cluster.isMaster' | 'cluster.isPrimary' | 'cluster.isWorker' | 'cluster.schedulingPolicy' | 'cluster.settings' | 'cluster.worker' | 'cluster.workers' | 'cluster.disconnect' | 'cluster.fork' | 'cluster.setupMaster' | 'cluster.setupPrimary' | 'cluster.Worker' | 'crypto.constants' | 'crypto.fips' | 'crypto.webcrypto' | 'crypto.webcrypto.subtle' | 'crypto.webcrypto.subtle.decrypt' | 'crypto.webcrypto.subtle.deriveBits' | 'crypto.webcrypto.subtle.deriveKey' | 'crypto.webcrypto.subtle.digest' | 'crypto.webcrypto.subtle.encrypt' | 'crypto.webcrypto.subtle.exportKey' | 'crypto.webcrypto.subtle.generateKey' | 'crypto.webcrypto.subtle.importKey' | 'crypto.webcrypto.subtle.sign' | 'crypto.webcrypto.subtle.unwrapKey' | 'crypto.webcrypto.subtle.verify' | 'crypto.webcrypto.subtle.wrapKey' | 'crypto.webcrypto.getRandomValues' | 'crypto.webcrypto.randomUUID' | 'crypto.checkPrime' | 'crypto.checkPrimeSync' | 'crypto.createCipher' | 'crypto.createCipheriv' | 'crypto.createDecipher' | 'crypto.createDecipheriv' | 'crypto.createDiffieHellman' | 'crypto.createDiffieHellmanGroup' | 'crypto.createECDH' | 'crypto.createHash' | 'crypto.createHmac' | 'crypto.createPrivateKey' | 'crypto.createPublicKey' | 'crypto.createSecretKey' | 'crypto.createSign' | 'crypto.createVerify' | 'crypto.diffieHellman' | 'crypto.generateKey' | 'crypto.generateKeyPair' | 'crypto.generateKeyPairSync' | 'crypto.generateKeySync' | 'crypto.generatePrime' | 'crypto.generatePrimeSync' | 'crypto.getCipherInfo' | 'crypto.getCiphers' | 'crypto.getCurves' | 'crypto.getDiffieHellman' | 'crypto.getFips' | 'crypto.getHashes' | 'crypto.hash' | 'crypto.hkdf' | 'crypto.hkdfSync' | 'crypto.pbkdf2' | 'crypto.pbkdf2Sync' | 'crypto.privateDecrypt' | 'crypto.privateEncrypt' | 'crypto.publicDecrypt' | 'crypto.publicEncrypt' | 'crypto.randomBytes' | 'crypto.randomFillSync' | 'crypto.randomFill' | 'crypto.randomInt' | 'crypto.scrypt' | 'crypto.scryptSync' | 'crypto.secureHeapUsed' | 'crypto.setEngine' | 'crypto.setFips' | 'crypto.sign' | 'crypto.timingSafeEqual' | 'crypto.verify' | 'crypto.Certificate' | 'crypto.Certificate.exportChallenge' | 'crypto.Certificate.exportPublicKey' | 'crypto.Certificate.verifySpkac' | 'crypto.Cipher' | 'crypto.Decipher' | 'crypto.DiffieHellman' | 'crypto.DiffieHellmanGroup' | 'crypto.ECDH' | 'crypto.ECDH.convertKey' | 'crypto.Hash()' | 'new crypto.Hash()' | 'crypto.Hash' | 'crypto.Hmac()' | 'new crypto.Hmac()' | 'crypto.Hmac' | 'crypto.KeyObject' | 'crypto.KeyObject.from' | 'crypto.Sign' | 'crypto.Verify' | 'crypto.X509Certificate' | 'dgram' | 'dgram.createSocket' | 'dgram.Socket' | 'diagnostics_channel' | 'diagnostics_channel.hasSubscribers' | 'diagnostics_channel.channel' | 'diagnostics_channel.subscribe' | 'diagnostics_channel.unsubscribe' | 'diagnostics_channel.tracingChannel' | 'diagnostics_channel.Channel' | 'diagnostics_channel.TracingChannel' | 'dns' | 'dns.Resolver' | 'dns.getServers' | 'dns.lookup' | 'dns.lookupService' | 'dns.resolve' | 'dns.resolve4' | 'dns.resolve6' | 'dns.resolveAny' | 'dns.resolveCname' | 'dns.resolveCaa' | 'dns.resolveMx' | 'dns.resolveNaptr' | 'dns.resolveNs' | 'dns.resolvePtr' | 'dns.resolveSoa' | 'dns.resolveSrv' | 'dns.resolveTlsa' | 'dns.resolveTxt' | 'dns.reverse' | 'dns.setDefaultResultOrder' | 'dns.getDefaultResultOrder' | 'dns.setServers' | 'dns.promises' | 'dns.promises.Resolver' | 'dns.promises.cancel' | 'dns.promises.getServers' | 'dns.promises.lookup' | 'dns.promises.lookupService' | 'dns.promises.resolve' | 'dns.promises.resolve4' | 'dns.promises.resolve6' | 'dns.promises.resolveAny' | 'dns.promises.resolveCaa' | 'dns.promises.resolveCname' | 'dns.promises.resolveMx' | 'dns.promises.resolveNaptr' | 'dns.promises.resolveNs' | 'dns.promises.resolvePtr' | 'dns.promises.resolveSoa' | 'dns.promises.resolveSrv' | 'dns.promises.resolveTlsa' | 'dns.promises.resolveTxt' | 'dns.promises.reverse' | 'dns.promises.setDefaultResultOrder' | 'dns.promises.getDefaultResultOrder' | 'dns.promises.setServers' | 'dns/promises' | 'dns/promises.Resolver' | 'dns/promises.cancel' | 'dns/promises.getServers' | 'dns/promises.lookup' | 'dns/promises.lookupService' | 'dns/promises.resolve' | 'dns/promises.resolve4' | 'dns/promises.resolve6' | 'dns/promises.resolveAny' | 'dns/promises.resolveCaa' | 'dns/promises.resolveCname' | 'dns/promises.resolveMx' | 'dns/promises.resolveNaptr' | 'dns/promises.resolveNs' | 'dns/promises.resolvePtr' | 'dns/promises.resolveSoa' | 'dns/promises.resolveSrv' | 'dns/promises.resolveTlsa' | 'dns/promises.resolveTxt' | 'dns/promises.reverse' | 'dns/promises.setDefaultResultOrder' | 'dns/promises.getDefaultResultOrder' | 'dns/promises.setServers' | 'domain' | 'domain.create' | 'domain.Domain' | 'events' | 'events.Event' | 'events.EventTarget' | 'events.CustomEvent' | 'events.NodeEventTarget' | 'events.EventEmitter' | 'events.EventEmitter.defaultMaxListeners' | 'events.EventEmitter.errorMonitor' | 'events.EventEmitter.captureRejections' | 'events.EventEmitter.captureRejectionSymbol' | 'events.EventEmitter.getEventListeners' | 'events.EventEmitter.getMaxListeners' | 'events.EventEmitter.once' | 'events.EventEmitter.listenerCount' | 'events.EventEmitter.on' | 'events.EventEmitter.setMaxListeners' | 'events.EventEmitter.addAbortListener' | 'events.EventEmitterAsyncResource' | 'events.EventEmitterAsyncResource.defaultMaxListeners' | 'events.EventEmitterAsyncResource.errorMonitor' | 'events.EventEmitterAsyncResource.captureRejections' | 'events.EventEmitterAsyncResource.captureRejectionSymbol' | 'events.EventEmitterAsyncResource.getEventListeners' | 'events.EventEmitterAsyncResource.getMaxListeners' | 'events.EventEmitterAsyncResource.once' | 'events.EventEmitterAsyncResource.listenerCount' | 'events.EventEmitterAsyncResource.on' | 'events.EventEmitterAsyncResource.setMaxListeners' | 'events.EventEmitterAsyncResource.addAbortListener' | 'events.defaultMaxListeners' | 'events.errorMonitor' | 'events.captureRejections' | 'events.captureRejectionSymbol' | 'events.getEventListeners' | 'events.getMaxListeners' | 'events.once' | 'events.listenerCount' | 'events.on' | 'events.setMaxListeners' | 'events.addAbortListener' | 'fs' | 'fs.promises' | 'fs.promises.FileHandle' | 'fs.promises.access' | 'fs.promises.appendFile' | 'fs.promises.chmod' | 'fs.promises.chown' | 'fs.promises.constants' | 'fs.promises.copyFile' | 'fs.promises.cp' | 'fs.promises.glob' | 'fs.promises.lchmod' | 'fs.promises.lchown' | 'fs.promises.link' | 'fs.promises.lstat' | 'fs.promises.lutimes' | 'fs.promises.mkdir' | 'fs.promises.mkdtemp' | 'fs.promises.open' | 'fs.promises.opendir' | 'fs.promises.readFile' | 'fs.promises.readdir' | 'fs.promises.readlink' | 'fs.promises.realpath' | 'fs.promises.rename' | 'fs.promises.rm' | 'fs.promises.rmdir' | 'fs.promises.stat' | 'fs.promises.statfs' | 'fs.promises.symlink' | 'fs.promises.truncate' | 'fs.promises.unlink' | 'fs.promises.utimes' | 'fs.promises.watch' | 'fs.promises.writeFile' | 'fs.access' | 'fs.appendFile' | 'fs.chmod' | 'fs.chown' | 'fs.close' | 'fs.copyFile' | 'fs.cp' | 'fs.createReadStream' | 'fs.createWriteStream' | 'fs.exists' | 'fs.fchmod' | 'fs.fchown' | 'fs.fdatasync' | 'fs.fstat' | 'fs.fsync' | 'fs.ftruncate' | 'fs.futimes' | 'fs.glob' | 'fs.lchmod' | 'fs.lchown' | 'fs.link' | 'fs.lstat' | 'fs.lutimes' | 'fs.mkdir' | 'fs.mkdtemp' | 'fs.native' | 'fs.open' | 'fs.openAsBlob' | 'fs.opendir' | 'fs.read' | 'fs.readdir' | 'fs.readFile' | 'fs.readlink' | 'fs.readv' | 'fs.realpath' | 'fs.realpath.native' | 'fs.rename' | 'fs.rm' | 'fs.rmdir' | 'fs.stat' | 'fs.statfs' | 'fs.symlink' | 'fs.truncate' | 'fs.unlink' | 'fs.unwatchFile' | 'fs.utimes' | 'fs.watch' | 'fs.watchFile' | 'fs.write' | 'fs.writeFile' | 'fs.writev' | 'fs.accessSync' | 'fs.appendFileSync' | 'fs.chmodSync' | 'fs.chownSync' | 'fs.closeSync' | 'fs.copyFileSync' | 'fs.cpSync' | 'fs.existsSync' | 'fs.fchmodSync' | 'fs.fchownSync' | 'fs.fdatasyncSync' | 'fs.fstatSync' | 'fs.fsyncSync' | 'fs.ftruncateSync' | 'fs.futimesSync' | 'fs.globSync' | 'fs.lchmodSync' | 'fs.lchownSync' | 'fs.linkSync' | 'fs.lstatSync' | 'fs.lutimesSync' | 'fs.mkdirSync' | 'fs.mkdtempSync' | 'fs.opendirSync' | 'fs.openSync' | 'fs.readdirSync' | 'fs.readFileSync' | 'fs.readlinkSync' | 'fs.readSync' | 'fs.readvSync' | 'fs.realpathSync' | 'fs.realpathSync.native' | 'fs.renameSync' | 'fs.rmdirSync' | 'fs.rmSync' | 'fs.statfsSync' | 'fs.statSync' | 'fs.symlinkSync' | 'fs.truncateSync' | 'fs.unlinkSync' | 'fs.utimesSync' | 'fs.writeFileSync' | 'fs.writeSync' | 'fs.writevSync' | 'fs.constants' | 'fs.Dir' | 'fs.Dirent' | 'fs.FSWatcher' | 'fs.StatWatcher' | 'fs.ReadStream' | 'fs.Stats()' | 'new fs.Stats()' | 'fs.Stats' | 'fs.StatFs' | 'fs.WriteStream' | 'fs.common_objects' | 'fs/promises' | 'fs/promises.FileHandle' | 'fs/promises.access' | 'fs/promises.appendFile' | 'fs/promises.chmod' | 'fs/promises.chown' | 'fs/promises.constants' | 'fs/promises.copyFile' | 'fs/promises.cp' | 'fs/promises.glob' | 'fs/promises.lchmod' | 'fs/promises.lchown' | 'fs/promises.link' | 'fs/promises.lstat' | 'fs/promises.lutimes' | 'fs/promises.mkdir' | 'fs/promises.mkdtemp' | 'fs/promises.open' | 'fs/promises.opendir' | 'fs/promises.readFile' | 'fs/promises.readdir' | 'fs/promises.readlink' | 'fs/promises.realpath' | 'fs/promises.rename' | 'fs/promises.rm' | 'fs/promises.rmdir' | 'fs/promises.stat' | 'fs/promises.statfs' | 'fs/promises.symlink' | 'fs/promises.truncate' | 'fs/promises.unlink' | 'fs/promises.utimes' | 'fs/promises.watch' | 'fs/promises.writeFile' | 'http2' | 'http2.constants' | 'http2.sensitiveHeaders' | 'http2.createServer' | 'http2.createSecureServer' | 'http2.connect' | 'http2.getDefaultSettings' | 'http2.getPackedSettings' | 'http2.getUnpackedSettings' | 'http2.performServerHandshake' | 'http2.Http2Session' | 'http2.ServerHttp2Session' | 'http2.ClientHttp2Session' | 'http2.Http2Stream' | 'http2.ClientHttp2Stream' | 'http2.ServerHttp2Stream' | 'http2.Http2Server' | 'http2.Http2SecureServer' | 'http2.Http2ServerRequest' | 'http2.Http2ServerResponse' | 'http' | 'http.METHODS' | 'http.STATUS_CODES' | 'http.globalAgent' | 'http.maxHeaderSize' | 'http.createServer' | 'http.get' | 'http.request' | 'http.validateHeaderName' | 'http.validateHeaderValue' | 'http.setMaxIdleHTTPParsers' | 'http.Agent' | 'http.ClientRequest' | 'http.Server' | 'http.ServerResponse' | 'http.IncomingMessage' | 'http.OutgoingMessage' | 'http.WebSocket' | '_http_agent' | '_http_client' | '_http_common' | '_http_incoming' | '_http_outgoing' | '_http_server' | 'https' | 'https.globalAgent' | 'https.createServer' | 'https.get' | 'https.request' | 'https.Agent' | 'https.Server' | 'inspector' | 'inspector.Session' | 'inspector.Network.dataReceived' | 'inspector.Network.dataSent' | 'inspector.Network.loadingFailed' | 'inspector.Network.loadingFinished' | 'inspector.Network.requestWillBeSent' | 'inspector.Network.responseReceived' | 'inspector.NetworkResources.put' | 'inspector.console' | 'inspector.close' | 'inspector.open' | 'inspector.url' | 'inspector.waitForDebugger' | 'inspector/promises' | 'inspector/promises.Session' | 'inspector/promises.Network.dataReceived' | 'inspector/promises.Network.dataSent' | 'inspector/promises.Network.loadingFailed' | 'inspector/promises.Network.loadingFinished' | 'inspector/promises.Network.requestWillBeSent' | 'inspector/promises.Network.responseReceived' | 'inspector/promises.NetworkResources.put' | 'inspector/promises.console' | 'inspector/promises.close' | 'inspector/promises.open' | 'inspector/promises.url' | 'inspector/promises.waitForDebugger' | 'module.builtinModules' | 'module.constants.compileCacheStatus' | 'module.createRequire' | 'module.createRequireFromPath' | 'module.enableCompileCache' | 'module.findPackageJSON' | 'module.flushCompileCache' | 'module.getCompileCacheDir' | 'module.getSourceMapsSupport' | 'module.isBuiltin' | 'module.registerHooks' | 'module.register' | 'module.setSourceMapsSupport' | 'module.stripTypeScriptTypes' | 'module.syncBuiltinESMExports' | 'module.findSourceMap' | 'module.SourceMap' | 'module.Module.builtinModules' | 'module.Module.createRequire' | 'module.Module.createRequireFromPath' | 'module.Module.enableCompileCache' | 'module.Module.findPackageJSON' | 'module.Module.flushCompileCache' | 'module.Module.getCompileCacheDir' | 'module.Module.getSourceMapsSupport' | 'module.Module.isBuiltin' | 'module.Module.registerHooks' | 'module.Module.register' | 'module.Module.setSourceMapsSupport' | 'module.Module.stripTypeScriptTypes' | 'module.Module.syncBuiltinESMExports' | 'module.Module.findSourceMap' | 'module.Module.SourceMap' | 'net' | 'net.connect' | 'net.createConnection' | 'net.createServer' | 'net.getDefaultAutoSelectFamily' | 'net.setDefaultAutoSelectFamily' | 'net.getDefaultAutoSelectFamilyAttemptTimeout' | 'net.setDefaultAutoSelectFamilyAttemptTimeout' | 'net.isIP' | 'net.isIPv4' | 'net.isIPv6' | 'net.BlockList' | 'net.BlockList.isBlockList' | 'net.SocketAddress' | 'net.SocketAddress.parse' | 'net.Server' | 'net.Socket' | 'os' | 'os.EOL' | 'os.constants' | 'os.constants.priority' | 'os.devNull' | 'os.availableParallelism' | 'os.arch' | 'os.cpus' | 'os.endianness' | 'os.freemem' | 'os.getPriority' | 'os.homedir' | 'os.hostname' | 'os.loadavg' | 'os.machine' | 'os.networkInterfaces' | 'os.platform' | 'os.release' | 'os.setPriority' | 'os.tmpdir' | 'os.totalmem' | 'os.type' | 'os.uptime' | 'os.userInfo' | 'os.version' | 'path' | 'path.posix' | 'path.posix.delimiter' | 'path.posix.sep' | 'path.posix.basename' | 'path.posix.dirname' | 'path.posix.extname' | 'path.posix.format' | 'path.posix.matchesGlob' | 'path.posix.isAbsolute' | 'path.posix.join' | 'path.posix.normalize' | 'path.posix.parse' | 'path.posix.relative' | 'path.posix.resolve' | 'path.posix.toNamespacedPath' | 'path.win32' | 'path.win32.delimiter' | 'path.win32.sep' | 'path.win32.basename' | 'path.win32.dirname' | 'path.win32.extname' | 'path.win32.format' | 'path.win32.matchesGlob' | 'path.win32.isAbsolute' | 'path.win32.join' | 'path.win32.normalize' | 'path.win32.parse' | 'path.win32.relative' | 'path.win32.resolve' | 'path.win32.toNamespacedPath' | 'path.delimiter' | 'path.sep' | 'path.basename' | 'path.dirname' | 'path.extname' | 'path.format' | 'path.matchesGlob' | 'path.isAbsolute' | 'path.join' | 'path.normalize' | 'path.parse' | 'path.relative' | 'path.resolve' | 'path.toNamespacedPath' | 'path/posix' | 'path/posix.delimiter' | 'path/posix.sep' | 'path/posix.basename' | 'path/posix.dirname' | 'path/posix.extname' | 'path/posix.format' | 'path/posix.matchesGlob' | 'path/posix.isAbsolute' | 'path/posix.join' | 'path/posix.normalize' | 'path/posix.parse' | 'path/posix.relative' | 'path/posix.resolve' | 'path/posix.toNamespacedPath' | 'path/win32' | 'path/win32.delimiter' | 'path/win32.sep' | 'path/win32.basename' | 'path/win32.dirname' | 'path/win32.extname' | 'path/win32.format' | 'path/win32.matchesGlob' | 'path/win32.isAbsolute' | 'path/win32.join' | 'path/win32.normalize' | 'path/win32.parse' | 'path/win32.relative' | 'path/win32.resolve' | 'path/win32.toNamespacedPath' | 'perf_hooks' | 'perf_hooks.performance' | 'perf_hooks.performance.clearMarks' | 'perf_hooks.performance.clearMeasures' | 'perf_hooks.performance.clearResourceTimings' | 'perf_hooks.performance.eventLoopUtilization' | 'perf_hooks.performance.getEntries' | 'perf_hooks.performance.getEntriesByName' | 'perf_hooks.performance.getEntriesByType' | 'perf_hooks.performance.mark' | 'perf_hooks.performance.markResourceTiming' | 'perf_hooks.performance.measure' | 'perf_hooks.performance.nodeTiming' | 'perf_hooks.performance.nodeTiming.bootstrapComplete' | 'perf_hooks.performance.nodeTiming.environment' | 'perf_hooks.performance.nodeTiming.idleTime' | 'perf_hooks.performance.nodeTiming.loopExit' | 'perf_hooks.performance.nodeTiming.loopStart' | 'perf_hooks.performance.nodeTiming.nodeStart' | 'perf_hooks.performance.nodeTiming.uvMetricsInfo' | 'perf_hooks.performance.nodeTiming.v8Start' | 'perf_hooks.performance.now' | 'perf_hooks.performance.onresourcetimingbufferfull' | 'perf_hooks.performance.setResourceTimingBufferSize' | 'perf_hooks.performance.timeOrigin' | 'perf_hooks.performance.timerify' | 'perf_hooks.performance.toJSON' | 'perf_hooks.createHistogram' | 'perf_hooks.monitorEventLoopDelay' | 'perf_hooks.PerformanceEntry' | 'perf_hooks.PerformanceMark' | 'perf_hooks.PerformanceMeasure' | 'perf_hooks.PerformanceNodeEntry' | 'perf_hooks.PerformanceNodeTiming' | 'perf_hooks.PerformanceResourceTiming' | 'perf_hooks.PerformanceObserver' | 'perf_hooks.PerformanceObserverEntryList' | 'perf_hooks.Histogram' | 'perf_hooks.IntervalHistogram' | 'perf_hooks.RecordableHistogram' | 'punycode' | 'punycode.ucs2' | 'punycode.version' | 'punycode.decode' | 'punycode.encode' | 'punycode.toASCII' | 'punycode.toUnicode' | 'querystring' | 'querystring.decode' | 'querystring.encode' | 'querystring.escape' | 'querystring.parse' | 'querystring.stringify' | 'querystring.unescape' | 'readline' | 'readline.promises' | 'readline.promises.createInterface' | 'readline.promises.Interface' | 'readline.promises.Readline' | 'readline.clearLine' | 'readline.clearScreenDown' | 'readline.createInterface' | 'readline.cursorTo' | 'readline.moveCursor' | 'readline.Interface' | 'readline.emitKeypressEvents' | 'readline.InterfaceConstructor' | 'readline/promises' | 'readline/promises.createInterface' | 'readline/promises.Interface' | 'readline/promises.Readline' | 'repl' | 'repl.start' | 'repl.writer' | 'repl.REPLServer()' | 'repl.REPLServer' | 'repl.REPL_MODE_MAGIC' | 'repl.REPL_MODE_SLOPPY' | 'repl.REPL_MODE_STRICT' | 'repl.Recoverable()' | 'repl.Recoverable' | 'repl.builtinModules' | 'sea' | 'sea.isSea' | 'sea.getAsset' | 'sea.getAssetAsBlob' | 'sea.getRawAsset' | 'sea.sea.isSea' | 'sea.sea.getAsset' | 'sea.sea.getAssetAsBlob' | 'sea.sea.getRawAsset' | 'stream' | 'stream.promises' | 'stream.promises.pipeline' | 'stream.promises.finished' | 'stream.finished' | 'stream.pipeline' | 'stream.compose' | 'stream.duplexPair' | 'stream.Readable' | 'stream.Readable.from' | 'stream.Readable.isDisturbed' | 'stream.Readable.fromWeb' | 'stream.Readable.toWeb' | 'stream.Writable' | 'stream.Writable.fromWeb' | 'stream.Writable.toWeb' | 'stream.Duplex' | 'stream.Duplex.from' | 'stream.Duplex.fromWeb' | 'stream.Duplex.toWeb' | 'stream.Transform' | 'stream.isErrored' | 'stream.isReadable' | 'stream.addAbortSignal' | 'stream.getDefaultHighWaterMark' | 'stream.setDefaultHighWaterMark' | 'stream/promises.pipeline' | 'stream/promises.finished' | 'stream/web' | 'stream/web.ReadableStream' | 'stream/web.ReadableStream.from' | 'stream/web.ReadableStreamDefaultReader' | 'stream/web.ReadableStreamBYOBReader' | 'stream/web.ReadableStreamDefaultController' | 'stream/web.ReadableByteStreamController' | 'stream/web.ReadableStreamBYOBRequest' | 'stream/web.WritableStream' | 'stream/web.WritableStreamDefaultWriter' | 'stream/web.WritableStreamDefaultController' | 'stream/web.TransformStream' | 'stream/web.TransformStreamDefaultController' | 'stream/web.ByteLengthQueuingStrategy' | 'stream/web.CountQueuingStrategy' | 'stream/web.TextEncoderStream' | 'stream/web.TextDecoderStream' | 'stream/web.CompressionStream' | 'stream/web.DecompressionStream' | 'stream/consumers' | 'stream/consumers.arrayBuffer' | 'stream/consumers.blob' | 'stream/consumers.buffer' | 'stream/consumers.json' | 'stream/consumers.text' | 'string_decoder' | 'string_decoder.StringDecoder' | 'sqlite' | 'sqlite.constants' | 'sqlite.constants.SQLITE_CHANGESET_OMIT' | 'sqlite.constants.SQLITE_CHANGESET_REPLACE' | 'sqlite.constants.SQLITE_CHANGESET_ABORT' | 'sqlite.backup' | 'sqlite.DatabaseSync' | 'sqlite.StatementSync' | 'sqlite.SQLITE_CHANGESET_OMIT' | 'sqlite.SQLITE_CHANGESET_REPLACE' | 'sqlite.SQLITE_CHANGESET_ABORT' | 'test' | 'test.after' | 'test.afterEach' | 'test.assert' | 'test.assert.register' | 'test.before' | 'test.beforeEach' | 'test.describe' | 'test.describe.only' | 'test.describe.skip' | 'test.describe.todo' | 'test.it' | 'test.it.only' | 'test.it.skip' | 'test.it.todo' | 'test.mock' | 'test.mock.fn' | 'test.mock.getter' | 'test.mock.method' | 'test.mock.module' | 'test.mock.reset' | 'test.mock.restoreAll' | 'test.mock.setter' | 'test.mock.timers' | 'test.mock.timers.enable' | 'test.mock.timers.reset' | 'test.mock.timers.tick' | 'test.only' | 'test.run' | 'test.snapshot' | 'test.snapshot.setDefaultSnapshotSerializers' | 'test.snapshot.setResolveSnapshotPath' | 'test.skip' | 'test.suite' | 'test.test' | 'test.test.only' | 'test.test.skip' | 'test.test.todo' | 'test.todo' | 'timers' | 'timers.Immediate' | 'timers.Timeout' | 'timers.setImmediate' | 'timers.clearImmediate' | 'timers.setInterval' | 'timers.clearInterval' | 'timers.setTimeout' | 'timers.clearTimeout' | 'timers.promises' | 'timers.promises.setTimeout' | 'timers.promises.setImmediate' | 'timers.promises.setInterval' | 'timers.promises.scheduler.wait' | 'timers.promises.scheduler.yield' | 'timers/promises' | 'timers/promises.setTimeout' | 'timers/promises.setImmediate' | 'timers/promises.setInterval' | 'timers/promises.scheduler.wait' | 'timers/promises.scheduler.yield' | 'tls' | 'tls.checkServerIdentity' | 'tls.connect' | 'tls.createSecureContext' | 'tls.createSecurePair' | 'tls.createServer' | 'tls.CryptoStream' | 'tls.DEFAULT_CIPHERS' | 'tls.DEFAULT_ECDH_CURVE' | 'tls.DEFAULT_MAX_VERSION' | 'tls.DEFAULT_MIN_VERSION' | 'tls.getCACertificates' | 'tls.getCiphers' | 'tls.rootCertificates' | 'tls.SecureContext' | 'tls.SecurePair' | 'tls.Server' | 'tls.setDefaultCACertificates' | 'tls.TLSSocket' | 'trace_events' | 'trace_events.createTracing' | 'trace_events.getEnabledCategories' | 'tty' | 'tty.isatty' | 'tty.ReadStream' | 'tty.WriteStream' | 'url' | 'url.domainToASCII' | 'url.domainToUnicode' | 'url.fileURLToPath' | 'url.format' | 'url.pathToFileURL' | 'url.urlToHttpOptions' | 'url.URL' | 'url.URL.canParse' | 'url.URL.createObjectURL' | 'url.URL.revokeObjectURL' | 'url.URLPattern' | 'url.URLSearchParams' | 'url.Url' | 'util.promisify' | 'util.promisify.custom' | 'util.callbackify' | 'util.debuglog' | 'util.debug' | 'util.deprecate' | 'util.diff' | 'util.format' | 'util.formatWithOptions' | 'util.getCallSite' | 'util.getCallSites' | 'util.getSystemErrorName' | 'util.getSystemErrorMap' | 'util.getSystemErrorMessage' | 'util.inherits' | 'util.inspect' | 'util.inspect.custom' | 'util.inspect.defaultOptions' | 'util.inspect.replDefaults' | 'util.isDeepStrictEqual' | 'util.parseArgs' | 'util.parseEnv' | 'util.setTraceSigInt' | 'util.stripVTControlCharacters' | 'util.styleText' | 'util.toUSVString' | 'util.transferableAbortController' | 'util.transferableAbortSignal' | 'util.aborted' | 'util.MIMEType' | 'util.MIMEParams' | 'util.TextDecoder' | 'util.TextEncoder' | 'util.types' | 'util.types.isExternal' | 'util.types.isDate' | 'util.types.isArgumentsObject' | 'util.types.isBigIntObject' | 'util.types.isBooleanObject' | 'util.types.isNumberObject' | 'util.types.isStringObject' | 'util.types.isSymbolObject' | 'util.types.isNativeError' | 'util.types.isRegExp' | 'util.types.isAsyncFunction' | 'util.types.isGeneratorFunction' | 'util.types.isGeneratorObject' | 'util.types.isPromise' | 'util.types.isMap' | 'util.types.isSet' | 'util.types.isMapIterator' | 'util.types.isSetIterator' | 'util.types.isWeakMap' | 'util.types.isWeakSet' | 'util.types.isArrayBuffer' | 'util.types.isDataView' | 'util.types.isSharedArrayBuffer' | 'util.types.isProxy' | 'util.types.isModuleNamespaceObject' | 'util.types.isAnyArrayBuffer' | 'util.types.isBoxedPrimitive' | 'util.types.isArrayBufferView' | 'util.types.isTypedArray' | 'util.types.isUint8Array' | 'util.types.isUint8ClampedArray' | 'util.types.isUint16Array' | 'util.types.isUint32Array' | 'util.types.isInt8Array' | 'util.types.isInt16Array' | 'util.types.isInt32Array' | 'util.types.isFloat16Array' | 'util.types.isFloat32Array' | 'util.types.isFloat64Array' | 'util.types.isBigInt64Array' | 'util.types.isBigUint64Array' | 'util.types.isKeyObject' | 'util.types.isCryptoKey' | 'util.types.isWebAssemblyCompiledModule' | 'util._extend' | 'util.isArray' | 'util.isBoolean' | 'util.isBuffer' | 'util.isDate' | 'util.isError' | 'util.isFunction' | 'util.isNull' | 'util.isNullOrUndefined' | 'util.isNumber' | 'util.isObject' | 'util.isPrimitive' | 'util.isRegExp' | 'util.isString' | 'util.isSymbol' | 'util.isUndefined' | 'util.log' | 'util' | 'util/types' | 'util/types.isExternal' | 'util/types.isDate' | 'util/types.isArgumentsObject' | 'util/types.isBigIntObject' | 'util/types.isBooleanObject' | 'util/types.isNumberObject' | 'util/types.isStringObject' | 'util/types.isSymbolObject' | 'util/types.isNativeError' | 'util/types.isRegExp' | 'util/types.isAsyncFunction' | 'util/types.isGeneratorFunction' | 'util/types.isGeneratorObject' | 'util/types.isPromise' | 'util/types.isMap' | 'util/types.isSet' | 'util/types.isMapIterator' | 'util/types.isSetIterator' | 'util/types.isWeakMap' | 'util/types.isWeakSet' | 'util/types.isArrayBuffer' | 'util/types.isDataView' | 'util/types.isSharedArrayBuffer' | 'util/types.isProxy' | 'util/types.isModuleNamespaceObject' | 'util/types.isAnyArrayBuffer' | 'util/types.isBoxedPrimitive' | 'util/types.isArrayBufferView' | 'util/types.isTypedArray' | 'util/types.isUint8Array' | 'util/types.isUint8ClampedArray' | 'util/types.isUint16Array' | 'util/types.isUint32Array' | 'util/types.isInt8Array' | 'util/types.isInt16Array' | 'util/types.isInt32Array' | 'util/types.isFloat16Array' | 'util/types.isFloat32Array' | 'util/types.isFloat64Array' | 'util/types.isBigInt64Array' | 'util/types.isBigUint64Array' | 'util/types.isKeyObject' | 'util/types.isCryptoKey' | 'util/types.isWebAssemblyCompiledModule' | 'v8' | 'v8.serialize' | 'v8.deserialize' | 'v8.Serializer' | 'v8.Deserializer' | 'v8.DefaultSerializer' | 'v8.DefaultDeserializer' | 'v8.promiseHooks' | 'v8.promiseHooks.onInit' | 'v8.promiseHooks.onSettled' | 'v8.promiseHooks.onBefore' | 'v8.promiseHooks.onAfter' | 'v8.promiseHooks.createHook' | 'v8.startupSnapshot' | 'v8.startupSnapshot.addSerializeCallback' | 'v8.startupSnapshot.addDeserializeCallback' | 'v8.startupSnapshot.setDeserializeMainFunction' | 'v8.startupSnapshot.isBuildingSnapshot' | 'v8.cachedDataVersionTag' | 'v8.getHeapCodeStatistics' | 'v8.getHeapSnapshot' | 'v8.getHeapSpaceStatistics' | 'v8.getHeapStatistics' | 'v8.isStringOneByteRepresentation' | 'v8.queryObjects' | 'v8.setFlagsFromString' | 'v8.stopCoverage' | 'v8.takeCoverage' | 'v8.writeHeapSnapshot' | 'v8.setHeapSnapshotNearHeapLimit' | 'v8.GCProfiler' | 'vm.constants' | 'vm.compileFunction' | 'vm.createContext' | 'vm.isContext' | 'vm.measureMemory' | 'vm.runInContext' | 'vm.runInNewContext' | 'vm.runInThisContext' | 'vm.Script' | 'vm.Module' | 'vm.SourceTextModule' | 'vm.SyntheticModule' | 'vm' | 'wasi.WASI' | 'wasi' | 'worker_threads' | 'worker_threads.parentPort' | 'worker_threads.resourceLimits' | 'worker_threads.SHARE_ENV' | 'worker_threads.threadId' | 'worker_threads.workerData' | 'worker_threads.getEnvironmentData' | 'worker_threads.getHeapStatistics' | 'worker_threads.markAsUncloneable' | 'worker_threads.markAsUntransferable' | 'worker_threads.isInternalThread' | 'worker_threads.isMainThread' | 'worker_threads.isMarkedAsUntransferable' | 'worker_threads.moveMessagePortToContext' | 'worker_threads.postMessageToThread' | 'worker_threads.receiveMessageOnPort' | 'worker_threads.setEnvironmentData' | 'worker_threads.BroadcastChannel' | 'worker_threads.MessageChannel' | 'worker_threads.MessagePort' | 'worker_threads.Worker' | 'zlib.brotliCompress' | 'zlib.brotliCompressSync' | 'zlib.brotliDecompress' | 'zlib.brotliDecompressSync' | 'zlib.constants' | 'zlib.constants.ZSTD_e_continue' | 'zlib.constants.ZSTD_e_flush' | 'zlib.constants.ZSTD_e_end' | 'zlib.constants.ZSTD_fast' | 'zlib.constants.ZSTD_dfast' | 'zlib.constants.ZSTD_greedy' | 'zlib.constants.ZSTD_lazy' | 'zlib.constants.ZSTD_lazy2' | 'zlib.constants.ZSTD_btlazy2' | 'zlib.constants.ZSTD_btopt' | 'zlib.constants.ZSTD_btultra' | 'zlib.constants.ZSTD_btultra2' | 'zlib.constants.ZSTD_c_compressionLevel' | 'zlib.constants.ZSTD_c_windowLog' | 'zlib.constants.ZSTD_c_hashLog' | 'zlib.constants.ZSTD_c_chainLog' | 'zlib.constants.ZSTD_c_searchLog' | 'zlib.constants.ZSTD_c_minMatch' | 'zlib.constants.ZSTD_c_targetLength' | 'zlib.constants.ZSTD_c_strategy' | 'zlib.constants.ZSTD_c_enableLongDistanceMatching' | 'zlib.constants.ZSTD_c_ldmHashLog' | 'zlib.constants.ZSTD_c_ldmMinMatch' | 'zlib.constants.ZSTD_c_ldmBucketSizeLog' | 'zlib.constants.ZSTD_c_ldmHashRateLog' | 'zlib.constants.ZSTD_c_contentSizeFlag' | 'zlib.constants.ZSTD_c_checksumFlag' | 'zlib.constants.ZSTD_c_dictIDFlag' | 'zlib.constants.ZSTD_c_nbWorkers' | 'zlib.constants.ZSTD_c_jobSize' | 'zlib.constants.ZSTD_c_overlapLog' | 'zlib.constants.ZSTD_d_windowLogMax' | 'zlib.constants.ZSTD_CLEVEL_DEFAULT' | 'zlib.constants.ZSTD_error_no_error' | 'zlib.constants.ZSTD_error_GENERIC' | 'zlib.constants.ZSTD_error_prefix_unknown' | 'zlib.constants.ZSTD_error_version_unsupported' | 'zlib.constants.ZSTD_error_frameParameter_unsupported' | 'zlib.constants.ZSTD_error_frameParameter_windowTooLarge' | 'zlib.constants.ZSTD_error_corruption_detected' | 'zlib.constants.ZSTD_error_checksum_wrong' | 'zlib.constants.ZSTD_error_literals_headerWrong' | 'zlib.constants.ZSTD_error_dictionary_corrupted' | 'zlib.constants.ZSTD_error_dictionary_wrong' | 'zlib.constants.ZSTD_error_dictionaryCreation_failed' | 'zlib.constants.ZSTD_error_parameter_unsupported' | 'zlib.constants.ZSTD_error_parameter_combination_unsupported' | 'zlib.constants.ZSTD_error_parameter_outOfBound' | 'zlib.constants.ZSTD_error_tableLog_tooLarge' | 'zlib.constants.ZSTD_error_maxSymbolValue_tooLarge' | 'zlib.constants.ZSTD_error_maxSymbolValue_tooSmall' | 'zlib.constants.ZSTD_error_stabilityCondition_notRespected' | 'zlib.constants.ZSTD_error_stage_wrong' | 'zlib.constants.ZSTD_error_init_missing' | 'zlib.constants.ZSTD_error_memory_allocation' | 'zlib.constants.ZSTD_error_workSpace_tooSmall' | 'zlib.constants.ZSTD_error_dstSize_tooSmall' | 'zlib.constants.ZSTD_error_srcSize_wrong' | 'zlib.constants.ZSTD_error_dstBuffer_null' | 'zlib.constants.ZSTD_error_noForwardProgress_destFull' | 'zlib.constants.ZSTD_error_noForwardProgress_inputEmpty' | 'zlib.crc32' | 'zlib.createBrotliCompress' | 'zlib.createBrotliDecompress' | 'zlib.createDeflate' | 'zlib.createDeflateRaw' | 'zlib.createGunzip' | 'zlib.createGzip' | 'zlib.createInflate' | 'zlib.createInflateRaw' | 'zlib.createUnzip' | 'zlib.createZstdCompress' | 'zlib.createZstdDecompress' | 'zlib.deflate' | 'zlib.deflateRaw' | 'zlib.deflateRawSync' | 'zlib.deflateSync' | 'zlib.gunzip' | 'zlib.gunzipSync' | 'zlib.gzip' | 'zlib.gzipSync' | 'zlib.inflate' | 'zlib.inflateRaw' | 'zlib.inflateRawSync' | 'zlib.inflateSync' | 'zlib.unzip' | 'zlib.unzipSync' | 'zlib.zstdCompress' | 'zlib.zstdCompressSync' | 'zlib.zstdDecompress' | 'zlib.zstdDecompressSync' | 'zlib.BrotliCompress()' | 'zlib.BrotliCompress' | 'zlib.BrotliDecompress()' | 'zlib.BrotliDecompress' | 'zlib.Deflate()' | 'zlib.Deflate' | 'zlib.DeflateRaw()' | 'zlib.DeflateRaw' | 'zlib.Gunzip()' | 'zlib.Gunzip' | 'zlib.Gzip()' | 'zlib.Gzip' | 'zlib.Inflate()' | 'zlib.Inflate' | 'zlib.InflateRaw()' | 'zlib.InflateRaw' | 'zlib.Unzip()' | 'zlib.Unzip' | 'zlib.ZstdCompress' | 'zlib.ZstdDecompress' | 'zlib.ZstdOptions' | 'zlib' | 'import.meta.resolve' | 'import.meta.dirname' | 'import.meta.filename' | 'import.meta.main')[];
|
|
4383
|
+
}>;
|
|
4384
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4379
4385
|
}
|
|
4380
4386
|
/**
|
|
4381
4387
|
* Enforce either `Buffer` or `require("buffer").Buffer`
|
|
@@ -4406,7 +4412,7 @@ declare namespace PreferGlobalBuffer {
|
|
|
4406
4412
|
* ```
|
|
4407
4413
|
*/
|
|
4408
4414
|
type Options = 'always' | 'never';
|
|
4409
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4415
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4410
4416
|
}
|
|
4411
4417
|
/**
|
|
4412
4418
|
* Enforce either `console` or `require("console")`
|
|
@@ -4437,7 +4443,7 @@ declare namespace PreferGlobalConsole {
|
|
|
4437
4443
|
* ```
|
|
4438
4444
|
*/
|
|
4439
4445
|
type Options = 'always' | 'never';
|
|
4440
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4446
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4441
4447
|
}
|
|
4442
4448
|
/**
|
|
4443
4449
|
* Enforce either `process` or `require("process")`
|
|
@@ -4468,7 +4474,7 @@ declare namespace PreferGlobalProcess {
|
|
|
4468
4474
|
* ```
|
|
4469
4475
|
*/
|
|
4470
4476
|
type Options = 'always' | 'never';
|
|
4471
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4477
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4472
4478
|
}
|
|
4473
4479
|
/**
|
|
4474
4480
|
* Enforce either `TextDecoder` or `require("util").TextDecoder`
|
|
@@ -4499,7 +4505,7 @@ declare namespace PreferGlobalTextDecoder {
|
|
|
4499
4505
|
* ```
|
|
4500
4506
|
*/
|
|
4501
4507
|
type Options = 'always' | 'never';
|
|
4502
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4508
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4503
4509
|
}
|
|
4504
4510
|
/**
|
|
4505
4511
|
* Enforce either `TextEncoder` or `require("util").TextEncoder`
|
|
@@ -4530,7 +4536,7 @@ declare namespace PreferGlobalTextEncoder {
|
|
|
4530
4536
|
* ```
|
|
4531
4537
|
*/
|
|
4532
4538
|
type Options = 'always' | 'never';
|
|
4533
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4539
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4534
4540
|
}
|
|
4535
4541
|
/**
|
|
4536
4542
|
* Enforce either `URLSearchParams` or `require("url").URLSearchParams`
|
|
@@ -4561,7 +4567,7 @@ declare namespace PreferGlobalUrlSearchParams {
|
|
|
4561
4567
|
* ```
|
|
4562
4568
|
*/
|
|
4563
4569
|
type Options = 'always' | 'never';
|
|
4564
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4570
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4565
4571
|
}
|
|
4566
4572
|
/**
|
|
4567
4573
|
* Enforce either `URL` or `require("url").URL`
|
|
@@ -4592,7 +4598,7 @@ declare namespace PreferGlobalUrl {
|
|
|
4592
4598
|
* ```
|
|
4593
4599
|
*/
|
|
4594
4600
|
type Options = 'always' | 'never';
|
|
4595
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4601
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4596
4602
|
}
|
|
4597
4603
|
/**
|
|
4598
4604
|
* Enforce using the `node:` protocol when importing Node.js builtin modules.
|
|
@@ -4626,10 +4632,10 @@ declare namespace PreferNodeProtocol {
|
|
|
4626
4632
|
* ]
|
|
4627
4633
|
* ```
|
|
4628
4634
|
*/
|
|
4629
|
-
type Options = {
|
|
4630
|
-
|
|
4631
|
-
}
|
|
4632
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4635
|
+
type Options = Readonly<{
|
|
4636
|
+
version?: string;
|
|
4637
|
+
}>;
|
|
4638
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4633
4639
|
}
|
|
4634
4640
|
/**
|
|
4635
4641
|
* Enforce `require("dns").promises`
|
|
@@ -4783,34 +4789,34 @@ declare namespace Hashbang {
|
|
|
4783
4789
|
* ]
|
|
4784
4790
|
* ```
|
|
4785
4791
|
*/
|
|
4786
|
-
type Options = {
|
|
4787
|
-
|
|
4788
|
-
{
|
|
4792
|
+
type Options = Readonly<{
|
|
4793
|
+
convertPath?: Readonly<Record<string, readonly [string, string]>> | readonly [
|
|
4794
|
+
Readonly<{
|
|
4789
4795
|
/** @minItems 1 */
|
|
4790
|
-
|
|
4791
|
-
|
|
4796
|
+
include: readonly [string, ...string[]];
|
|
4797
|
+
exclude?: readonly string[];
|
|
4792
4798
|
/**
|
|
4793
4799
|
* @minItems 2
|
|
4794
4800
|
* @maxItems 2
|
|
4795
4801
|
*/
|
|
4796
|
-
|
|
4797
|
-
}
|
|
4798
|
-
...
|
|
4802
|
+
replace: readonly [string, string];
|
|
4803
|
+
}>,
|
|
4804
|
+
...Readonly<{
|
|
4799
4805
|
/** @minItems 1 */
|
|
4800
|
-
|
|
4801
|
-
|
|
4806
|
+
include: readonly [string, ...string[]];
|
|
4807
|
+
exclude?: readonly string[];
|
|
4802
4808
|
/**
|
|
4803
4809
|
* @minItems 2
|
|
4804
4810
|
* @maxItems 2
|
|
4805
4811
|
*/
|
|
4806
|
-
|
|
4807
|
-
}[]
|
|
4812
|
+
replace: readonly [string, string];
|
|
4813
|
+
}>[]
|
|
4808
4814
|
];
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
}
|
|
4813
|
-
type RuleEntry = Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
4815
|
+
ignoreUnpublished?: boolean;
|
|
4816
|
+
additionalExecutables?: readonly string[];
|
|
4817
|
+
executableMap?: Readonly<Record<string, string>>;
|
|
4818
|
+
}>;
|
|
4819
|
+
type RuleEntry = 'off' | Linter.Severity | SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
4814
4820
|
}
|
|
4815
4821
|
/**
|
|
4816
4822
|
* Disallow third-party modules which are hiding core modules
|
|
@@ -4992,86 +4998,83 @@ declare namespace Shebang {
|
|
|
4992
4998
|
*/
|
|
4993
4999
|
type RuleEntry = 0;
|
|
4994
5000
|
}
|
|
4995
|
-
export type EslintNRules = {
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
}
|
|
5038
|
-
export type EslintNRulesOption = {
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
ExportsStyle.Options1
|
|
5043
|
-
];
|
|
5044
|
-
readonly 'n/file-extension-in-import': readonly [
|
|
5001
|
+
export type EslintNRules = Readonly<{
|
|
5002
|
+
'n/callback-return': CallbackReturn.RuleEntry;
|
|
5003
|
+
'n/exports-style': ExportsStyle.RuleEntry;
|
|
5004
|
+
'n/file-extension-in-import': FileExtensionInImport.RuleEntry;
|
|
5005
|
+
'n/global-require': GlobalRequire.RuleEntry;
|
|
5006
|
+
'n/handle-callback-err': HandleCallbackErr.RuleEntry;
|
|
5007
|
+
'n/no-callback-literal': NoCallbackLiteral.RuleEntry;
|
|
5008
|
+
'n/no-deprecated-api': NoDeprecatedApi.RuleEntry;
|
|
5009
|
+
'n/no-exports-assign': NoExportsAssign.RuleEntry;
|
|
5010
|
+
'n/no-extraneous-import': NoExtraneousImport.RuleEntry;
|
|
5011
|
+
'n/no-extraneous-require': NoExtraneousRequire.RuleEntry;
|
|
5012
|
+
'n/no-missing-import': NoMissingImport.RuleEntry;
|
|
5013
|
+
'n/no-missing-require': NoMissingRequire.RuleEntry;
|
|
5014
|
+
'n/no-mixed-requires': NoMixedRequires.RuleEntry;
|
|
5015
|
+
'n/no-new-require': NoNewRequire.RuleEntry;
|
|
5016
|
+
'n/no-path-concat': NoPathConcat.RuleEntry;
|
|
5017
|
+
'n/no-process-env': NoProcessEnv.RuleEntry;
|
|
5018
|
+
'n/no-process-exit': NoProcessExit.RuleEntry;
|
|
5019
|
+
'n/no-restricted-import': NoRestrictedImport.RuleEntry;
|
|
5020
|
+
'n/no-restricted-require': NoRestrictedRequire.RuleEntry;
|
|
5021
|
+
'n/no-sync': NoSync.RuleEntry;
|
|
5022
|
+
'n/no-top-level-await': NoTopLevelAwait.RuleEntry;
|
|
5023
|
+
'n/no-unpublished-bin': NoUnpublishedBin.RuleEntry;
|
|
5024
|
+
'n/no-unpublished-import': NoUnpublishedImport.RuleEntry;
|
|
5025
|
+
'n/no-unpublished-require': NoUnpublishedRequire.RuleEntry;
|
|
5026
|
+
'n/no-unsupported-features/es-builtins': NoUnsupportedFeaturesEsBuiltins.RuleEntry;
|
|
5027
|
+
'n/no-unsupported-features/es-syntax': NoUnsupportedFeaturesEsSyntax.RuleEntry;
|
|
5028
|
+
'n/no-unsupported-features/node-builtins': NoUnsupportedFeaturesNodeBuiltins.RuleEntry;
|
|
5029
|
+
'n/prefer-global/buffer': PreferGlobalBuffer.RuleEntry;
|
|
5030
|
+
'n/prefer-global/console': PreferGlobalConsole.RuleEntry;
|
|
5031
|
+
'n/prefer-global/process': PreferGlobalProcess.RuleEntry;
|
|
5032
|
+
'n/prefer-global/text-decoder': PreferGlobalTextDecoder.RuleEntry;
|
|
5033
|
+
'n/prefer-global/text-encoder': PreferGlobalTextEncoder.RuleEntry;
|
|
5034
|
+
'n/prefer-global/url-search-params': PreferGlobalUrlSearchParams.RuleEntry;
|
|
5035
|
+
'n/prefer-global/url': PreferGlobalUrl.RuleEntry;
|
|
5036
|
+
'n/prefer-node-protocol': PreferNodeProtocol.RuleEntry;
|
|
5037
|
+
'n/prefer-promises/dns': PreferPromisesDns.RuleEntry;
|
|
5038
|
+
'n/prefer-promises/fs': PreferPromisesFs.RuleEntry;
|
|
5039
|
+
'n/process-exit-as-throw': ProcessExitAsThrow.RuleEntry;
|
|
5040
|
+
'n/hashbang': Hashbang.RuleEntry;
|
|
5041
|
+
'n/no-hide-core-modules': NoHideCoreModules.RuleEntry;
|
|
5042
|
+
'n/shebang': Shebang.RuleEntry;
|
|
5043
|
+
}>;
|
|
5044
|
+
export type EslintNRulesOption = Readonly<{
|
|
5045
|
+
'n/callback-return': CallbackReturn.Options;
|
|
5046
|
+
'n/exports-style': readonly [ExportsStyle.Options0, ExportsStyle.Options1];
|
|
5047
|
+
'n/file-extension-in-import': readonly [
|
|
5045
5048
|
FileExtensionInImport.Options0,
|
|
5046
5049
|
FileExtensionInImport.Options1
|
|
5047
5050
|
];
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
}
|
|
5051
|
+
'n/handle-callback-err': HandleCallbackErr.Options;
|
|
5052
|
+
'n/no-deprecated-api': NoDeprecatedApi.Options;
|
|
5053
|
+
'n/no-extraneous-import': NoExtraneousImport.Options;
|
|
5054
|
+
'n/no-extraneous-require': NoExtraneousRequire.Options;
|
|
5055
|
+
'n/no-missing-import': NoMissingImport.Options;
|
|
5056
|
+
'n/no-missing-require': NoMissingRequire.Options;
|
|
5057
|
+
'n/no-mixed-requires': NoMixedRequires.Options;
|
|
5058
|
+
'n/no-process-env': NoProcessEnv.Options;
|
|
5059
|
+
'n/no-restricted-import': NoRestrictedImport.Options;
|
|
5060
|
+
'n/no-restricted-require': NoRestrictedRequire.Options;
|
|
5061
|
+
'n/no-sync': NoSync.Options;
|
|
5062
|
+
'n/no-top-level-await': NoTopLevelAwait.Options;
|
|
5063
|
+
'n/no-unpublished-bin': NoUnpublishedBin.Options;
|
|
5064
|
+
'n/no-unpublished-import': NoUnpublishedImport.Options;
|
|
5065
|
+
'n/no-unpublished-require': NoUnpublishedRequire.Options;
|
|
5066
|
+
'n/no-unsupported-features/es-builtins': NoUnsupportedFeaturesEsBuiltins.Options;
|
|
5067
|
+
'n/no-unsupported-features/es-syntax': NoUnsupportedFeaturesEsSyntax.Options;
|
|
5068
|
+
'n/no-unsupported-features/node-builtins': NoUnsupportedFeaturesNodeBuiltins.Options;
|
|
5069
|
+
'n/prefer-global/buffer': PreferGlobalBuffer.Options;
|
|
5070
|
+
'n/prefer-global/console': PreferGlobalConsole.Options;
|
|
5071
|
+
'n/prefer-global/process': PreferGlobalProcess.Options;
|
|
5072
|
+
'n/prefer-global/text-decoder': PreferGlobalTextDecoder.Options;
|
|
5073
|
+
'n/prefer-global/text-encoder': PreferGlobalTextEncoder.Options;
|
|
5074
|
+
'n/prefer-global/url-search-params': PreferGlobalUrlSearchParams.Options;
|
|
5075
|
+
'n/prefer-global/url': PreferGlobalUrl.Options;
|
|
5076
|
+
'n/prefer-node-protocol': PreferNodeProtocol.Options;
|
|
5077
|
+
'n/hashbang': Hashbang.Options;
|
|
5078
|
+
}>;
|
|
5076
5079
|
export {};
|
|
5077
5080
|
//# sourceMappingURL=eslint-n-rules.d.mts.map
|