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
|
@@ -38,9 +38,9 @@ namespace CallbackReturn {
|
|
|
38
38
|
export type Options = readonly string[];
|
|
39
39
|
|
|
40
40
|
export type RuleEntry =
|
|
41
|
+
| 'off'
|
|
41
42
|
| Linter.Severity
|
|
42
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
43
|
-
| 'off';
|
|
43
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
@@ -81,17 +81,17 @@ namespace ExportsStyle {
|
|
|
81
81
|
* ]
|
|
82
82
|
* ```
|
|
83
83
|
*/
|
|
84
|
-
export type Options0 = 'exports' | '
|
|
84
|
+
export type Options0 = 'module.exports' | 'exports';
|
|
85
85
|
|
|
86
|
-
export type Options1 = {
|
|
87
|
-
|
|
88
|
-
}
|
|
86
|
+
export type Options1 = Readonly<{
|
|
87
|
+
allowBatchAssign?: boolean;
|
|
88
|
+
}>;
|
|
89
89
|
|
|
90
90
|
export type RuleEntry =
|
|
91
|
+
| 'off'
|
|
91
92
|
| Linter.Severity
|
|
92
|
-
| readonly [Linter.StringSeverity, Options0, Options1]
|
|
93
93
|
| readonly [Linter.StringSeverity, Options0]
|
|
94
|
-
|
|
|
94
|
+
| readonly [Linter.StringSeverity, Options0, Options1];
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
/**
|
|
@@ -138,10 +138,10 @@ namespace FileExtensionInImport {
|
|
|
138
138
|
export type Options1 = Readonly<Record<string, 'always' | 'never'>>;
|
|
139
139
|
|
|
140
140
|
export type RuleEntry =
|
|
141
|
+
| 'off'
|
|
141
142
|
| Linter.Severity
|
|
142
|
-
| readonly [Linter.StringSeverity, Options0, Options1]
|
|
143
143
|
| readonly [Linter.StringSeverity, Options0]
|
|
144
|
-
|
|
|
144
|
+
| readonly [Linter.StringSeverity, Options0, Options1];
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
/**
|
|
@@ -189,9 +189,9 @@ namespace HandleCallbackErr {
|
|
|
189
189
|
export type Options = string;
|
|
190
190
|
|
|
191
191
|
export type RuleEntry =
|
|
192
|
+
| 'off'
|
|
192
193
|
| Linter.Severity
|
|
193
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
194
|
-
| 'off';
|
|
194
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
/**
|
|
@@ -378,22 +378,23 @@ namespace NoDeprecatedApi {
|
|
|
378
378
|
* ]
|
|
379
379
|
* ```
|
|
380
380
|
*/
|
|
381
|
-
export type Options = {
|
|
382
|
-
|
|
383
|
-
|
|
381
|
+
export type Options = Readonly<{
|
|
382
|
+
version?: string;
|
|
383
|
+
ignoreModuleItems?: readonly (
|
|
384
384
|
| '_linklist'
|
|
385
385
|
| '_stream_wrap'
|
|
386
386
|
| 'async_hooks.currentId'
|
|
387
387
|
| 'async_hooks.triggerId'
|
|
388
388
|
| 'buffer.Buffer()'
|
|
389
|
+
| 'new buffer.Buffer()'
|
|
389
390
|
| 'buffer.SlowBuffer'
|
|
390
391
|
| 'constants'
|
|
391
392
|
| 'crypto._toBuf'
|
|
393
|
+
| 'crypto.Credentials'
|
|
394
|
+
| 'crypto.DEFAULT_ENCODING'
|
|
392
395
|
| 'crypto.createCipher'
|
|
393
396
|
| 'crypto.createCredentials'
|
|
394
397
|
| 'crypto.createDecipher'
|
|
395
|
-
| 'crypto.Credentials'
|
|
396
|
-
| 'crypto.DEFAULT_ENCODING'
|
|
397
398
|
| 'crypto.fips'
|
|
398
399
|
| 'crypto.prng'
|
|
399
400
|
| 'crypto.pseudoRandomBytes'
|
|
@@ -402,52 +403,50 @@ namespace NoDeprecatedApi {
|
|
|
402
403
|
| 'events.EventEmitter.listenerCount'
|
|
403
404
|
| 'events.listenerCount'
|
|
404
405
|
| 'freelist'
|
|
406
|
+
| 'fs.SyncWriteStream'
|
|
405
407
|
| 'fs.exists'
|
|
406
408
|
| 'fs.lchmod'
|
|
407
409
|
| 'fs.lchmodSync'
|
|
408
|
-
| 'fs.SyncWriteStream'
|
|
409
410
|
| 'http.createClient'
|
|
410
|
-
| 'module._debug'
|
|
411
|
-
| 'module.createRequireFromPath'
|
|
412
|
-
| 'module.Module._debug'
|
|
413
411
|
| 'module.Module.createRequireFromPath'
|
|
414
412
|
| 'module.Module.requireRepl'
|
|
413
|
+
| 'module.Module._debug'
|
|
414
|
+
| 'module.createRequireFromPath'
|
|
415
415
|
| 'module.requireRepl'
|
|
416
|
+
| 'module._debug'
|
|
416
417
|
| 'net._setSimultaneousAccepts'
|
|
417
|
-
| 'new buffer.Buffer()'
|
|
418
|
-
| 'new safe-buffer.Buffer()'
|
|
419
418
|
| 'os.getNetworkInterfaces'
|
|
420
419
|
| 'os.tmpDir'
|
|
421
420
|
| 'path._makeLong'
|
|
421
|
+
| 'process.EventEmitter'
|
|
422
422
|
| 'process.assert'
|
|
423
423
|
| 'process.binding'
|
|
424
424
|
| 'process.env.NODE_REPL_HISTORY_FILE'
|
|
425
|
-
| 'process.EventEmitter'
|
|
426
425
|
| 'process.report.triggerReport'
|
|
427
426
|
| 'punycode'
|
|
428
427
|
| 'readline.codePointAt'
|
|
429
428
|
| 'readline.getStringWidth'
|
|
430
429
|
| 'readline.isFullWidthCodePoint'
|
|
431
430
|
| 'readline.stripVTControlCharacters'
|
|
432
|
-
| 'repl.
|
|
431
|
+
| 'repl.REPLServer'
|
|
433
432
|
| 'repl.Recoverable'
|
|
434
433
|
| 'repl.REPL_MODE_MAGIC'
|
|
435
|
-
| 'repl.
|
|
434
|
+
| 'repl.builtinModules'
|
|
436
435
|
| 'safe-buffer.Buffer()'
|
|
436
|
+
| 'new safe-buffer.Buffer()'
|
|
437
437
|
| 'safe-buffer.SlowBuffer'
|
|
438
438
|
| 'sys'
|
|
439
439
|
| 'timers.enroll'
|
|
440
440
|
| 'timers.unenroll'
|
|
441
441
|
| 'tls.CleartextStream'
|
|
442
|
+
| 'tls.CryptoStream'
|
|
443
|
+
| 'tls.SecurePair'
|
|
442
444
|
| 'tls.convertNPNProtocols'
|
|
443
445
|
| 'tls.createSecurePair'
|
|
444
|
-
| 'tls.CryptoStream'
|
|
445
446
|
| 'tls.parseCertString'
|
|
446
|
-
| 'tls.SecurePair'
|
|
447
447
|
| 'tty.setRawMode'
|
|
448
448
|
| 'url.parse'
|
|
449
449
|
| 'url.resolve'
|
|
450
|
-
| 'util._extend'
|
|
451
450
|
| 'util.debug'
|
|
452
451
|
| 'util.error'
|
|
453
452
|
| 'util.isArray'
|
|
@@ -469,6 +468,7 @@ namespace NoDeprecatedApi {
|
|
|
469
468
|
| 'util.print'
|
|
470
469
|
| 'util.pump'
|
|
471
470
|
| 'util.puts'
|
|
471
|
+
| 'util._extend'
|
|
472
472
|
| 'vm.runInDebugContext'
|
|
473
473
|
| 'zlib.BrotliCompress()'
|
|
474
474
|
| 'zlib.BrotliDecompress()'
|
|
@@ -480,32 +480,32 @@ namespace NoDeprecatedApi {
|
|
|
480
480
|
| 'zlib.InflateRaw()'
|
|
481
481
|
| 'zlib.Unzip()'
|
|
482
482
|
)[];
|
|
483
|
-
|
|
483
|
+
ignoreGlobalItems?: readonly (
|
|
484
484
|
| 'Buffer()'
|
|
485
|
-
| '
|
|
486
|
-
| '
|
|
485
|
+
| 'new Buffer()'
|
|
486
|
+
| 'COUNTER_NET_SERVER_CONNECTION'
|
|
487
|
+
| 'COUNTER_NET_SERVER_CONNECTION_CLOSE'
|
|
487
488
|
| 'COUNTER_HTTP_SERVER_REQUEST'
|
|
488
489
|
| 'COUNTER_HTTP_SERVER_RESPONSE'
|
|
489
|
-
| '
|
|
490
|
-
| '
|
|
490
|
+
| 'COUNTER_HTTP_CLIENT_REQUEST'
|
|
491
|
+
| 'COUNTER_HTTP_CLIENT_RESPONSE'
|
|
491
492
|
| 'GLOBAL'
|
|
492
493
|
| 'Intl.v8BreakIterator'
|
|
493
|
-
| '
|
|
494
|
+
| 'require.extensions'
|
|
495
|
+
| 'root'
|
|
496
|
+
| 'process.EventEmitter'
|
|
494
497
|
| 'process.assert'
|
|
495
498
|
| 'process.binding'
|
|
496
499
|
| 'process.env.NODE_REPL_HISTORY_FILE'
|
|
497
|
-
| 'process.EventEmitter'
|
|
498
500
|
| 'process.report.triggerReport'
|
|
499
|
-
| 'require.extensions'
|
|
500
|
-
| 'root'
|
|
501
501
|
)[];
|
|
502
|
-
|
|
503
|
-
}
|
|
502
|
+
ignoreIndirectDependencies?: boolean;
|
|
503
|
+
}>;
|
|
504
504
|
|
|
505
505
|
export type RuleEntry =
|
|
506
|
+
| 'off'
|
|
506
507
|
| Linter.Severity
|
|
507
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
508
|
-
| 'off';
|
|
508
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
/**
|
|
@@ -629,40 +629,40 @@ namespace NoExtraneousImport {
|
|
|
629
629
|
* ]
|
|
630
630
|
* ```
|
|
631
631
|
*/
|
|
632
|
-
export type Options = {
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
| Record<string, readonly [string, string]
|
|
632
|
+
export type Options = Readonly<{
|
|
633
|
+
allowModules?: readonly string[];
|
|
634
|
+
convertPath?:
|
|
635
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
636
636
|
| readonly [
|
|
637
|
-
{
|
|
637
|
+
Readonly<{
|
|
638
638
|
/** @minItems 1 */
|
|
639
|
-
|
|
640
|
-
|
|
639
|
+
include: readonly [string, ...string[]];
|
|
640
|
+
exclude?: readonly string[];
|
|
641
641
|
/**
|
|
642
642
|
* @minItems 2
|
|
643
643
|
* @maxItems 2
|
|
644
644
|
*/
|
|
645
|
-
|
|
646
|
-
}
|
|
647
|
-
...
|
|
645
|
+
replace: readonly [string, string];
|
|
646
|
+
}>,
|
|
647
|
+
...Readonly<{
|
|
648
648
|
/** @minItems 1 */
|
|
649
|
-
|
|
650
|
-
|
|
649
|
+
include: readonly [string, ...string[]];
|
|
650
|
+
exclude?: readonly string[];
|
|
651
651
|
/**
|
|
652
652
|
* @minItems 2
|
|
653
653
|
* @maxItems 2
|
|
654
654
|
*/
|
|
655
|
-
|
|
656
|
-
}[]
|
|
655
|
+
replace: readonly [string, string];
|
|
656
|
+
}>[],
|
|
657
657
|
];
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
}
|
|
658
|
+
resolvePaths?: readonly string[];
|
|
659
|
+
resolverConfig?: UnknownRecord;
|
|
660
|
+
}>;
|
|
661
661
|
|
|
662
662
|
export type RuleEntry =
|
|
663
|
+
| 'off'
|
|
663
664
|
| Linter.Severity
|
|
664
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
665
|
-
| 'off';
|
|
665
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
/**
|
|
@@ -777,41 +777,41 @@ namespace NoExtraneousRequire {
|
|
|
777
777
|
* ]
|
|
778
778
|
* ```
|
|
779
779
|
*/
|
|
780
|
-
export type Options = {
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
| Record<string, readonly [string, string]
|
|
780
|
+
export type Options = Readonly<{
|
|
781
|
+
allowModules?: readonly string[];
|
|
782
|
+
convertPath?:
|
|
783
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
784
784
|
| readonly [
|
|
785
|
-
{
|
|
785
|
+
Readonly<{
|
|
786
786
|
/** @minItems 1 */
|
|
787
|
-
|
|
788
|
-
|
|
787
|
+
include: readonly [string, ...string[]];
|
|
788
|
+
exclude?: readonly string[];
|
|
789
789
|
/**
|
|
790
790
|
* @minItems 2
|
|
791
791
|
* @maxItems 2
|
|
792
792
|
*/
|
|
793
|
-
|
|
794
|
-
}
|
|
795
|
-
...
|
|
793
|
+
replace: readonly [string, string];
|
|
794
|
+
}>,
|
|
795
|
+
...Readonly<{
|
|
796
796
|
/** @minItems 1 */
|
|
797
|
-
|
|
798
|
-
|
|
797
|
+
include: readonly [string, ...string[]];
|
|
798
|
+
exclude?: readonly string[];
|
|
799
799
|
/**
|
|
800
800
|
* @minItems 2
|
|
801
801
|
* @maxItems 2
|
|
802
802
|
*/
|
|
803
|
-
|
|
804
|
-
}[]
|
|
803
|
+
replace: readonly [string, string];
|
|
804
|
+
}>[],
|
|
805
805
|
];
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
}
|
|
806
|
+
resolvePaths?: readonly string[];
|
|
807
|
+
resolverConfig?: UnknownRecord;
|
|
808
|
+
tryExtensions?: readonly string[];
|
|
809
|
+
}>;
|
|
810
810
|
|
|
811
811
|
export type RuleEntry =
|
|
812
|
+
| 'off'
|
|
812
813
|
| Linter.Severity
|
|
813
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
814
|
-
| 'off';
|
|
814
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
/**
|
|
@@ -909,22 +909,23 @@ namespace NoMissingImport {
|
|
|
909
909
|
* ]
|
|
910
910
|
* ```
|
|
911
911
|
*/
|
|
912
|
-
export type Options = {
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
912
|
+
export type Options = Readonly<{
|
|
913
|
+
allowModules?: readonly string[];
|
|
914
|
+
resolvePaths?: readonly string[];
|
|
915
|
+
resolverConfig?: UnknownRecord;
|
|
916
|
+
tryExtensions?: readonly string[];
|
|
917
|
+
/** @default false */
|
|
918
|
+
ignoreTypeImport?: boolean;
|
|
919
|
+
tsconfigPath?: string;
|
|
920
|
+
typescriptExtensionMap?:
|
|
920
921
|
| readonly (readonly unknown[])[]
|
|
921
|
-
| ('
|
|
922
|
-
}
|
|
922
|
+
| ('react' | 'react-jsx' | 'react-jsxdev' | 'react-native' | 'preserve');
|
|
923
|
+
}>;
|
|
923
924
|
|
|
924
925
|
export type RuleEntry =
|
|
926
|
+
| 'off'
|
|
925
927
|
| Linter.Severity
|
|
926
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
927
|
-
| 'off';
|
|
928
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
928
929
|
}
|
|
929
930
|
|
|
930
931
|
/**
|
|
@@ -1018,21 +1019,21 @@ namespace NoMissingRequire {
|
|
|
1018
1019
|
* ]
|
|
1019
1020
|
* ```
|
|
1020
1021
|
*/
|
|
1021
|
-
export type Options = {
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1022
|
+
export type Options = Readonly<{
|
|
1023
|
+
allowModules?: readonly string[];
|
|
1024
|
+
tryExtensions?: readonly string[];
|
|
1025
|
+
resolvePaths?: readonly string[];
|
|
1026
|
+
resolverConfig?: UnknownRecord;
|
|
1027
|
+
typescriptExtensionMap?:
|
|
1027
1028
|
| readonly (readonly unknown[])[]
|
|
1028
|
-
| ('
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1029
|
+
| ('react' | 'react-jsx' | 'react-jsxdev' | 'react-native' | 'preserve');
|
|
1030
|
+
tsconfigPath?: string;
|
|
1031
|
+
}>;
|
|
1031
1032
|
|
|
1032
1033
|
export type RuleEntry =
|
|
1034
|
+
| 'off'
|
|
1033
1035
|
| Linter.Severity
|
|
1034
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1035
|
-
| 'off';
|
|
1036
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1036
1037
|
}
|
|
1037
1038
|
|
|
1038
1039
|
/**
|
|
@@ -1078,15 +1079,15 @@ namespace NoMixedRequires {
|
|
|
1078
1079
|
*/
|
|
1079
1080
|
export type Options =
|
|
1080
1081
|
| boolean
|
|
1081
|
-
| {
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
}
|
|
1082
|
+
| Readonly<{
|
|
1083
|
+
grouping?: boolean;
|
|
1084
|
+
allowCall?: boolean;
|
|
1085
|
+
}>;
|
|
1085
1086
|
|
|
1086
1087
|
export type RuleEntry =
|
|
1088
|
+
| 'off'
|
|
1087
1089
|
| Linter.Severity
|
|
1088
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1089
|
-
| 'off';
|
|
1090
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1090
1091
|
}
|
|
1091
1092
|
|
|
1092
1093
|
/**
|
|
@@ -1157,14 +1158,14 @@ namespace NoProcessEnv {
|
|
|
1157
1158
|
* ]
|
|
1158
1159
|
* ```
|
|
1159
1160
|
*/
|
|
1160
|
-
export type Options = {
|
|
1161
|
-
|
|
1162
|
-
}
|
|
1161
|
+
export type Options = Readonly<{
|
|
1162
|
+
allowedVariables?: readonly string[];
|
|
1163
|
+
}>;
|
|
1163
1164
|
|
|
1164
1165
|
export type RuleEntry =
|
|
1166
|
+
| 'off'
|
|
1165
1167
|
| Linter.Severity
|
|
1166
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1167
|
-
| 'off';
|
|
1168
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1168
1169
|
}
|
|
1169
1170
|
|
|
1170
1171
|
/**
|
|
@@ -1245,16 +1246,16 @@ namespace NoRestrictedImport {
|
|
|
1245
1246
|
*/
|
|
1246
1247
|
export type Options = readonly (
|
|
1247
1248
|
| string
|
|
1248
|
-
| {
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
}
|
|
1249
|
+
| Readonly<{
|
|
1250
|
+
name: string | readonly string[];
|
|
1251
|
+
message?: string;
|
|
1252
|
+
}>
|
|
1252
1253
|
)[];
|
|
1253
1254
|
|
|
1254
1255
|
export type RuleEntry =
|
|
1256
|
+
| 'off'
|
|
1255
1257
|
| Linter.Severity
|
|
1256
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1257
|
-
| 'off';
|
|
1258
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1258
1259
|
}
|
|
1259
1260
|
|
|
1260
1261
|
/**
|
|
@@ -1318,16 +1319,16 @@ namespace NoRestrictedRequire {
|
|
|
1318
1319
|
*/
|
|
1319
1320
|
export type Options = readonly (
|
|
1320
1321
|
| string
|
|
1321
|
-
| {
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
}
|
|
1322
|
+
| Readonly<{
|
|
1323
|
+
name: string | readonly string[];
|
|
1324
|
+
message?: string;
|
|
1325
|
+
}>
|
|
1325
1326
|
)[];
|
|
1326
1327
|
|
|
1327
1328
|
export type RuleEntry =
|
|
1329
|
+
| 'off'
|
|
1328
1330
|
| Linter.Severity
|
|
1329
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1330
|
-
| 'off';
|
|
1331
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1331
1332
|
}
|
|
1332
1333
|
|
|
1333
1334
|
/**
|
|
@@ -1424,31 +1425,35 @@ namespace NoSync {
|
|
|
1424
1425
|
* ]
|
|
1425
1426
|
* ```
|
|
1426
1427
|
*/
|
|
1427
|
-
export type Options = {
|
|
1428
|
-
|
|
1429
|
-
|
|
1428
|
+
export type Options = Readonly<{
|
|
1429
|
+
/** @default false */
|
|
1430
|
+
allowAtRootLevel?: boolean;
|
|
1431
|
+
/** @default [ ] */
|
|
1432
|
+
ignores?: readonly (
|
|
1430
1433
|
| string
|
|
1431
|
-
|
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1434
|
+
| Readonly<
|
|
1435
|
+
| {
|
|
1436
|
+
from?: 'file';
|
|
1437
|
+
path?: string;
|
|
1438
|
+
name?: readonly string[];
|
|
1439
|
+
}
|
|
1440
|
+
| {
|
|
1441
|
+
from?: 'lib';
|
|
1442
|
+
name?: readonly string[];
|
|
1443
|
+
}
|
|
1444
|
+
| {
|
|
1445
|
+
from?: 'package';
|
|
1446
|
+
package?: string;
|
|
1447
|
+
name?: readonly string[];
|
|
1448
|
+
}
|
|
1449
|
+
>
|
|
1445
1450
|
)[];
|
|
1446
|
-
}
|
|
1451
|
+
}>;
|
|
1447
1452
|
|
|
1448
1453
|
export type RuleEntry =
|
|
1454
|
+
| 'off'
|
|
1449
1455
|
| Linter.Severity
|
|
1450
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1451
|
-
| 'off';
|
|
1456
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1452
1457
|
}
|
|
1453
1458
|
|
|
1454
1459
|
/**
|
|
@@ -1538,38 +1543,38 @@ namespace NoTopLevelAwait {
|
|
|
1538
1543
|
* ]
|
|
1539
1544
|
* ```
|
|
1540
1545
|
*/
|
|
1541
|
-
export type Options = {
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
| Record<string, readonly [string, string]
|
|
1546
|
+
export type Options = Readonly<{
|
|
1547
|
+
ignoreBin?: boolean;
|
|
1548
|
+
convertPath?:
|
|
1549
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
1545
1550
|
| readonly [
|
|
1546
|
-
{
|
|
1551
|
+
Readonly<{
|
|
1547
1552
|
/** @minItems 1 */
|
|
1548
|
-
|
|
1549
|
-
|
|
1553
|
+
include: readonly [string, ...string[]];
|
|
1554
|
+
exclude?: readonly string[];
|
|
1550
1555
|
/**
|
|
1551
1556
|
* @minItems 2
|
|
1552
1557
|
* @maxItems 2
|
|
1553
1558
|
*/
|
|
1554
|
-
|
|
1555
|
-
}
|
|
1556
|
-
...
|
|
1559
|
+
replace: readonly [string, string];
|
|
1560
|
+
}>,
|
|
1561
|
+
...Readonly<{
|
|
1557
1562
|
/** @minItems 1 */
|
|
1558
|
-
|
|
1559
|
-
|
|
1563
|
+
include: readonly [string, ...string[]];
|
|
1564
|
+
exclude?: readonly string[];
|
|
1560
1565
|
/**
|
|
1561
1566
|
* @minItems 2
|
|
1562
1567
|
* @maxItems 2
|
|
1563
1568
|
*/
|
|
1564
|
-
|
|
1565
|
-
}[]
|
|
1569
|
+
replace: readonly [string, string];
|
|
1570
|
+
}>[],
|
|
1566
1571
|
];
|
|
1567
|
-
}
|
|
1572
|
+
}>;
|
|
1568
1573
|
|
|
1569
1574
|
export type RuleEntry =
|
|
1575
|
+
| 'off'
|
|
1570
1576
|
| Linter.Severity
|
|
1571
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1572
|
-
| 'off';
|
|
1577
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1573
1578
|
}
|
|
1574
1579
|
|
|
1575
1580
|
/**
|
|
@@ -1655,38 +1660,38 @@ namespace NoUnpublishedBin {
|
|
|
1655
1660
|
* ]
|
|
1656
1661
|
* ```
|
|
1657
1662
|
*/
|
|
1658
|
-
export type Options = {
|
|
1659
|
-
|
|
1660
|
-
| Record<string, readonly [string, string]
|
|
1663
|
+
export type Options = Readonly<{
|
|
1664
|
+
convertPath?:
|
|
1665
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
1661
1666
|
| readonly [
|
|
1662
|
-
{
|
|
1667
|
+
Readonly<{
|
|
1663
1668
|
/** @minItems 1 */
|
|
1664
|
-
|
|
1665
|
-
|
|
1669
|
+
include: readonly [string, ...string[]];
|
|
1670
|
+
exclude?: readonly string[];
|
|
1666
1671
|
/**
|
|
1667
1672
|
* @minItems 2
|
|
1668
1673
|
* @maxItems 2
|
|
1669
1674
|
*/
|
|
1670
|
-
|
|
1671
|
-
}
|
|
1672
|
-
...
|
|
1675
|
+
replace: readonly [string, string];
|
|
1676
|
+
}>,
|
|
1677
|
+
...Readonly<{
|
|
1673
1678
|
/** @minItems 1 */
|
|
1674
|
-
|
|
1675
|
-
|
|
1679
|
+
include: readonly [string, ...string[]];
|
|
1680
|
+
exclude?: readonly string[];
|
|
1676
1681
|
/**
|
|
1677
1682
|
* @minItems 2
|
|
1678
1683
|
* @maxItems 2
|
|
1679
1684
|
*/
|
|
1680
|
-
|
|
1681
|
-
}[]
|
|
1685
|
+
replace: readonly [string, string];
|
|
1686
|
+
}>[],
|
|
1682
1687
|
];
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1688
|
+
[k: string]: unknown;
|
|
1689
|
+
}>;
|
|
1685
1690
|
|
|
1686
1691
|
export type RuleEntry =
|
|
1692
|
+
| 'off'
|
|
1687
1693
|
| Linter.Severity
|
|
1688
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1689
|
-
| 'off';
|
|
1694
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1690
1695
|
}
|
|
1691
1696
|
|
|
1692
1697
|
/**
|
|
@@ -1809,43 +1814,45 @@ namespace NoUnpublishedImport {
|
|
|
1809
1814
|
* ]
|
|
1810
1815
|
* ```
|
|
1811
1816
|
*/
|
|
1812
|
-
export type Options = {
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
| Record<string, readonly [string, string]
|
|
1817
|
+
export type Options = Readonly<{
|
|
1818
|
+
allowModules?: readonly string[];
|
|
1819
|
+
convertPath?:
|
|
1820
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
1816
1821
|
| readonly [
|
|
1817
|
-
{
|
|
1822
|
+
Readonly<{
|
|
1818
1823
|
/** @minItems 1 */
|
|
1819
|
-
|
|
1820
|
-
|
|
1824
|
+
include: readonly [string, ...string[]];
|
|
1825
|
+
exclude?: readonly string[];
|
|
1821
1826
|
/**
|
|
1822
1827
|
* @minItems 2
|
|
1823
1828
|
* @maxItems 2
|
|
1824
1829
|
*/
|
|
1825
|
-
|
|
1826
|
-
}
|
|
1827
|
-
...
|
|
1830
|
+
replace: readonly [string, string];
|
|
1831
|
+
}>,
|
|
1832
|
+
...Readonly<{
|
|
1828
1833
|
/** @minItems 1 */
|
|
1829
|
-
|
|
1830
|
-
|
|
1834
|
+
include: readonly [string, ...string[]];
|
|
1835
|
+
exclude?: readonly string[];
|
|
1831
1836
|
/**
|
|
1832
1837
|
* @minItems 2
|
|
1833
1838
|
* @maxItems 2
|
|
1834
1839
|
*/
|
|
1835
|
-
|
|
1836
|
-
}[]
|
|
1840
|
+
replace: readonly [string, string];
|
|
1841
|
+
}>[],
|
|
1837
1842
|
];
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1843
|
+
resolvePaths?: readonly string[];
|
|
1844
|
+
resolverConfig?: UnknownRecord;
|
|
1845
|
+
tryExtensions?: readonly string[];
|
|
1846
|
+
/** @default false */
|
|
1847
|
+
ignoreTypeImport?: boolean;
|
|
1848
|
+
/** @default true */
|
|
1849
|
+
ignorePrivate?: boolean;
|
|
1850
|
+
}>;
|
|
1844
1851
|
|
|
1845
1852
|
export type RuleEntry =
|
|
1853
|
+
| 'off'
|
|
1846
1854
|
| Linter.Severity
|
|
1847
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
1848
|
-
| 'off';
|
|
1855
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
1849
1856
|
}
|
|
1850
1857
|
|
|
1851
1858
|
/**
|
|
@@ -1964,42 +1971,43 @@ namespace NoUnpublishedRequire {
|
|
|
1964
1971
|
* ]
|
|
1965
1972
|
* ```
|
|
1966
1973
|
*/
|
|
1967
|
-
export type Options = {
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
| Record<string, readonly [string, string]
|
|
1974
|
+
export type Options = Readonly<{
|
|
1975
|
+
allowModules?: readonly string[];
|
|
1976
|
+
convertPath?:
|
|
1977
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
1971
1978
|
| readonly [
|
|
1972
|
-
{
|
|
1979
|
+
Readonly<{
|
|
1973
1980
|
/** @minItems 1 */
|
|
1974
|
-
|
|
1975
|
-
|
|
1981
|
+
include: readonly [string, ...string[]];
|
|
1982
|
+
exclude?: readonly string[];
|
|
1976
1983
|
/**
|
|
1977
1984
|
* @minItems 2
|
|
1978
1985
|
* @maxItems 2
|
|
1979
1986
|
*/
|
|
1980
|
-
|
|
1981
|
-
}
|
|
1982
|
-
...
|
|
1987
|
+
replace: readonly [string, string];
|
|
1988
|
+
}>,
|
|
1989
|
+
...Readonly<{
|
|
1983
1990
|
/** @minItems 1 */
|
|
1984
|
-
|
|
1985
|
-
|
|
1991
|
+
include: readonly [string, ...string[]];
|
|
1992
|
+
exclude?: readonly string[];
|
|
1986
1993
|
/**
|
|
1987
1994
|
* @minItems 2
|
|
1988
1995
|
* @maxItems 2
|
|
1989
1996
|
*/
|
|
1990
|
-
|
|
1991
|
-
}[]
|
|
1997
|
+
replace: readonly [string, string];
|
|
1998
|
+
}>[],
|
|
1992
1999
|
];
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
2000
|
+
resolvePaths?: readonly string[];
|
|
2001
|
+
resolverConfig?: UnknownRecord;
|
|
2002
|
+
tryExtensions?: readonly string[];
|
|
2003
|
+
/** @default true */
|
|
2004
|
+
ignorePrivate?: boolean;
|
|
2005
|
+
}>;
|
|
1998
2006
|
|
|
1999
2007
|
export type RuleEntry =
|
|
2008
|
+
| 'off'
|
|
2000
2009
|
| Linter.Severity
|
|
2001
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
2002
|
-
| 'off';
|
|
2010
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
2003
2011
|
}
|
|
2004
2012
|
|
|
2005
2013
|
/**
|
|
@@ -2324,18 +2332,19 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2324
2332
|
* ]
|
|
2325
2333
|
* ```
|
|
2326
2334
|
*/
|
|
2327
|
-
export type Options = {
|
|
2328
|
-
|
|
2329
|
-
|
|
2335
|
+
export type Options = Readonly<{
|
|
2336
|
+
version?: string;
|
|
2337
|
+
ignores?: readonly (
|
|
2330
2338
|
| 'AggregateError'
|
|
2339
|
+
| 'Array'
|
|
2331
2340
|
| 'Array.from'
|
|
2332
2341
|
| 'Array.isArray'
|
|
2333
2342
|
| 'Array.length'
|
|
2334
2343
|
| 'Array.of'
|
|
2335
2344
|
| 'Array.toLocaleString'
|
|
2336
|
-
| 'Array'
|
|
2337
|
-
| 'ArrayBuffer.isView'
|
|
2338
2345
|
| 'ArrayBuffer'
|
|
2346
|
+
| 'ArrayBuffer.isView'
|
|
2347
|
+
| 'Atomics'
|
|
2339
2348
|
| 'Atomics.add'
|
|
2340
2349
|
| 'Atomics.and'
|
|
2341
2350
|
| 'Atomics.compareExchange'
|
|
@@ -2349,73 +2358,65 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2349
2358
|
| 'Atomics.wait'
|
|
2350
2359
|
| 'Atomics.waitAsync'
|
|
2351
2360
|
| 'Atomics.xor'
|
|
2352
|
-
| '
|
|
2361
|
+
| 'BigInt'
|
|
2353
2362
|
| 'BigInt.asIntN'
|
|
2354
2363
|
| 'BigInt.asUintN'
|
|
2355
|
-
| '
|
|
2364
|
+
| 'BigInt64Array'
|
|
2356
2365
|
| 'BigInt64Array.BYTES_PER_ELEMENT'
|
|
2357
2366
|
| 'BigInt64Array.from'
|
|
2358
2367
|
| 'BigInt64Array.name'
|
|
2359
2368
|
| 'BigInt64Array.of'
|
|
2360
|
-
| '
|
|
2369
|
+
| 'BigUint64Array'
|
|
2361
2370
|
| 'BigUint64Array.BYTES_PER_ELEMENT'
|
|
2362
2371
|
| 'BigUint64Array.from'
|
|
2363
2372
|
| 'BigUint64Array.name'
|
|
2364
2373
|
| 'BigUint64Array.of'
|
|
2365
|
-
| 'BigUint64Array'
|
|
2366
2374
|
| 'Boolean'
|
|
2367
2375
|
| 'DataView'
|
|
2376
|
+
| 'Date'
|
|
2377
|
+
| 'Date.UTC'
|
|
2368
2378
|
| 'Date.now'
|
|
2369
2379
|
| 'Date.parse'
|
|
2370
2380
|
| 'Date.toLocaleDateString'
|
|
2371
2381
|
| 'Date.toLocaleString'
|
|
2372
2382
|
| 'Date.toLocaleTimeString'
|
|
2373
|
-
| 'Date.UTC'
|
|
2374
|
-
| 'Date'
|
|
2375
|
-
| 'decodeURI'
|
|
2376
|
-
| 'decodeURIComponent'
|
|
2377
|
-
| 'encodeURI'
|
|
2378
|
-
| 'encodeURIComponent'
|
|
2379
|
-
| 'Error.cause'
|
|
2380
2383
|
| 'Error'
|
|
2381
|
-
| '
|
|
2382
|
-
| 'eval'
|
|
2384
|
+
| 'Error.cause'
|
|
2383
2385
|
| 'EvalError'
|
|
2384
2386
|
| 'FinalizationRegistry'
|
|
2387
|
+
| 'Float32Array'
|
|
2385
2388
|
| 'Float32Array.BYTES_PER_ELEMENT'
|
|
2386
2389
|
| 'Float32Array.from'
|
|
2387
2390
|
| 'Float32Array.name'
|
|
2388
2391
|
| 'Float32Array.of'
|
|
2389
|
-
| '
|
|
2392
|
+
| 'Float64Array'
|
|
2390
2393
|
| 'Float64Array.BYTES_PER_ELEMENT'
|
|
2391
2394
|
| 'Float64Array.from'
|
|
2392
2395
|
| 'Float64Array.name'
|
|
2393
2396
|
| 'Float64Array.of'
|
|
2394
|
-
| '
|
|
2397
|
+
| 'Function'
|
|
2395
2398
|
| 'Function.length'
|
|
2396
2399
|
| 'Function.name'
|
|
2397
|
-
| 'Function'
|
|
2398
|
-
| 'globalThis'
|
|
2399
2400
|
| 'Infinity'
|
|
2400
|
-
| '
|
|
2401
|
-
| 'Int8Array.from'
|
|
2402
|
-
| 'Int8Array.name'
|
|
2403
|
-
| 'Int8Array.of'
|
|
2404
|
-
| 'Int8Array'
|
|
2401
|
+
| 'Int16Array'
|
|
2405
2402
|
| 'Int16Array.BYTES_PER_ELEMENT'
|
|
2406
2403
|
| 'Int16Array.from'
|
|
2407
2404
|
| 'Int16Array.name'
|
|
2408
2405
|
| 'Int16Array.of'
|
|
2409
|
-
| '
|
|
2406
|
+
| 'Int32Array'
|
|
2410
2407
|
| 'Int32Array.BYTES_PER_ELEMENT'
|
|
2411
2408
|
| 'Int32Array.from'
|
|
2412
2409
|
| 'Int32Array.name'
|
|
2413
2410
|
| 'Int32Array.of'
|
|
2414
|
-
| '
|
|
2411
|
+
| 'Int8Array'
|
|
2412
|
+
| 'Int8Array.BYTES_PER_ELEMENT'
|
|
2413
|
+
| 'Int8Array.from'
|
|
2414
|
+
| 'Int8Array.name'
|
|
2415
|
+
| 'Int8Array.of'
|
|
2416
|
+
| 'Intl'
|
|
2415
2417
|
| 'Intl.Collator'
|
|
2416
2418
|
| 'Intl.DateTimeFormat'
|
|
2417
2419
|
| 'Intl.DisplayNames'
|
|
2418
|
-
| 'Intl.getCanonicalLocales'
|
|
2419
2420
|
| 'Intl.ListFormat'
|
|
2420
2421
|
| 'Intl.Locale'
|
|
2421
2422
|
| 'Intl.NumberFormat'
|
|
@@ -2423,15 +2424,22 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2423
2424
|
| 'Intl.RelativeTimeFormat'
|
|
2424
2425
|
| 'Intl.Segmenter'
|
|
2425
2426
|
| 'Intl.Segments'
|
|
2427
|
+
| 'Intl.getCanonicalLocales'
|
|
2426
2428
|
| 'Intl.supportedValuesOf'
|
|
2427
|
-
| '
|
|
2428
|
-
| 'isFinite'
|
|
2429
|
-
| 'isNaN'
|
|
2429
|
+
| 'JSON'
|
|
2430
2430
|
| 'JSON.parse'
|
|
2431
2431
|
| 'JSON.stringify'
|
|
2432
|
-
| 'JSON'
|
|
2433
|
-
| 'Map.groupBy'
|
|
2434
2432
|
| 'Map'
|
|
2433
|
+
| 'Map.groupBy'
|
|
2434
|
+
| 'Math'
|
|
2435
|
+
| 'Math.E'
|
|
2436
|
+
| 'Math.LN10'
|
|
2437
|
+
| 'Math.LN2'
|
|
2438
|
+
| 'Math.LOG10E'
|
|
2439
|
+
| 'Math.LOG2E'
|
|
2440
|
+
| 'Math.PI'
|
|
2441
|
+
| 'Math.SQRT1_2'
|
|
2442
|
+
| 'Math.SQRT2'
|
|
2435
2443
|
| 'Math.abs'
|
|
2436
2444
|
| 'Math.acos'
|
|
2437
2445
|
| 'Math.acosh'
|
|
@@ -2445,24 +2453,18 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2445
2453
|
| 'Math.clz32'
|
|
2446
2454
|
| 'Math.cos'
|
|
2447
2455
|
| 'Math.cosh'
|
|
2448
|
-
| 'Math.E'
|
|
2449
2456
|
| 'Math.exp'
|
|
2450
2457
|
| 'Math.expm1'
|
|
2451
2458
|
| 'Math.floor'
|
|
2452
2459
|
| 'Math.fround'
|
|
2453
2460
|
| 'Math.hypot'
|
|
2454
2461
|
| 'Math.imul'
|
|
2455
|
-
| 'Math.LN2'
|
|
2456
|
-
| 'Math.LN10'
|
|
2457
2462
|
| 'Math.log'
|
|
2463
|
+
| 'Math.log10'
|
|
2458
2464
|
| 'Math.log1p'
|
|
2459
2465
|
| 'Math.log2'
|
|
2460
|
-
| 'Math.LOG2E'
|
|
2461
|
-
| 'Math.log10'
|
|
2462
|
-
| 'Math.LOG10E'
|
|
2463
2466
|
| 'Math.max'
|
|
2464
2467
|
| 'Math.min'
|
|
2465
|
-
| 'Math.PI'
|
|
2466
2468
|
| 'Math.pow'
|
|
2467
2469
|
| 'Math.random'
|
|
2468
2470
|
| 'Math.round'
|
|
@@ -2470,27 +2472,24 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2470
2472
|
| 'Math.sin'
|
|
2471
2473
|
| 'Math.sinh'
|
|
2472
2474
|
| 'Math.sqrt'
|
|
2473
|
-
| 'Math.SQRT1_2'
|
|
2474
|
-
| 'Math.SQRT2'
|
|
2475
2475
|
| 'Math.tan'
|
|
2476
2476
|
| 'Math.tanh'
|
|
2477
2477
|
| 'Math.trunc'
|
|
2478
|
-
| 'Math'
|
|
2479
2478
|
| 'NaN'
|
|
2480
2479
|
| 'Number.EPSILON'
|
|
2481
|
-
| 'Number.isFinite'
|
|
2482
|
-
| 'Number.isInteger'
|
|
2483
|
-
| 'Number.isNaN'
|
|
2484
|
-
| 'Number.isSafeInteger'
|
|
2485
2480
|
| 'Number.MAX_SAFE_INTEGER'
|
|
2486
2481
|
| 'Number.MAX_VALUE'
|
|
2487
2482
|
| 'Number.MIN_SAFE_INTEGER'
|
|
2488
2483
|
| 'Number.MIN_VALUE'
|
|
2489
|
-
| 'Number.NaN'
|
|
2490
2484
|
| 'Number.NEGATIVE_INFINITY'
|
|
2485
|
+
| 'Number.NaN'
|
|
2486
|
+
| 'Number.POSITIVE_INFINITY'
|
|
2487
|
+
| 'Number.isFinite'
|
|
2488
|
+
| 'Number.isInteger'
|
|
2489
|
+
| 'Number.isNaN'
|
|
2490
|
+
| 'Number.isSafeInteger'
|
|
2491
2491
|
| 'Number.parseFloat'
|
|
2492
2492
|
| 'Number.parseInt'
|
|
2493
|
-
| 'Number.POSITIVE_INFINITY'
|
|
2494
2493
|
| 'Number.toLocaleString'
|
|
2495
2494
|
| 'Object.assign'
|
|
2496
2495
|
| 'Object.create'
|
|
@@ -2520,19 +2519,18 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2520
2519
|
| 'Object.seal'
|
|
2521
2520
|
| 'Object.setPrototypeOf'
|
|
2522
2521
|
| 'Object.values'
|
|
2523
|
-
| '
|
|
2524
|
-
| 'parseInt'
|
|
2522
|
+
| 'Promise'
|
|
2525
2523
|
| 'Promise.all'
|
|
2526
2524
|
| 'Promise.allSettled'
|
|
2527
2525
|
| 'Promise.any'
|
|
2528
2526
|
| 'Promise.race'
|
|
2529
2527
|
| 'Promise.reject'
|
|
2530
2528
|
| 'Promise.resolve'
|
|
2531
|
-
| 'Promise'
|
|
2532
|
-
| 'Proxy.revocable'
|
|
2533
2529
|
| 'Proxy'
|
|
2530
|
+
| 'Proxy.revocable'
|
|
2534
2531
|
| 'RangeError'
|
|
2535
2532
|
| 'ReferenceError'
|
|
2533
|
+
| 'Reflect'
|
|
2536
2534
|
| 'Reflect.apply'
|
|
2537
2535
|
| 'Reflect.construct'
|
|
2538
2536
|
| 'Reflect.defineProperty'
|
|
@@ -2546,7 +2544,7 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2546
2544
|
| 'Reflect.preventExtensions'
|
|
2547
2545
|
| 'Reflect.set'
|
|
2548
2546
|
| 'Reflect.setPrototypeOf'
|
|
2549
|
-
| '
|
|
2547
|
+
| 'RegExp'
|
|
2550
2548
|
| 'RegExp.dotAll'
|
|
2551
2549
|
| 'RegExp.hasIndices'
|
|
2552
2550
|
| 'RegExp.input'
|
|
@@ -2556,9 +2554,9 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2556
2554
|
| 'RegExp.leftContext'
|
|
2557
2555
|
| 'RegExp.n'
|
|
2558
2556
|
| 'RegExp.rightContext'
|
|
2559
|
-
| 'RegExp'
|
|
2560
2557
|
| 'Set'
|
|
2561
2558
|
| 'SharedArrayBuffer'
|
|
2559
|
+
| 'String'
|
|
2562
2560
|
| 'String.fromCharCode'
|
|
2563
2561
|
| 'String.fromCodePoint'
|
|
2564
2562
|
| 'String.length'
|
|
@@ -2566,7 +2564,7 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2566
2564
|
| 'String.raw'
|
|
2567
2565
|
| 'String.toLocaleLowerCase'
|
|
2568
2566
|
| 'String.toLocaleUpperCase'
|
|
2569
|
-
| '
|
|
2567
|
+
| 'Symbol'
|
|
2570
2568
|
| 'Symbol.asyncIterator'
|
|
2571
2569
|
| 'Symbol.for'
|
|
2572
2570
|
| 'Symbol.hasInstance'
|
|
@@ -2582,41 +2580,51 @@ namespace NoUnsupportedFeaturesEsBuiltins {
|
|
|
2582
2580
|
| 'Symbol.toPrimitive'
|
|
2583
2581
|
| 'Symbol.toStringTag'
|
|
2584
2582
|
| 'Symbol.unscopables'
|
|
2585
|
-
| 'Symbol'
|
|
2586
2583
|
| 'SyntaxError'
|
|
2587
2584
|
| 'TypeError'
|
|
2588
|
-
| '
|
|
2589
|
-
| '
|
|
2590
|
-
| 'Uint8Array.name'
|
|
2591
|
-
| 'Uint8Array.of'
|
|
2592
|
-
| 'Uint8Array'
|
|
2593
|
-
| 'Uint8ClampedArray.BYTES_PER_ELEMENT'
|
|
2594
|
-
| 'Uint8ClampedArray.from'
|
|
2595
|
-
| 'Uint8ClampedArray.name'
|
|
2596
|
-
| 'Uint8ClampedArray.of'
|
|
2597
|
-
| 'Uint8ClampedArray'
|
|
2585
|
+
| 'URIError'
|
|
2586
|
+
| 'Uint16Array'
|
|
2598
2587
|
| 'Uint16Array.BYTES_PER_ELEMENT'
|
|
2599
2588
|
| 'Uint16Array.from'
|
|
2600
2589
|
| 'Uint16Array.name'
|
|
2601
2590
|
| 'Uint16Array.of'
|
|
2602
|
-
| '
|
|
2591
|
+
| 'Uint32Array'
|
|
2603
2592
|
| 'Uint32Array.BYTES_PER_ELEMENT'
|
|
2604
2593
|
| 'Uint32Array.from'
|
|
2605
2594
|
| 'Uint32Array.name'
|
|
2606
2595
|
| 'Uint32Array.of'
|
|
2607
|
-
| '
|
|
2608
|
-
| '
|
|
2609
|
-
| '
|
|
2596
|
+
| 'Uint8Array'
|
|
2597
|
+
| 'Uint8Array.BYTES_PER_ELEMENT'
|
|
2598
|
+
| 'Uint8Array.from'
|
|
2599
|
+
| 'Uint8Array.name'
|
|
2600
|
+
| 'Uint8Array.of'
|
|
2601
|
+
| 'Uint8ClampedArray'
|
|
2602
|
+
| 'Uint8ClampedArray.BYTES_PER_ELEMENT'
|
|
2603
|
+
| 'Uint8ClampedArray.from'
|
|
2604
|
+
| 'Uint8ClampedArray.name'
|
|
2605
|
+
| 'Uint8ClampedArray.of'
|
|
2610
2606
|
| 'WeakMap'
|
|
2611
2607
|
| 'WeakRef'
|
|
2612
2608
|
| 'WeakSet'
|
|
2609
|
+
| 'decodeURI'
|
|
2610
|
+
| 'decodeURIComponent'
|
|
2611
|
+
| 'encodeURI'
|
|
2612
|
+
| 'encodeURIComponent'
|
|
2613
|
+
| 'escape'
|
|
2614
|
+
| 'eval'
|
|
2615
|
+
| 'globalThis'
|
|
2616
|
+
| 'isFinite'
|
|
2617
|
+
| 'isNaN'
|
|
2618
|
+
| 'parseFloat'
|
|
2619
|
+
| 'parseInt'
|
|
2620
|
+
| 'unescape'
|
|
2613
2621
|
)[];
|
|
2614
|
-
}
|
|
2622
|
+
}>;
|
|
2615
2623
|
|
|
2616
2624
|
export type RuleEntry =
|
|
2625
|
+
| 'off'
|
|
2617
2626
|
| Linter.Severity
|
|
2618
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
2619
|
-
| 'off';
|
|
2627
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
2620
2628
|
}
|
|
2621
2629
|
|
|
2622
2630
|
/**
|
|
@@ -3248,606 +3256,606 @@ namespace NoUnsupportedFeaturesEsSyntax {
|
|
|
3248
3256
|
* ]
|
|
3249
3257
|
* ```
|
|
3250
3258
|
*/
|
|
3251
|
-
export type Options = {
|
|
3252
|
-
|
|
3253
|
-
|
|
3259
|
+
export type Options = Readonly<{
|
|
3260
|
+
version?: string;
|
|
3261
|
+
ignores?: readonly (
|
|
3262
|
+
| 'no-accessor-properties'
|
|
3254
3263
|
| 'accessor-properties'
|
|
3255
3264
|
| 'accessorProperties'
|
|
3265
|
+
| 'no-arbitrary-module-namespace-names'
|
|
3256
3266
|
| 'arbitrary-module-namespace-names'
|
|
3257
3267
|
| 'arbitraryModuleNamespaceNames'
|
|
3268
|
+
| 'no-array-from'
|
|
3258
3269
|
| 'array-from'
|
|
3270
|
+
| 'arrayFrom'
|
|
3271
|
+
| 'no-array-isarray'
|
|
3259
3272
|
| 'array-isarray'
|
|
3273
|
+
| 'arrayIsarray'
|
|
3274
|
+
| 'no-array-of'
|
|
3260
3275
|
| 'array-of'
|
|
3276
|
+
| 'arrayOf'
|
|
3277
|
+
| 'no-array-prototype-copywithin'
|
|
3261
3278
|
| 'array-prototype-copywithin'
|
|
3279
|
+
| 'arrayPrototypeCopywithin'
|
|
3280
|
+
| 'no-array-prototype-entries'
|
|
3262
3281
|
| 'array-prototype-entries'
|
|
3282
|
+
| 'arrayPrototypeEntries'
|
|
3283
|
+
| 'no-array-prototype-every'
|
|
3263
3284
|
| 'array-prototype-every'
|
|
3285
|
+
| 'arrayPrototypeEvery'
|
|
3286
|
+
| 'no-array-prototype-fill'
|
|
3264
3287
|
| 'array-prototype-fill'
|
|
3288
|
+
| 'arrayPrototypeFill'
|
|
3289
|
+
| 'no-array-prototype-filter'
|
|
3265
3290
|
| 'array-prototype-filter'
|
|
3291
|
+
| 'arrayPrototypeFilter'
|
|
3292
|
+
| 'no-array-prototype-find'
|
|
3266
3293
|
| 'array-prototype-find'
|
|
3294
|
+
| 'arrayPrototypeFind'
|
|
3295
|
+
| 'no-array-prototype-findindex'
|
|
3267
3296
|
| 'array-prototype-findindex'
|
|
3297
|
+
| 'arrayPrototypeFindindex'
|
|
3298
|
+
| 'no-array-prototype-findlast-findlastindex'
|
|
3268
3299
|
| 'array-prototype-findlast-findlastindex'
|
|
3300
|
+
| 'arrayPrototypeFindlastFindlastindex'
|
|
3301
|
+
| 'no-array-prototype-flat'
|
|
3269
3302
|
| 'array-prototype-flat'
|
|
3303
|
+
| 'arrayPrototypeFlat'
|
|
3304
|
+
| 'no-array-prototype-foreach'
|
|
3270
3305
|
| 'array-prototype-foreach'
|
|
3306
|
+
| 'arrayPrototypeForeach'
|
|
3307
|
+
| 'no-array-prototype-includes'
|
|
3271
3308
|
| 'array-prototype-includes'
|
|
3309
|
+
| 'arrayPrototypeIncludes'
|
|
3310
|
+
| 'no-array-prototype-indexof'
|
|
3272
3311
|
| 'array-prototype-indexof'
|
|
3312
|
+
| 'arrayPrototypeIndexof'
|
|
3313
|
+
| 'no-array-prototype-keys'
|
|
3273
3314
|
| 'array-prototype-keys'
|
|
3315
|
+
| 'arrayPrototypeKeys'
|
|
3316
|
+
| 'no-array-prototype-lastindexof'
|
|
3274
3317
|
| 'array-prototype-lastindexof'
|
|
3318
|
+
| 'arrayPrototypeLastindexof'
|
|
3319
|
+
| 'no-array-prototype-map'
|
|
3275
3320
|
| 'array-prototype-map'
|
|
3321
|
+
| 'arrayPrototypeMap'
|
|
3322
|
+
| 'no-array-prototype-reduce'
|
|
3276
3323
|
| 'array-prototype-reduce'
|
|
3324
|
+
| 'arrayPrototypeReduce'
|
|
3325
|
+
| 'no-array-prototype-reduceright'
|
|
3277
3326
|
| 'array-prototype-reduceright'
|
|
3327
|
+
| 'arrayPrototypeReduceright'
|
|
3328
|
+
| 'no-array-prototype-some'
|
|
3278
3329
|
| 'array-prototype-some'
|
|
3330
|
+
| 'arrayPrototypeSome'
|
|
3331
|
+
| 'no-array-prototype-toreversed'
|
|
3279
3332
|
| 'array-prototype-toreversed'
|
|
3333
|
+
| 'arrayPrototypeToreversed'
|
|
3334
|
+
| 'no-array-prototype-tosorted'
|
|
3280
3335
|
| 'array-prototype-tosorted'
|
|
3336
|
+
| 'arrayPrototypeTosorted'
|
|
3337
|
+
| 'no-array-prototype-tospliced'
|
|
3281
3338
|
| 'array-prototype-tospliced'
|
|
3339
|
+
| 'arrayPrototypeTospliced'
|
|
3340
|
+
| 'no-array-prototype-values'
|
|
3282
3341
|
| 'array-prototype-values'
|
|
3342
|
+
| 'arrayPrototypeValues'
|
|
3343
|
+
| 'no-array-prototype-with'
|
|
3283
3344
|
| 'array-prototype-with'
|
|
3345
|
+
| 'arrayPrototypeWith'
|
|
3346
|
+
| 'no-array-string-prototype-at'
|
|
3284
3347
|
| 'array-string-prototype-at'
|
|
3285
|
-
| 'arrayFrom'
|
|
3286
|
-
| 'arrayIsarray'
|
|
3287
|
-
| 'arrayOf'
|
|
3288
|
-
| 'arrayPrototypeCopywithin'
|
|
3289
|
-
| 'arrayPrototypeEntries'
|
|
3290
|
-
| 'arrayPrototypeEvery'
|
|
3291
|
-
| 'arrayPrototypeFill'
|
|
3292
|
-
| 'arrayPrototypeFilter'
|
|
3293
|
-
| 'arrayPrototypeFind'
|
|
3294
|
-
| 'arrayPrototypeFindindex'
|
|
3295
|
-
| 'arrayPrototypeFindlastFindlastindex'
|
|
3296
|
-
| 'arrayPrototypeFlat'
|
|
3297
|
-
| 'arrayPrototypeForeach'
|
|
3298
|
-
| 'arrayPrototypeIncludes'
|
|
3299
|
-
| 'arrayPrototypeIndexof'
|
|
3300
|
-
| 'arrayPrototypeKeys'
|
|
3301
|
-
| 'arrayPrototypeLastindexof'
|
|
3302
|
-
| 'arrayPrototypeMap'
|
|
3303
|
-
| 'arrayPrototypeReduce'
|
|
3304
|
-
| 'arrayPrototypeReduceright'
|
|
3305
|
-
| 'arrayPrototypeSome'
|
|
3306
|
-
| 'arrayPrototypeToreversed'
|
|
3307
|
-
| 'arrayPrototypeTosorted'
|
|
3308
|
-
| 'arrayPrototypeTospliced'
|
|
3309
|
-
| 'arrayPrototypeValues'
|
|
3310
|
-
| 'arrayPrototypeWith'
|
|
3311
3348
|
| 'arrayStringPrototypeAt'
|
|
3349
|
+
| 'no-arrow-functions'
|
|
3312
3350
|
| 'arrow-functions'
|
|
3313
3351
|
| 'arrowFunctions'
|
|
3352
|
+
| 'no-async-functions'
|
|
3314
3353
|
| 'async-functions'
|
|
3315
|
-
| 'async-iteration'
|
|
3316
3354
|
| 'asyncFunctions'
|
|
3355
|
+
| 'no-async-iteration'
|
|
3356
|
+
| 'async-iteration'
|
|
3317
3357
|
| 'asyncIteration'
|
|
3358
|
+
| 'no-atomics-waitasync'
|
|
3318
3359
|
| 'atomics-waitasync'
|
|
3319
|
-
| 'atomics'
|
|
3320
3360
|
| 'atomicsWaitasync'
|
|
3361
|
+
| 'no-atomics'
|
|
3362
|
+
| 'atomics'
|
|
3363
|
+
| 'no-bigint'
|
|
3321
3364
|
| 'bigint'
|
|
3365
|
+
| 'no-binary-numeric-literals'
|
|
3322
3366
|
| 'binary-numeric-literals'
|
|
3323
3367
|
| 'binaryNumericLiterals'
|
|
3368
|
+
| 'no-block-scoped-functions'
|
|
3324
3369
|
| 'block-scoped-functions'
|
|
3325
|
-
| 'block-scoped-variables'
|
|
3326
3370
|
| 'blockScopedFunctions'
|
|
3371
|
+
| 'no-block-scoped-variables'
|
|
3372
|
+
| 'block-scoped-variables'
|
|
3327
3373
|
| 'blockScopedVariables'
|
|
3374
|
+
| 'no-class-fields'
|
|
3328
3375
|
| 'class-fields'
|
|
3329
|
-
| 'class-static-block'
|
|
3330
|
-
| 'classes'
|
|
3331
3376
|
| 'classFields'
|
|
3377
|
+
| 'no-class-static-block'
|
|
3378
|
+
| 'class-static-block'
|
|
3332
3379
|
| 'classStaticBlock'
|
|
3380
|
+
| 'no-classes'
|
|
3381
|
+
| 'classes'
|
|
3382
|
+
| 'no-computed-properties'
|
|
3333
3383
|
| 'computed-properties'
|
|
3334
3384
|
| 'computedProperties'
|
|
3385
|
+
| 'no-date-now'
|
|
3335
3386
|
| 'date-now'
|
|
3336
|
-
| 'date-prototype-getyear-setyear'
|
|
3337
|
-
| 'date-prototype-togmtstring'
|
|
3338
3387
|
| 'dateNow'
|
|
3388
|
+
| 'no-date-prototype-getyear-setyear'
|
|
3389
|
+
| 'date-prototype-getyear-setyear'
|
|
3339
3390
|
| 'datePrototypeGetyearSetyear'
|
|
3391
|
+
| 'no-date-prototype-togmtstring'
|
|
3392
|
+
| 'date-prototype-togmtstring'
|
|
3340
3393
|
| 'datePrototypeTogmtstring'
|
|
3394
|
+
| 'no-default-parameters'
|
|
3341
3395
|
| 'default-parameters'
|
|
3342
3396
|
| 'defaultParameters'
|
|
3397
|
+
| 'no-destructuring'
|
|
3343
3398
|
| 'destructuring'
|
|
3399
|
+
| 'no-dynamic-import'
|
|
3344
3400
|
| 'dynamic-import'
|
|
3345
3401
|
| 'dynamicImport'
|
|
3402
|
+
| 'no-error-cause'
|
|
3346
3403
|
| 'error-cause'
|
|
3347
3404
|
| 'errorCause'
|
|
3405
|
+
| 'no-escape-unescape'
|
|
3348
3406
|
| 'escape-unescape'
|
|
3349
3407
|
| 'escapeUnescape'
|
|
3408
|
+
| 'no-exponential-operators'
|
|
3350
3409
|
| 'exponential-operators'
|
|
3351
3410
|
| 'exponentialOperators'
|
|
3411
|
+
| 'no-export-ns-from'
|
|
3352
3412
|
| 'export-ns-from'
|
|
3353
3413
|
| 'exportNsFrom'
|
|
3414
|
+
| 'no-for-of-loops'
|
|
3354
3415
|
| 'for-of-loops'
|
|
3355
3416
|
| 'forOfLoops'
|
|
3417
|
+
| 'no-function-declarations-in-if-statement-clauses-without-block'
|
|
3356
3418
|
| 'function-declarations-in-if-statement-clauses-without-block'
|
|
3357
|
-
| 'function-prototype-bind'
|
|
3358
3419
|
| 'functionDeclarationsInIfStatementClausesWithoutBlock'
|
|
3420
|
+
| 'no-function-prototype-bind'
|
|
3421
|
+
| 'function-prototype-bind'
|
|
3359
3422
|
| 'functionPrototypeBind'
|
|
3423
|
+
| 'no-generators'
|
|
3360
3424
|
| 'generators'
|
|
3425
|
+
| 'no-global-this'
|
|
3361
3426
|
| 'global-this'
|
|
3362
3427
|
| 'globalThis'
|
|
3428
|
+
| 'no-hashbang'
|
|
3363
3429
|
| 'hashbang'
|
|
3430
|
+
| 'no-import-meta'
|
|
3364
3431
|
| 'import-meta'
|
|
3365
3432
|
| 'importMeta'
|
|
3433
|
+
| 'no-initializers-in-for-in'
|
|
3366
3434
|
| 'initializers-in-for-in'
|
|
3367
3435
|
| 'initializersInForIn'
|
|
3436
|
+
| 'no-intl-datetimeformat-prototype-formatrange'
|
|
3368
3437
|
| 'intl-datetimeformat-prototype-formatrange'
|
|
3438
|
+
| 'intlDatetimeformatPrototypeFormatrange'
|
|
3439
|
+
| 'no-intl-datetimeformat-prototype-formattoparts'
|
|
3369
3440
|
| 'intl-datetimeformat-prototype-formattoparts'
|
|
3441
|
+
| 'intlDatetimeformatPrototypeFormattoparts'
|
|
3442
|
+
| 'no-intl-displaynames'
|
|
3370
3443
|
| 'intl-displaynames'
|
|
3444
|
+
| 'intlDisplaynames'
|
|
3445
|
+
| 'no-intl-getcanonicallocales'
|
|
3371
3446
|
| 'intl-getcanonicallocales'
|
|
3447
|
+
| 'intlGetcanonicallocales'
|
|
3448
|
+
| 'no-intl-listformat'
|
|
3372
3449
|
| 'intl-listformat'
|
|
3450
|
+
| 'intlListformat'
|
|
3451
|
+
| 'no-intl-locale'
|
|
3373
3452
|
| 'intl-locale'
|
|
3453
|
+
| 'intlLocale'
|
|
3454
|
+
| 'no-intl-numberformat-prototype-formatrange'
|
|
3374
3455
|
| 'intl-numberformat-prototype-formatrange'
|
|
3456
|
+
| 'intlNumberformatPrototypeFormatrange'
|
|
3457
|
+
| 'no-intl-numberformat-prototype-formatrangetoparts'
|
|
3375
3458
|
| 'intl-numberformat-prototype-formatrangetoparts'
|
|
3459
|
+
| 'intlNumberformatPrototypeFormatrangetoparts'
|
|
3460
|
+
| 'no-intl-numberformat-prototype-formattoparts'
|
|
3376
3461
|
| 'intl-numberformat-prototype-formattoparts'
|
|
3462
|
+
| 'intlNumberformatPrototypeFormattoparts'
|
|
3463
|
+
| 'no-intl-pluralrules-prototype-selectrange'
|
|
3377
3464
|
| 'intl-pluralrules-prototype-selectrange'
|
|
3465
|
+
| 'intlPluralrulesPrototypeSelectrange'
|
|
3466
|
+
| 'no-intl-pluralrules'
|
|
3378
3467
|
| 'intl-pluralrules'
|
|
3379
|
-
| 'intl-relativetimeformat'
|
|
3380
|
-
| 'intl-segmenter'
|
|
3381
|
-
| 'intl-supportedvaluesof'
|
|
3382
|
-
| 'intlDatetimeformatPrototypeFormatrange'
|
|
3383
|
-
| 'intlDatetimeformatPrototypeFormattoparts'
|
|
3384
|
-
| 'intlDisplaynames'
|
|
3385
|
-
| 'intlGetcanonicallocales'
|
|
3386
|
-
| 'intlListformat'
|
|
3387
|
-
| 'intlLocale'
|
|
3388
|
-
| 'intlNumberformatPrototypeFormatrange'
|
|
3389
|
-
| 'intlNumberformatPrototypeFormatrangetoparts'
|
|
3390
|
-
| 'intlNumberformatPrototypeFormattoparts'
|
|
3391
3468
|
| 'intlPluralrules'
|
|
3392
|
-
| '
|
|
3469
|
+
| 'no-intl-relativetimeformat'
|
|
3470
|
+
| 'intl-relativetimeformat'
|
|
3393
3471
|
| 'intlRelativetimeformat'
|
|
3472
|
+
| 'no-intl-segmenter'
|
|
3473
|
+
| 'intl-segmenter'
|
|
3394
3474
|
| 'intlSegmenter'
|
|
3475
|
+
| 'no-intl-supportedvaluesof'
|
|
3476
|
+
| 'intl-supportedvaluesof'
|
|
3395
3477
|
| 'intlSupportedvaluesof'
|
|
3478
|
+
| 'no-json-superset'
|
|
3396
3479
|
| 'json-superset'
|
|
3397
|
-
| 'json'
|
|
3398
3480
|
| 'jsonSuperset'
|
|
3481
|
+
| 'no-json'
|
|
3482
|
+
| 'json'
|
|
3483
|
+
| 'no-keyword-properties'
|
|
3399
3484
|
| 'keyword-properties'
|
|
3400
3485
|
| 'keywordProperties'
|
|
3486
|
+
| 'no-labelled-function-declarations'
|
|
3401
3487
|
| 'labelled-function-declarations'
|
|
3402
3488
|
| 'labelledFunctionDeclarations'
|
|
3489
|
+
| 'no-legacy-object-prototype-accessor-methods'
|
|
3403
3490
|
| 'legacy-object-prototype-accessor-methods'
|
|
3404
3491
|
| 'legacyObjectPrototypeAccessorMethods'
|
|
3492
|
+
| 'no-logical-assignment-operators'
|
|
3405
3493
|
| 'logical-assignment-operators'
|
|
3406
3494
|
| 'logicalAssignmentOperators'
|
|
3495
|
+
| 'no-malformed-template-literals'
|
|
3407
3496
|
| 'malformed-template-literals'
|
|
3408
3497
|
| 'malformedTemplateLiterals'
|
|
3498
|
+
| 'no-map'
|
|
3409
3499
|
| 'map'
|
|
3500
|
+
| 'no-math-acosh'
|
|
3410
3501
|
| 'math-acosh'
|
|
3411
|
-
| 'math-asinh'
|
|
3412
|
-
| 'math-atanh'
|
|
3413
|
-
| 'math-cbrt'
|
|
3414
|
-
| 'math-clz32'
|
|
3415
|
-
| 'math-cosh'
|
|
3416
|
-
| 'math-expm1'
|
|
3417
|
-
| 'math-fround'
|
|
3418
|
-
| 'math-hypot'
|
|
3419
|
-
| 'math-imul'
|
|
3420
|
-
| 'math-log1p'
|
|
3421
|
-
| 'math-log2'
|
|
3422
|
-
| 'math-log10'
|
|
3423
|
-
| 'math-sign'
|
|
3424
|
-
| 'math-sinh'
|
|
3425
|
-
| 'math-tanh'
|
|
3426
|
-
| 'math-trunc'
|
|
3427
3502
|
| 'mathAcosh'
|
|
3503
|
+
| 'no-math-asinh'
|
|
3504
|
+
| 'math-asinh'
|
|
3428
3505
|
| 'mathAsinh'
|
|
3506
|
+
| 'no-math-atanh'
|
|
3507
|
+
| 'math-atanh'
|
|
3429
3508
|
| 'mathAtanh'
|
|
3509
|
+
| 'no-math-cbrt'
|
|
3510
|
+
| 'math-cbrt'
|
|
3430
3511
|
| 'mathCbrt'
|
|
3512
|
+
| 'no-math-clz32'
|
|
3513
|
+
| 'math-clz32'
|
|
3431
3514
|
| 'mathClz32'
|
|
3515
|
+
| 'no-math-cosh'
|
|
3516
|
+
| 'math-cosh'
|
|
3432
3517
|
| 'mathCosh'
|
|
3518
|
+
| 'no-math-expm1'
|
|
3519
|
+
| 'math-expm1'
|
|
3433
3520
|
| 'mathExpm1'
|
|
3521
|
+
| 'no-math-fround'
|
|
3522
|
+
| 'math-fround'
|
|
3434
3523
|
| 'mathFround'
|
|
3524
|
+
| 'no-math-hypot'
|
|
3525
|
+
| 'math-hypot'
|
|
3435
3526
|
| 'mathHypot'
|
|
3527
|
+
| 'no-math-imul'
|
|
3528
|
+
| 'math-imul'
|
|
3436
3529
|
| 'mathImul'
|
|
3530
|
+
| 'no-math-log10'
|
|
3531
|
+
| 'math-log10'
|
|
3532
|
+
| 'mathLog10'
|
|
3533
|
+
| 'no-math-log1p'
|
|
3534
|
+
| 'math-log1p'
|
|
3437
3535
|
| 'mathLog1p'
|
|
3536
|
+
| 'no-math-log2'
|
|
3537
|
+
| 'math-log2'
|
|
3438
3538
|
| 'mathLog2'
|
|
3439
|
-
| '
|
|
3539
|
+
| 'no-math-sign'
|
|
3540
|
+
| 'math-sign'
|
|
3440
3541
|
| 'mathSign'
|
|
3542
|
+
| 'no-math-sinh'
|
|
3543
|
+
| 'math-sinh'
|
|
3441
3544
|
| 'mathSinh'
|
|
3545
|
+
| 'no-math-tanh'
|
|
3546
|
+
| 'math-tanh'
|
|
3442
3547
|
| 'mathTanh'
|
|
3548
|
+
| 'no-math-trunc'
|
|
3549
|
+
| 'math-trunc'
|
|
3443
3550
|
| 'mathTrunc'
|
|
3551
|
+
| 'no-modules'
|
|
3444
3552
|
| 'modules'
|
|
3553
|
+
| 'no-new-target'
|
|
3445
3554
|
| 'new-target'
|
|
3446
|
-
| 'new.target'
|
|
3447
3555
|
| 'newTarget'
|
|
3448
|
-
| '
|
|
3449
|
-
| 'no-arbitrary-module-namespace-names'
|
|
3450
|
-
| 'no-array-from'
|
|
3451
|
-
| 'no-array-isarray'
|
|
3452
|
-
| 'no-array-of'
|
|
3453
|
-
| 'no-array-prototype-copywithin'
|
|
3454
|
-
| 'no-array-prototype-entries'
|
|
3455
|
-
| 'no-array-prototype-every'
|
|
3456
|
-
| 'no-array-prototype-fill'
|
|
3457
|
-
| 'no-array-prototype-filter'
|
|
3458
|
-
| 'no-array-prototype-find'
|
|
3459
|
-
| 'no-array-prototype-findindex'
|
|
3460
|
-
| 'no-array-prototype-findlast-findlastindex'
|
|
3461
|
-
| 'no-array-prototype-flat'
|
|
3462
|
-
| 'no-array-prototype-foreach'
|
|
3463
|
-
| 'no-array-prototype-includes'
|
|
3464
|
-
| 'no-array-prototype-indexof'
|
|
3465
|
-
| 'no-array-prototype-keys'
|
|
3466
|
-
| 'no-array-prototype-lastindexof'
|
|
3467
|
-
| 'no-array-prototype-map'
|
|
3468
|
-
| 'no-array-prototype-reduce'
|
|
3469
|
-
| 'no-array-prototype-reduceright'
|
|
3470
|
-
| 'no-array-prototype-some'
|
|
3471
|
-
| 'no-array-prototype-toreversed'
|
|
3472
|
-
| 'no-array-prototype-tosorted'
|
|
3473
|
-
| 'no-array-prototype-tospliced'
|
|
3474
|
-
| 'no-array-prototype-values'
|
|
3475
|
-
| 'no-array-prototype-with'
|
|
3476
|
-
| 'no-array-string-prototype-at'
|
|
3477
|
-
| 'no-arrow-functions'
|
|
3478
|
-
| 'no-async-functions'
|
|
3479
|
-
| 'no-async-iteration'
|
|
3480
|
-
| 'no-atomics-waitasync'
|
|
3481
|
-
| 'no-atomics'
|
|
3482
|
-
| 'no-bigint'
|
|
3483
|
-
| 'no-binary-numeric-literals'
|
|
3484
|
-
| 'no-block-scoped-functions'
|
|
3485
|
-
| 'no-block-scoped-variables'
|
|
3486
|
-
| 'no-class-fields'
|
|
3487
|
-
| 'no-class-static-block'
|
|
3488
|
-
| 'no-classes'
|
|
3489
|
-
| 'no-computed-properties'
|
|
3490
|
-
| 'no-date-now'
|
|
3491
|
-
| 'no-date-prototype-getyear-setyear'
|
|
3492
|
-
| 'no-date-prototype-togmtstring'
|
|
3493
|
-
| 'no-default-parameters'
|
|
3494
|
-
| 'no-destructuring'
|
|
3495
|
-
| 'no-dynamic-import'
|
|
3496
|
-
| 'no-error-cause'
|
|
3497
|
-
| 'no-escape-unescape'
|
|
3498
|
-
| 'no-exponential-operators'
|
|
3499
|
-
| 'no-export-ns-from'
|
|
3500
|
-
| 'no-for-of-loops'
|
|
3501
|
-
| 'no-function-declarations-in-if-statement-clauses-without-block'
|
|
3502
|
-
| 'no-function-prototype-bind'
|
|
3503
|
-
| 'no-generators'
|
|
3504
|
-
| 'no-global-this'
|
|
3505
|
-
| 'no-hashbang'
|
|
3506
|
-
| 'no-import-meta'
|
|
3507
|
-
| 'no-initializers-in-for-in'
|
|
3508
|
-
| 'no-intl-datetimeformat-prototype-formatrange'
|
|
3509
|
-
| 'no-intl-datetimeformat-prototype-formattoparts'
|
|
3510
|
-
| 'no-intl-displaynames'
|
|
3511
|
-
| 'no-intl-getcanonicallocales'
|
|
3512
|
-
| 'no-intl-listformat'
|
|
3513
|
-
| 'no-intl-locale'
|
|
3514
|
-
| 'no-intl-numberformat-prototype-formatrange'
|
|
3515
|
-
| 'no-intl-numberformat-prototype-formatrangetoparts'
|
|
3516
|
-
| 'no-intl-numberformat-prototype-formattoparts'
|
|
3517
|
-
| 'no-intl-pluralrules-prototype-selectrange'
|
|
3518
|
-
| 'no-intl-pluralrules'
|
|
3519
|
-
| 'no-intl-relativetimeformat'
|
|
3520
|
-
| 'no-intl-segmenter'
|
|
3521
|
-
| 'no-intl-supportedvaluesof'
|
|
3522
|
-
| 'no-json-superset'
|
|
3523
|
-
| 'no-json'
|
|
3524
|
-
| 'no-keyword-properties'
|
|
3525
|
-
| 'no-labelled-function-declarations'
|
|
3526
|
-
| 'no-legacy-object-prototype-accessor-methods'
|
|
3527
|
-
| 'no-logical-assignment-operators'
|
|
3528
|
-
| 'no-malformed-template-literals'
|
|
3529
|
-
| 'no-map'
|
|
3530
|
-
| 'no-math-acosh'
|
|
3531
|
-
| 'no-math-asinh'
|
|
3532
|
-
| 'no-math-atanh'
|
|
3533
|
-
| 'no-math-cbrt'
|
|
3534
|
-
| 'no-math-clz32'
|
|
3535
|
-
| 'no-math-cosh'
|
|
3536
|
-
| 'no-math-expm1'
|
|
3537
|
-
| 'no-math-fround'
|
|
3538
|
-
| 'no-math-hypot'
|
|
3539
|
-
| 'no-math-imul'
|
|
3540
|
-
| 'no-math-log1p'
|
|
3541
|
-
| 'no-math-log2'
|
|
3542
|
-
| 'no-math-log10'
|
|
3543
|
-
| 'no-math-sign'
|
|
3544
|
-
| 'no-math-sinh'
|
|
3545
|
-
| 'no-math-tanh'
|
|
3546
|
-
| 'no-math-trunc'
|
|
3547
|
-
| 'no-modules'
|
|
3548
|
-
| 'no-new-target'
|
|
3556
|
+
| 'new.target'
|
|
3549
3557
|
| 'no-nullish-coalescing-operators'
|
|
3558
|
+
| 'nullish-coalescing-operators'
|
|
3559
|
+
| 'nullishCoalescingOperators'
|
|
3550
3560
|
| 'no-number-epsilon'
|
|
3561
|
+
| 'number-epsilon'
|
|
3562
|
+
| 'numberEpsilon'
|
|
3551
3563
|
| 'no-number-isfinite'
|
|
3564
|
+
| 'number-isfinite'
|
|
3565
|
+
| 'numberIsfinite'
|
|
3552
3566
|
| 'no-number-isinteger'
|
|
3567
|
+
| 'number-isinteger'
|
|
3568
|
+
| 'numberIsinteger'
|
|
3553
3569
|
| 'no-number-isnan'
|
|
3570
|
+
| 'number-isnan'
|
|
3571
|
+
| 'numberIsnan'
|
|
3554
3572
|
| 'no-number-issafeinteger'
|
|
3573
|
+
| 'number-issafeinteger'
|
|
3574
|
+
| 'numberIssafeinteger'
|
|
3555
3575
|
| 'no-number-maxsafeinteger'
|
|
3576
|
+
| 'number-maxsafeinteger'
|
|
3577
|
+
| 'numberMaxsafeinteger'
|
|
3556
3578
|
| 'no-number-minsafeinteger'
|
|
3579
|
+
| 'number-minsafeinteger'
|
|
3580
|
+
| 'numberMinsafeinteger'
|
|
3557
3581
|
| 'no-number-parsefloat'
|
|
3582
|
+
| 'number-parsefloat'
|
|
3583
|
+
| 'numberParsefloat'
|
|
3558
3584
|
| 'no-number-parseint'
|
|
3585
|
+
| 'number-parseint'
|
|
3586
|
+
| 'numberParseint'
|
|
3559
3587
|
| 'no-numeric-separators'
|
|
3588
|
+
| 'numeric-separators'
|
|
3589
|
+
| 'numericSeparators'
|
|
3560
3590
|
| 'no-object-assign'
|
|
3591
|
+
| 'object-assign'
|
|
3592
|
+
| 'objectAssign'
|
|
3561
3593
|
| 'no-object-create'
|
|
3594
|
+
| 'object-create'
|
|
3595
|
+
| 'objectCreate'
|
|
3562
3596
|
| 'no-object-defineproperties'
|
|
3597
|
+
| 'object-defineproperties'
|
|
3598
|
+
| 'objectDefineproperties'
|
|
3563
3599
|
| 'no-object-defineproperty'
|
|
3600
|
+
| 'object-defineproperty'
|
|
3601
|
+
| 'objectDefineproperty'
|
|
3564
3602
|
| 'no-object-entries'
|
|
3603
|
+
| 'object-entries'
|
|
3604
|
+
| 'objectEntries'
|
|
3565
3605
|
| 'no-object-freeze'
|
|
3606
|
+
| 'object-freeze'
|
|
3607
|
+
| 'objectFreeze'
|
|
3566
3608
|
| 'no-object-fromentries'
|
|
3609
|
+
| 'object-fromentries'
|
|
3610
|
+
| 'objectFromentries'
|
|
3567
3611
|
| 'no-object-getownpropertydescriptor'
|
|
3612
|
+
| 'object-getownpropertydescriptor'
|
|
3613
|
+
| 'objectGetownpropertydescriptor'
|
|
3568
3614
|
| 'no-object-getownpropertydescriptors'
|
|
3615
|
+
| 'object-getownpropertydescriptors'
|
|
3616
|
+
| 'objectGetownpropertydescriptors'
|
|
3569
3617
|
| 'no-object-getownpropertynames'
|
|
3618
|
+
| 'object-getownpropertynames'
|
|
3619
|
+
| 'objectGetownpropertynames'
|
|
3570
3620
|
| 'no-object-getownpropertysymbols'
|
|
3621
|
+
| 'object-getownpropertysymbols'
|
|
3622
|
+
| 'objectGetownpropertysymbols'
|
|
3571
3623
|
| 'no-object-getprototypeof'
|
|
3624
|
+
| 'object-getprototypeof'
|
|
3625
|
+
| 'objectGetprototypeof'
|
|
3572
3626
|
| 'no-object-hasown'
|
|
3627
|
+
| 'object-hasown'
|
|
3628
|
+
| 'objectHasown'
|
|
3573
3629
|
| 'no-object-is'
|
|
3630
|
+
| 'object-is'
|
|
3631
|
+
| 'objectIs'
|
|
3574
3632
|
| 'no-object-isextensible'
|
|
3633
|
+
| 'object-isextensible'
|
|
3634
|
+
| 'objectIsextensible'
|
|
3575
3635
|
| 'no-object-isfrozen'
|
|
3636
|
+
| 'object-isfrozen'
|
|
3637
|
+
| 'objectIsfrozen'
|
|
3576
3638
|
| 'no-object-issealed'
|
|
3639
|
+
| 'object-issealed'
|
|
3640
|
+
| 'objectIssealed'
|
|
3577
3641
|
| 'no-object-keys'
|
|
3642
|
+
| 'object-keys'
|
|
3643
|
+
| 'objectKeys'
|
|
3578
3644
|
| 'no-object-map-groupby'
|
|
3645
|
+
| 'object-map-groupby'
|
|
3646
|
+
| 'objectMapGroupby'
|
|
3579
3647
|
| 'no-object-preventextensions'
|
|
3648
|
+
| 'object-preventextensions'
|
|
3649
|
+
| 'objectPreventextensions'
|
|
3580
3650
|
| 'no-object-seal'
|
|
3651
|
+
| 'object-seal'
|
|
3652
|
+
| 'objectSeal'
|
|
3581
3653
|
| 'no-object-setprototypeof'
|
|
3654
|
+
| 'object-setprototypeof'
|
|
3655
|
+
| 'objectSetprototypeof'
|
|
3582
3656
|
| 'no-object-super-properties'
|
|
3657
|
+
| 'object-super-properties'
|
|
3658
|
+
| 'objectSuperProperties'
|
|
3583
3659
|
| 'no-object-values'
|
|
3660
|
+
| 'object-values'
|
|
3661
|
+
| 'objectValues'
|
|
3584
3662
|
| 'no-octal-numeric-literals'
|
|
3663
|
+
| 'octal-numeric-literals'
|
|
3664
|
+
| 'octalNumericLiterals'
|
|
3585
3665
|
| 'no-optional-catch-binding'
|
|
3666
|
+
| 'optional-catch-binding'
|
|
3667
|
+
| 'optionalCatchBinding'
|
|
3586
3668
|
| 'no-optional-chaining'
|
|
3669
|
+
| 'optional-chaining'
|
|
3670
|
+
| 'optionalChaining'
|
|
3587
3671
|
| 'no-private-in'
|
|
3672
|
+
| 'private-in'
|
|
3673
|
+
| 'privateIn'
|
|
3588
3674
|
| 'no-promise-all-settled'
|
|
3675
|
+
| 'promise-all-settled'
|
|
3676
|
+
| 'promiseAllSettled'
|
|
3589
3677
|
| 'no-promise-any'
|
|
3678
|
+
| 'promise-any'
|
|
3679
|
+
| 'promiseAny'
|
|
3590
3680
|
| 'no-promise-prototype-finally'
|
|
3681
|
+
| 'promise-prototype-finally'
|
|
3682
|
+
| 'promisePrototypeFinally'
|
|
3591
3683
|
| 'no-promise-withresolvers'
|
|
3684
|
+
| 'promise-withresolvers'
|
|
3685
|
+
| 'promiseWithresolvers'
|
|
3592
3686
|
| 'no-promise'
|
|
3687
|
+
| 'promise'
|
|
3593
3688
|
| 'no-property-shorthands'
|
|
3689
|
+
| 'property-shorthands'
|
|
3690
|
+
| 'propertyShorthands'
|
|
3594
3691
|
| 'no-proxy'
|
|
3692
|
+
| 'proxy'
|
|
3595
3693
|
| 'no-reflect'
|
|
3694
|
+
| 'reflect'
|
|
3596
3695
|
| 'no-regexp-d-flag'
|
|
3696
|
+
| 'regexp-d-flag'
|
|
3697
|
+
| 'regexpDFlag'
|
|
3597
3698
|
| 'no-regexp-lookbehind-assertions'
|
|
3699
|
+
| 'regexp-lookbehind-assertions'
|
|
3700
|
+
| 'regexpLookbehindAssertions'
|
|
3701
|
+
| 'regexpLookbehind'
|
|
3598
3702
|
| 'no-regexp-named-capture-groups'
|
|
3703
|
+
| 'regexp-named-capture-groups'
|
|
3704
|
+
| 'regexpNamedCaptureGroups'
|
|
3599
3705
|
| 'no-regexp-prototype-compile'
|
|
3706
|
+
| 'regexp-prototype-compile'
|
|
3707
|
+
| 'regexpPrototypeCompile'
|
|
3600
3708
|
| 'no-regexp-prototype-flags'
|
|
3709
|
+
| 'regexp-prototype-flags'
|
|
3710
|
+
| 'regexpPrototypeFlags'
|
|
3601
3711
|
| 'no-regexp-s-flag'
|
|
3712
|
+
| 'regexp-s-flag'
|
|
3713
|
+
| 'regexpSFlag'
|
|
3714
|
+
| 'regexpS'
|
|
3602
3715
|
| 'no-regexp-u-flag'
|
|
3716
|
+
| 'regexp-u-flag'
|
|
3717
|
+
| 'regexpUFlag'
|
|
3718
|
+
| 'regexpU'
|
|
3603
3719
|
| 'no-regexp-unicode-property-escapes-2019'
|
|
3720
|
+
| 'regexp-unicode-property-escapes-2019'
|
|
3721
|
+
| 'regexpUnicodePropertyEscapes2019'
|
|
3604
3722
|
| 'no-regexp-unicode-property-escapes-2020'
|
|
3723
|
+
| 'regexp-unicode-property-escapes-2020'
|
|
3724
|
+
| 'regexpUnicodePropertyEscapes2020'
|
|
3605
3725
|
| 'no-regexp-unicode-property-escapes-2021'
|
|
3726
|
+
| 'regexp-unicode-property-escapes-2021'
|
|
3727
|
+
| 'regexpUnicodePropertyEscapes2021'
|
|
3606
3728
|
| 'no-regexp-unicode-property-escapes-2022'
|
|
3729
|
+
| 'regexp-unicode-property-escapes-2022'
|
|
3730
|
+
| 'regexpUnicodePropertyEscapes2022'
|
|
3607
3731
|
| 'no-regexp-unicode-property-escapes-2023'
|
|
3732
|
+
| 'regexp-unicode-property-escapes-2023'
|
|
3733
|
+
| 'regexpUnicodePropertyEscapes2023'
|
|
3608
3734
|
| 'no-regexp-unicode-property-escapes'
|
|
3735
|
+
| 'regexp-unicode-property-escapes'
|
|
3736
|
+
| 'regexpUnicodePropertyEscapes'
|
|
3737
|
+
| 'regexpUnicodeProperties'
|
|
3609
3738
|
| 'no-regexp-v-flag'
|
|
3739
|
+
| 'regexp-v-flag'
|
|
3740
|
+
| 'regexpVFlag'
|
|
3610
3741
|
| 'no-regexp-y-flag'
|
|
3742
|
+
| 'regexp-y-flag'
|
|
3743
|
+
| 'regexpYFlag'
|
|
3744
|
+
| 'regexpY'
|
|
3611
3745
|
| 'no-resizable-and-growable-arraybuffers'
|
|
3746
|
+
| 'resizable-and-growable-arraybuffers'
|
|
3747
|
+
| 'resizableAndGrowableArraybuffers'
|
|
3612
3748
|
| 'no-rest-parameters'
|
|
3749
|
+
| 'rest-parameters'
|
|
3750
|
+
| 'restParameters'
|
|
3613
3751
|
| 'no-rest-spread-properties'
|
|
3752
|
+
| 'rest-spread-properties'
|
|
3753
|
+
| 'restSpreadProperties'
|
|
3614
3754
|
| 'no-set'
|
|
3755
|
+
| 'set'
|
|
3615
3756
|
| 'no-shadow-catch-param'
|
|
3757
|
+
| 'shadow-catch-param'
|
|
3758
|
+
| 'shadowCatchParam'
|
|
3616
3759
|
| 'no-shared-array-buffer'
|
|
3760
|
+
| 'shared-array-buffer'
|
|
3761
|
+
| 'sharedArrayBuffer'
|
|
3617
3762
|
| 'no-spread-elements'
|
|
3763
|
+
| 'spread-elements'
|
|
3764
|
+
| 'spreadElements'
|
|
3618
3765
|
| 'no-string-create-html-methods'
|
|
3766
|
+
| 'string-create-html-methods'
|
|
3767
|
+
| 'stringCreateHtmlMethods'
|
|
3619
3768
|
| 'no-string-fromcodepoint'
|
|
3769
|
+
| 'string-fromcodepoint'
|
|
3770
|
+
| 'stringFromcodepoint'
|
|
3620
3771
|
| 'no-string-prototype-codepointat'
|
|
3772
|
+
| 'string-prototype-codepointat'
|
|
3773
|
+
| 'stringPrototypeCodepointat'
|
|
3621
3774
|
| 'no-string-prototype-endswith'
|
|
3775
|
+
| 'string-prototype-endswith'
|
|
3776
|
+
| 'stringPrototypeEndswith'
|
|
3622
3777
|
| 'no-string-prototype-includes'
|
|
3778
|
+
| 'string-prototype-includes'
|
|
3779
|
+
| 'stringPrototypeIncludes'
|
|
3623
3780
|
| 'no-string-prototype-iswellformed-towellformed'
|
|
3781
|
+
| 'string-prototype-iswellformed-towellformed'
|
|
3782
|
+
| 'stringPrototypeIswellformedTowellformed'
|
|
3624
3783
|
| 'no-string-prototype-matchall'
|
|
3784
|
+
| 'string-prototype-matchall'
|
|
3785
|
+
| 'stringPrototypeMatchall'
|
|
3625
3786
|
| 'no-string-prototype-normalize'
|
|
3787
|
+
| 'string-prototype-normalize'
|
|
3788
|
+
| 'stringPrototypeNormalize'
|
|
3626
3789
|
| 'no-string-prototype-padstart-padend'
|
|
3790
|
+
| 'string-prototype-padstart-padend'
|
|
3791
|
+
| 'stringPrototypePadstartPadend'
|
|
3627
3792
|
| 'no-string-prototype-repeat'
|
|
3793
|
+
| 'string-prototype-repeat'
|
|
3794
|
+
| 'stringPrototypeRepeat'
|
|
3628
3795
|
| 'no-string-prototype-replaceall'
|
|
3796
|
+
| 'string-prototype-replaceall'
|
|
3797
|
+
| 'stringPrototypeReplaceall'
|
|
3629
3798
|
| 'no-string-prototype-startswith'
|
|
3799
|
+
| 'string-prototype-startswith'
|
|
3800
|
+
| 'stringPrototypeStartswith'
|
|
3630
3801
|
| 'no-string-prototype-substr'
|
|
3802
|
+
| 'string-prototype-substr'
|
|
3803
|
+
| 'stringPrototypeSubstr'
|
|
3631
3804
|
| 'no-string-prototype-trim'
|
|
3805
|
+
| 'string-prototype-trim'
|
|
3806
|
+
| 'stringPrototypeTrim'
|
|
3632
3807
|
| 'no-string-prototype-trimleft-trimright'
|
|
3808
|
+
| 'string-prototype-trimleft-trimright'
|
|
3809
|
+
| 'stringPrototypeTrimleftTrimright'
|
|
3633
3810
|
| 'no-string-prototype-trimstart-trimend'
|
|
3811
|
+
| 'string-prototype-trimstart-trimend'
|
|
3812
|
+
| 'stringPrototypeTrimstartTrimend'
|
|
3634
3813
|
| 'no-string-raw'
|
|
3814
|
+
| 'string-raw'
|
|
3815
|
+
| 'stringRaw'
|
|
3635
3816
|
| 'no-subclassing-builtins'
|
|
3817
|
+
| 'subclassing-builtins'
|
|
3818
|
+
| 'subclassingBuiltins'
|
|
3636
3819
|
| 'no-symbol-prototype-description'
|
|
3820
|
+
| 'symbol-prototype-description'
|
|
3821
|
+
| 'symbolPrototypeDescription'
|
|
3637
3822
|
| 'no-symbol'
|
|
3823
|
+
| 'symbol'
|
|
3638
3824
|
| 'no-template-literals'
|
|
3825
|
+
| 'template-literals'
|
|
3826
|
+
| 'templateLiterals'
|
|
3639
3827
|
| 'no-top-level-await'
|
|
3828
|
+
| 'top-level-await'
|
|
3829
|
+
| 'topLevelAwait'
|
|
3640
3830
|
| 'no-trailing-commas'
|
|
3831
|
+
| 'trailing-commas'
|
|
3832
|
+
| 'trailingCommas'
|
|
3641
3833
|
| 'no-trailing-function-commas'
|
|
3834
|
+
| 'trailing-function-commas'
|
|
3835
|
+
| 'trailingFunctionCommas'
|
|
3836
|
+
| 'trailingCommasInFunctions'
|
|
3642
3837
|
| 'no-typed-arrays'
|
|
3838
|
+
| 'typed-arrays'
|
|
3839
|
+
| 'typedArrays'
|
|
3643
3840
|
| 'no-unicode-codepoint-escapes'
|
|
3841
|
+
| 'unicode-codepoint-escapes'
|
|
3842
|
+
| 'unicodeCodepointEscapes'
|
|
3843
|
+
| 'unicodeCodePointEscapes'
|
|
3644
3844
|
| 'no-weak-map'
|
|
3845
|
+
| 'weak-map'
|
|
3846
|
+
| 'weakMap'
|
|
3645
3847
|
| 'no-weak-set'
|
|
3848
|
+
| 'weak-set'
|
|
3849
|
+
| 'weakSet'
|
|
3646
3850
|
| 'no-weakrefs'
|
|
3647
|
-
| 'nullish-coalescing-operators'
|
|
3648
|
-
| 'nullishCoalescingOperators'
|
|
3649
|
-
| 'number-epsilon'
|
|
3650
|
-
| 'number-isfinite'
|
|
3651
|
-
| 'number-isinteger'
|
|
3652
|
-
| 'number-isnan'
|
|
3653
|
-
| 'number-issafeinteger'
|
|
3654
|
-
| 'number-maxsafeinteger'
|
|
3655
|
-
| 'number-minsafeinteger'
|
|
3656
|
-
| 'number-parsefloat'
|
|
3657
|
-
| 'number-parseint'
|
|
3658
|
-
| 'numberEpsilon'
|
|
3659
|
-
| 'numberIsfinite'
|
|
3660
|
-
| 'numberIsinteger'
|
|
3661
|
-
| 'numberIsnan'
|
|
3662
|
-
| 'numberIssafeinteger'
|
|
3663
|
-
| 'numberMaxsafeinteger'
|
|
3664
|
-
| 'numberMinsafeinteger'
|
|
3665
|
-
| 'numberParsefloat'
|
|
3666
|
-
| 'numberParseint'
|
|
3667
|
-
| 'numeric-separators'
|
|
3668
|
-
| 'numericSeparators'
|
|
3669
|
-
| 'object-assign'
|
|
3670
|
-
| 'object-create'
|
|
3671
|
-
| 'object-defineproperties'
|
|
3672
|
-
| 'object-defineproperty'
|
|
3673
|
-
| 'object-entries'
|
|
3674
|
-
| 'object-freeze'
|
|
3675
|
-
| 'object-fromentries'
|
|
3676
|
-
| 'object-getownpropertydescriptor'
|
|
3677
|
-
| 'object-getownpropertydescriptors'
|
|
3678
|
-
| 'object-getownpropertynames'
|
|
3679
|
-
| 'object-getownpropertysymbols'
|
|
3680
|
-
| 'object-getprototypeof'
|
|
3681
|
-
| 'object-hasown'
|
|
3682
|
-
| 'object-is'
|
|
3683
|
-
| 'object-isextensible'
|
|
3684
|
-
| 'object-isfrozen'
|
|
3685
|
-
| 'object-issealed'
|
|
3686
|
-
| 'object-keys'
|
|
3687
|
-
| 'object-map-groupby'
|
|
3688
|
-
| 'object-preventextensions'
|
|
3689
|
-
| 'object-seal'
|
|
3690
|
-
| 'object-setprototypeof'
|
|
3691
|
-
| 'object-super-properties'
|
|
3692
|
-
| 'object-values'
|
|
3693
|
-
| 'objectAssign'
|
|
3694
|
-
| 'objectCreate'
|
|
3695
|
-
| 'objectDefineproperties'
|
|
3696
|
-
| 'objectDefineproperty'
|
|
3697
|
-
| 'objectEntries'
|
|
3698
|
-
| 'objectFreeze'
|
|
3699
|
-
| 'objectFromentries'
|
|
3700
|
-
| 'objectGetownpropertydescriptor'
|
|
3701
|
-
| 'objectGetownpropertydescriptors'
|
|
3702
|
-
| 'objectGetownpropertynames'
|
|
3703
|
-
| 'objectGetownpropertysymbols'
|
|
3704
|
-
| 'objectGetprototypeof'
|
|
3705
|
-
| 'objectHasown'
|
|
3706
|
-
| 'objectIs'
|
|
3707
|
-
| 'objectIsextensible'
|
|
3708
|
-
| 'objectIsfrozen'
|
|
3709
|
-
| 'objectIssealed'
|
|
3710
|
-
| 'objectKeys'
|
|
3711
|
-
| 'objectMapGroupby'
|
|
3712
|
-
| 'objectPreventextensions'
|
|
3713
|
-
| 'objectSeal'
|
|
3714
|
-
| 'objectSetprototypeof'
|
|
3715
|
-
| 'objectSuperProperties'
|
|
3716
|
-
| 'objectValues'
|
|
3717
|
-
| 'octal-numeric-literals'
|
|
3718
|
-
| 'octalNumericLiterals'
|
|
3719
|
-
| 'optional-catch-binding'
|
|
3720
|
-
| 'optional-chaining'
|
|
3721
|
-
| 'optionalCatchBinding'
|
|
3722
|
-
| 'optionalChaining'
|
|
3723
|
-
| 'private-in'
|
|
3724
|
-
| 'privateIn'
|
|
3725
|
-
| 'promise-all-settled'
|
|
3726
|
-
| 'promise-any'
|
|
3727
|
-
| 'promise-prototype-finally'
|
|
3728
|
-
| 'promise-withresolvers'
|
|
3729
|
-
| 'promise'
|
|
3730
|
-
| 'promiseAllSettled'
|
|
3731
|
-
| 'promiseAny'
|
|
3732
|
-
| 'promisePrototypeFinally'
|
|
3733
|
-
| 'promiseWithresolvers'
|
|
3734
|
-
| 'property-shorthands'
|
|
3735
|
-
| 'propertyShorthands'
|
|
3736
|
-
| 'proxy'
|
|
3737
|
-
| 'reflect'
|
|
3738
|
-
| 'regexp-d-flag'
|
|
3739
|
-
| 'regexp-lookbehind-assertions'
|
|
3740
|
-
| 'regexp-named-capture-groups'
|
|
3741
|
-
| 'regexp-prototype-compile'
|
|
3742
|
-
| 'regexp-prototype-flags'
|
|
3743
|
-
| 'regexp-s-flag'
|
|
3744
|
-
| 'regexp-u-flag'
|
|
3745
|
-
| 'regexp-unicode-property-escapes-2019'
|
|
3746
|
-
| 'regexp-unicode-property-escapes-2020'
|
|
3747
|
-
| 'regexp-unicode-property-escapes-2021'
|
|
3748
|
-
| 'regexp-unicode-property-escapes-2022'
|
|
3749
|
-
| 'regexp-unicode-property-escapes-2023'
|
|
3750
|
-
| 'regexp-unicode-property-escapes'
|
|
3751
|
-
| 'regexp-v-flag'
|
|
3752
|
-
| 'regexp-y-flag'
|
|
3753
|
-
| 'regexpDFlag'
|
|
3754
|
-
| 'regexpLookbehind'
|
|
3755
|
-
| 'regexpLookbehindAssertions'
|
|
3756
|
-
| 'regexpNamedCaptureGroups'
|
|
3757
|
-
| 'regexpPrototypeCompile'
|
|
3758
|
-
| 'regexpPrototypeFlags'
|
|
3759
|
-
| 'regexpS'
|
|
3760
|
-
| 'regexpSFlag'
|
|
3761
|
-
| 'regexpU'
|
|
3762
|
-
| 'regexpUFlag'
|
|
3763
|
-
| 'regexpUnicodeProperties'
|
|
3764
|
-
| 'regexpUnicodePropertyEscapes'
|
|
3765
|
-
| 'regexpUnicodePropertyEscapes2019'
|
|
3766
|
-
| 'regexpUnicodePropertyEscapes2020'
|
|
3767
|
-
| 'regexpUnicodePropertyEscapes2021'
|
|
3768
|
-
| 'regexpUnicodePropertyEscapes2022'
|
|
3769
|
-
| 'regexpUnicodePropertyEscapes2023'
|
|
3770
|
-
| 'regexpVFlag'
|
|
3771
|
-
| 'regexpY'
|
|
3772
|
-
| 'regexpYFlag'
|
|
3773
|
-
| 'resizable-and-growable-arraybuffers'
|
|
3774
|
-
| 'resizableAndGrowableArraybuffers'
|
|
3775
|
-
| 'rest-parameters'
|
|
3776
|
-
| 'rest-spread-properties'
|
|
3777
|
-
| 'restParameters'
|
|
3778
|
-
| 'restSpreadProperties'
|
|
3779
|
-
| 'set'
|
|
3780
|
-
| 'shadow-catch-param'
|
|
3781
|
-
| 'shadowCatchParam'
|
|
3782
|
-
| 'shared-array-buffer'
|
|
3783
|
-
| 'sharedArrayBuffer'
|
|
3784
|
-
| 'spread-elements'
|
|
3785
|
-
| 'spreadElements'
|
|
3786
|
-
| 'string-create-html-methods'
|
|
3787
|
-
| 'string-fromcodepoint'
|
|
3788
|
-
| 'string-prototype-codepointat'
|
|
3789
|
-
| 'string-prototype-endswith'
|
|
3790
|
-
| 'string-prototype-includes'
|
|
3791
|
-
| 'string-prototype-iswellformed-towellformed'
|
|
3792
|
-
| 'string-prototype-matchall'
|
|
3793
|
-
| 'string-prototype-normalize'
|
|
3794
|
-
| 'string-prototype-padstart-padend'
|
|
3795
|
-
| 'string-prototype-repeat'
|
|
3796
|
-
| 'string-prototype-replaceall'
|
|
3797
|
-
| 'string-prototype-startswith'
|
|
3798
|
-
| 'string-prototype-substr'
|
|
3799
|
-
| 'string-prototype-trim'
|
|
3800
|
-
| 'string-prototype-trimleft-trimright'
|
|
3801
|
-
| 'string-prototype-trimstart-trimend'
|
|
3802
|
-
| 'string-raw'
|
|
3803
|
-
| 'stringCreateHtmlMethods'
|
|
3804
|
-
| 'stringFromcodepoint'
|
|
3805
|
-
| 'stringPrototypeCodepointat'
|
|
3806
|
-
| 'stringPrototypeEndswith'
|
|
3807
|
-
| 'stringPrototypeIncludes'
|
|
3808
|
-
| 'stringPrototypeIswellformedTowellformed'
|
|
3809
|
-
| 'stringPrototypeMatchall'
|
|
3810
|
-
| 'stringPrototypeNormalize'
|
|
3811
|
-
| 'stringPrototypePadstartPadend'
|
|
3812
|
-
| 'stringPrototypeRepeat'
|
|
3813
|
-
| 'stringPrototypeReplaceall'
|
|
3814
|
-
| 'stringPrototypeStartswith'
|
|
3815
|
-
| 'stringPrototypeSubstr'
|
|
3816
|
-
| 'stringPrototypeTrim'
|
|
3817
|
-
| 'stringPrototypeTrimleftTrimright'
|
|
3818
|
-
| 'stringPrototypeTrimstartTrimend'
|
|
3819
|
-
| 'stringRaw'
|
|
3820
|
-
| 'subclassing-builtins'
|
|
3821
|
-
| 'subclassingBuiltins'
|
|
3822
|
-
| 'symbol-prototype-description'
|
|
3823
|
-
| 'symbol'
|
|
3824
|
-
| 'symbolPrototypeDescription'
|
|
3825
|
-
| 'template-literals'
|
|
3826
|
-
| 'templateLiterals'
|
|
3827
|
-
| 'top-level-await'
|
|
3828
|
-
| 'topLevelAwait'
|
|
3829
|
-
| 'trailing-commas'
|
|
3830
|
-
| 'trailing-function-commas'
|
|
3831
|
-
| 'trailingCommas'
|
|
3832
|
-
| 'trailingCommasInFunctions'
|
|
3833
|
-
| 'trailingFunctionCommas'
|
|
3834
|
-
| 'typed-arrays'
|
|
3835
|
-
| 'typedArrays'
|
|
3836
|
-
| 'unicode-codepoint-escapes'
|
|
3837
|
-
| 'unicodeCodePointEscapes'
|
|
3838
|
-
| 'unicodeCodepointEscapes'
|
|
3839
|
-
| 'weak-map'
|
|
3840
|
-
| 'weak-set'
|
|
3841
|
-
| 'weakMap'
|
|
3842
3851
|
| 'weakrefs'
|
|
3843
|
-
| 'weakSet'
|
|
3844
3852
|
)[];
|
|
3845
|
-
}
|
|
3853
|
+
}>;
|
|
3846
3854
|
|
|
3847
3855
|
export type RuleEntry =
|
|
3856
|
+
| 'off'
|
|
3848
3857
|
| Linter.Severity
|
|
3849
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
3850
|
-
| 'off';
|
|
3858
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
3851
3859
|
}
|
|
3852
3860
|
|
|
3853
3861
|
/**
|
|
@@ -5508,109 +5516,387 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5508
5516
|
* ]
|
|
5509
5517
|
* ```
|
|
5510
5518
|
*/
|
|
5511
|
-
export type Options = {
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
| '__dirname'
|
|
5519
|
+
export type Options = Readonly<{
|
|
5520
|
+
version?: string;
|
|
5521
|
+
allowExperimental?: boolean;
|
|
5522
|
+
ignores?: readonly (
|
|
5516
5523
|
| '__filename'
|
|
5517
|
-
| '
|
|
5518
|
-
| '
|
|
5519
|
-
| '
|
|
5520
|
-
| '
|
|
5521
|
-
| '
|
|
5522
|
-
| '
|
|
5524
|
+
| '__dirname'
|
|
5525
|
+
| 'require'
|
|
5526
|
+
| 'require.cache'
|
|
5527
|
+
| 'require.extensions'
|
|
5528
|
+
| 'require.main'
|
|
5529
|
+
| 'require.resolve'
|
|
5530
|
+
| 'require.resolve.paths'
|
|
5531
|
+
| 'module'
|
|
5532
|
+
| 'module.children'
|
|
5533
|
+
| 'module.exports'
|
|
5534
|
+
| 'module.filename'
|
|
5535
|
+
| 'module.id'
|
|
5536
|
+
| 'module.isPreloading'
|
|
5537
|
+
| 'module.loaded'
|
|
5538
|
+
| 'module.parent'
|
|
5539
|
+
| 'module.path'
|
|
5540
|
+
| 'module.paths'
|
|
5541
|
+
| 'module.require'
|
|
5542
|
+
| 'exports'
|
|
5523
5543
|
| 'AbortController'
|
|
5544
|
+
| 'AbortSignal'
|
|
5524
5545
|
| 'AbortSignal.abort'
|
|
5525
|
-
| 'AbortSignal.any'
|
|
5526
5546
|
| 'AbortSignal.timeout'
|
|
5527
|
-
| 'AbortSignal'
|
|
5528
|
-
| '
|
|
5529
|
-
| '
|
|
5530
|
-
| '
|
|
5531
|
-
| '
|
|
5532
|
-
| '
|
|
5533
|
-
| '
|
|
5534
|
-
| '
|
|
5535
|
-
| '
|
|
5536
|
-
| '
|
|
5537
|
-
| '
|
|
5538
|
-
| '
|
|
5539
|
-
| '
|
|
5540
|
-
| '
|
|
5541
|
-
| '
|
|
5542
|
-
| '
|
|
5543
|
-
| '
|
|
5544
|
-
| '
|
|
5545
|
-
| '
|
|
5546
|
-
| '
|
|
5547
|
-
| '
|
|
5548
|
-
| '
|
|
5549
|
-
| '
|
|
5550
|
-
| '
|
|
5551
|
-
| '
|
|
5552
|
-
| '
|
|
5553
|
-
| '
|
|
5554
|
-
| '
|
|
5555
|
-
| '
|
|
5556
|
-
| '
|
|
5557
|
-
| '
|
|
5558
|
-
| '
|
|
5559
|
-
| '
|
|
5560
|
-
| '
|
|
5561
|
-
| '
|
|
5562
|
-
| '
|
|
5563
|
-
| '
|
|
5564
|
-
| '
|
|
5565
|
-
| '
|
|
5566
|
-
| '
|
|
5567
|
-
| '
|
|
5568
|
-
| '
|
|
5569
|
-
| '
|
|
5570
|
-
| '
|
|
5571
|
-
| 'assert'
|
|
5572
|
-
| '
|
|
5573
|
-
| '
|
|
5574
|
-
| '
|
|
5575
|
-
| '
|
|
5576
|
-
| '
|
|
5577
|
-
| '
|
|
5578
|
-
| '
|
|
5579
|
-
| '
|
|
5580
|
-
| '
|
|
5581
|
-
| '
|
|
5582
|
-
| '
|
|
5583
|
-
| '
|
|
5584
|
-
| '
|
|
5585
|
-
| '
|
|
5586
|
-
| '
|
|
5587
|
-
| '
|
|
5588
|
-
| '
|
|
5589
|
-
| '
|
|
5590
|
-
| '
|
|
5591
|
-
| '
|
|
5592
|
-
| '
|
|
5593
|
-
| '
|
|
5594
|
-
| '
|
|
5595
|
-
| '
|
|
5596
|
-
| '
|
|
5597
|
-
| '
|
|
5598
|
-
| '
|
|
5599
|
-
| '
|
|
5600
|
-
| '
|
|
5601
|
-
| '
|
|
5602
|
-
| '
|
|
5603
|
-
| '
|
|
5604
|
-
| '
|
|
5605
|
-
| '
|
|
5606
|
-
| '
|
|
5607
|
-
| '
|
|
5608
|
-
| '
|
|
5609
|
-
| '
|
|
5610
|
-
| '
|
|
5611
|
-
| '
|
|
5612
|
-
| '
|
|
5547
|
+
| 'AbortSignal.any'
|
|
5548
|
+
| 'DOMException'
|
|
5549
|
+
| 'FormData'
|
|
5550
|
+
| 'Headers'
|
|
5551
|
+
| 'MessageEvent'
|
|
5552
|
+
| 'Navigator'
|
|
5553
|
+
| 'Request'
|
|
5554
|
+
| 'Response'
|
|
5555
|
+
| 'WebAssembly'
|
|
5556
|
+
| 'WebSocket'
|
|
5557
|
+
| 'fetch'
|
|
5558
|
+
| 'global'
|
|
5559
|
+
| 'queueMicrotask'
|
|
5560
|
+
| 'navigator'
|
|
5561
|
+
| 'navigator.hardwareConcurrency'
|
|
5562
|
+
| 'navigator.language'
|
|
5563
|
+
| 'navigator.languages'
|
|
5564
|
+
| 'navigator.platform'
|
|
5565
|
+
| 'navigator.userAgent'
|
|
5566
|
+
| 'structuredClone'
|
|
5567
|
+
| 'localStorage'
|
|
5568
|
+
| 'sessionStorage'
|
|
5569
|
+
| 'Storage'
|
|
5570
|
+
| 'Blob'
|
|
5571
|
+
| 'new Buffer()'
|
|
5572
|
+
| 'Buffer'
|
|
5573
|
+
| 'Buffer.alloc'
|
|
5574
|
+
| 'Buffer.allocUnsafe'
|
|
5575
|
+
| 'Buffer.allocUnsafeSlow'
|
|
5576
|
+
| 'Buffer.byteLength'
|
|
5577
|
+
| 'Buffer.compare'
|
|
5578
|
+
| 'Buffer.concat'
|
|
5579
|
+
| 'Buffer.copyBytesFrom'
|
|
5580
|
+
| 'Buffer.from'
|
|
5581
|
+
| 'Buffer.isBuffer'
|
|
5582
|
+
| 'Buffer.isEncoding'
|
|
5583
|
+
| 'File'
|
|
5584
|
+
| 'atob'
|
|
5585
|
+
| 'btoa'
|
|
5586
|
+
| 'console'
|
|
5587
|
+
| 'console.profile'
|
|
5588
|
+
| 'console.profileEnd'
|
|
5589
|
+
| 'console.timeStamp'
|
|
5590
|
+
| 'console.Console'
|
|
5591
|
+
| 'console.assert'
|
|
5592
|
+
| 'console.clear'
|
|
5593
|
+
| 'console.count'
|
|
5594
|
+
| 'console.countReset'
|
|
5595
|
+
| 'console.debug'
|
|
5596
|
+
| 'console.dir'
|
|
5597
|
+
| 'console.dirxml'
|
|
5598
|
+
| 'console.error'
|
|
5599
|
+
| 'console.group'
|
|
5600
|
+
| 'console.groupCollapsed'
|
|
5601
|
+
| 'console.groupEnd'
|
|
5602
|
+
| 'console.info'
|
|
5603
|
+
| 'console.log'
|
|
5604
|
+
| 'console.table'
|
|
5605
|
+
| 'console.time'
|
|
5606
|
+
| 'console.timeEnd'
|
|
5607
|
+
| 'console.timeLog'
|
|
5608
|
+
| 'console.trace'
|
|
5609
|
+
| 'console.warn'
|
|
5610
|
+
| 'crypto'
|
|
5611
|
+
| 'crypto.subtle'
|
|
5612
|
+
| 'crypto.subtle.decrypt'
|
|
5613
|
+
| 'crypto.subtle.deriveBits'
|
|
5614
|
+
| 'crypto.subtle.deriveKey'
|
|
5615
|
+
| 'crypto.subtle.digest'
|
|
5616
|
+
| 'crypto.subtle.encrypt'
|
|
5617
|
+
| 'crypto.subtle.exportKey'
|
|
5618
|
+
| 'crypto.subtle.generateKey'
|
|
5619
|
+
| 'crypto.subtle.importKey'
|
|
5620
|
+
| 'crypto.subtle.sign'
|
|
5621
|
+
| 'crypto.subtle.unwrapKey'
|
|
5622
|
+
| 'crypto.subtle.verify'
|
|
5623
|
+
| 'crypto.subtle.wrapKey'
|
|
5624
|
+
| 'crypto.getRandomValues'
|
|
5625
|
+
| 'crypto.randomUUID'
|
|
5626
|
+
| 'Crypto'
|
|
5627
|
+
| 'CryptoKey'
|
|
5628
|
+
| 'SubtleCrypto'
|
|
5629
|
+
| 'CloseEvent'
|
|
5630
|
+
| 'CustomEvent'
|
|
5631
|
+
| 'Event'
|
|
5632
|
+
| 'EventSource'
|
|
5633
|
+
| 'EventTarget'
|
|
5634
|
+
| 'PerformanceEntry'
|
|
5635
|
+
| 'PerformanceMark'
|
|
5636
|
+
| 'PerformanceMeasure'
|
|
5637
|
+
| 'PerformanceObserver'
|
|
5638
|
+
| 'PerformanceObserverEntryList'
|
|
5639
|
+
| 'PerformanceResourceTiming'
|
|
5640
|
+
| 'performance'
|
|
5641
|
+
| 'performance.clearMarks'
|
|
5642
|
+
| 'performance.clearMeasures'
|
|
5643
|
+
| 'performance.clearResourceTimings'
|
|
5644
|
+
| 'performance.eventLoopUtilization'
|
|
5645
|
+
| 'performance.getEntries'
|
|
5646
|
+
| 'performance.getEntriesByName'
|
|
5647
|
+
| 'performance.getEntriesByType'
|
|
5648
|
+
| 'performance.mark'
|
|
5649
|
+
| 'performance.markResourceTiming'
|
|
5650
|
+
| 'performance.measure'
|
|
5651
|
+
| 'performance.nodeTiming'
|
|
5652
|
+
| 'performance.nodeTiming.bootstrapComplete'
|
|
5653
|
+
| 'performance.nodeTiming.environment'
|
|
5654
|
+
| 'performance.nodeTiming.idleTime'
|
|
5655
|
+
| 'performance.nodeTiming.loopExit'
|
|
5656
|
+
| 'performance.nodeTiming.loopStart'
|
|
5657
|
+
| 'performance.nodeTiming.nodeStart'
|
|
5658
|
+
| 'performance.nodeTiming.uvMetricsInfo'
|
|
5659
|
+
| 'performance.nodeTiming.v8Start'
|
|
5660
|
+
| 'performance.now'
|
|
5661
|
+
| 'performance.onresourcetimingbufferfull'
|
|
5662
|
+
| 'performance.setResourceTimingBufferSize'
|
|
5663
|
+
| 'performance.timeOrigin'
|
|
5664
|
+
| 'performance.timerify'
|
|
5665
|
+
| 'performance.toJSON'
|
|
5666
|
+
| 'process'
|
|
5667
|
+
| 'process.allowedNodeEnvironmentFlags'
|
|
5668
|
+
| 'process.availableMemory'
|
|
5669
|
+
| 'process.arch'
|
|
5670
|
+
| 'process.argv'
|
|
5671
|
+
| 'process.argv0'
|
|
5672
|
+
| 'process.channel'
|
|
5673
|
+
| 'process.config'
|
|
5674
|
+
| 'process.connected'
|
|
5675
|
+
| 'process.debugPort'
|
|
5676
|
+
| 'process.env'
|
|
5677
|
+
| 'process.execArgv'
|
|
5678
|
+
| 'process.execPath'
|
|
5679
|
+
| 'process.execve'
|
|
5680
|
+
| 'process.exitCode'
|
|
5681
|
+
| 'process.features.cached_builtins'
|
|
5682
|
+
| 'process.features.debug'
|
|
5683
|
+
| 'process.features.inspector'
|
|
5684
|
+
| 'process.features.ipv6'
|
|
5685
|
+
| 'process.features.require_module'
|
|
5686
|
+
| 'process.features.tls'
|
|
5687
|
+
| 'process.features.tls_alpn'
|
|
5688
|
+
| 'process.features.tls_ocsp'
|
|
5689
|
+
| 'process.features.tls_sni'
|
|
5690
|
+
| 'process.features.typescript'
|
|
5691
|
+
| 'process.features.uv'
|
|
5692
|
+
| 'process.finalization.register'
|
|
5693
|
+
| 'process.finalization.registerBeforeExit'
|
|
5694
|
+
| 'process.finalization.unregister'
|
|
5695
|
+
| 'process.getBuiltinModule'
|
|
5696
|
+
| 'process.mainModule'
|
|
5697
|
+
| 'process.noDeprecation'
|
|
5698
|
+
| 'process.permission'
|
|
5699
|
+
| 'process.pid'
|
|
5700
|
+
| 'process.platform'
|
|
5701
|
+
| 'process.ppid'
|
|
5702
|
+
| 'process.ref'
|
|
5703
|
+
| 'process.release'
|
|
5704
|
+
| 'process.report'
|
|
5705
|
+
| 'process.report.excludeEnv'
|
|
5706
|
+
| 'process.sourceMapsEnabled'
|
|
5707
|
+
| 'process.stdin'
|
|
5708
|
+
| 'process.stdin.isRaw'
|
|
5709
|
+
| 'process.stdin.isTTY'
|
|
5710
|
+
| 'process.stdin.setRawMode'
|
|
5711
|
+
| 'process.stdout'
|
|
5712
|
+
| 'process.stdout.clearLine'
|
|
5713
|
+
| 'process.stdout.clearScreenDown'
|
|
5714
|
+
| 'process.stdout.columns'
|
|
5715
|
+
| 'process.stdout.cursorTo'
|
|
5716
|
+
| 'process.stdout.getColorDepth'
|
|
5717
|
+
| 'process.stdout.getWindowSize'
|
|
5718
|
+
| 'process.stdout.hasColors'
|
|
5719
|
+
| 'process.stdout.isTTY'
|
|
5720
|
+
| 'process.stdout.moveCursor'
|
|
5721
|
+
| 'process.stdout.rows'
|
|
5722
|
+
| 'process.stderr'
|
|
5723
|
+
| 'process.stderr.clearLine'
|
|
5724
|
+
| 'process.stderr.clearScreenDown'
|
|
5725
|
+
| 'process.stderr.columns'
|
|
5726
|
+
| 'process.stderr.cursorTo'
|
|
5727
|
+
| 'process.stderr.getColorDepth'
|
|
5728
|
+
| 'process.stderr.getWindowSize'
|
|
5729
|
+
| 'process.stderr.hasColors'
|
|
5730
|
+
| 'process.stderr.isTTY'
|
|
5731
|
+
| 'process.stderr.moveCursor'
|
|
5732
|
+
| 'process.stderr.rows'
|
|
5733
|
+
| 'process.threadCpuUsage'
|
|
5734
|
+
| 'process.throwDeprecation'
|
|
5735
|
+
| 'process.title'
|
|
5736
|
+
| 'process.traceDeprecation'
|
|
5737
|
+
| 'process.version'
|
|
5738
|
+
| 'process.versions'
|
|
5739
|
+
| 'process.abort'
|
|
5740
|
+
| 'process.chdir'
|
|
5741
|
+
| 'process.constrainedMemory'
|
|
5742
|
+
| 'process.cpuUsage'
|
|
5743
|
+
| 'process.cwd'
|
|
5744
|
+
| 'process.disconnect'
|
|
5745
|
+
| 'process.dlopen'
|
|
5746
|
+
| 'process.emitWarning'
|
|
5747
|
+
| 'process.exit'
|
|
5748
|
+
| 'process.getActiveResourcesInfo'
|
|
5749
|
+
| 'process.getegid'
|
|
5750
|
+
| 'process.geteuid'
|
|
5751
|
+
| 'process.getgid'
|
|
5752
|
+
| 'process.getgroups'
|
|
5753
|
+
| 'process.getuid'
|
|
5754
|
+
| 'process.hasUncaughtExceptionCaptureCallback'
|
|
5755
|
+
| 'process.hrtime'
|
|
5756
|
+
| 'process.hrtime.bigint'
|
|
5757
|
+
| 'process.initgroups'
|
|
5758
|
+
| 'process.kill'
|
|
5759
|
+
| 'process.loadEnvFile'
|
|
5760
|
+
| 'process.memoryUsage'
|
|
5761
|
+
| 'process.rss'
|
|
5762
|
+
| 'process.nextTick'
|
|
5763
|
+
| 'process.resourceUsage'
|
|
5764
|
+
| 'process.send'
|
|
5765
|
+
| 'process.setegid'
|
|
5766
|
+
| 'process.seteuid'
|
|
5767
|
+
| 'process.setgid'
|
|
5768
|
+
| 'process.setgroups'
|
|
5769
|
+
| 'process.setuid'
|
|
5770
|
+
| 'process.setSourceMapsEnabled'
|
|
5771
|
+
| 'process.setUncaughtExceptionCaptureCallback'
|
|
5772
|
+
| 'process.umask'
|
|
5773
|
+
| 'process.unref'
|
|
5774
|
+
| 'process.uptime'
|
|
5775
|
+
| 'ReadableStream'
|
|
5776
|
+
| 'ReadableStream.from'
|
|
5777
|
+
| 'ReadableStreamDefaultReader'
|
|
5778
|
+
| 'ReadableStreamBYOBReader'
|
|
5779
|
+
| 'ReadableStreamDefaultController'
|
|
5780
|
+
| 'ReadableByteStreamController'
|
|
5781
|
+
| 'ReadableStreamBYOBRequest'
|
|
5782
|
+
| 'WritableStream'
|
|
5783
|
+
| 'WritableStreamDefaultWriter'
|
|
5784
|
+
| 'WritableStreamDefaultController'
|
|
5785
|
+
| 'TransformStream'
|
|
5786
|
+
| 'TransformStreamDefaultController'
|
|
5787
|
+
| 'ByteLengthQueuingStrategy'
|
|
5788
|
+
| 'CountQueuingStrategy'
|
|
5789
|
+
| 'TextEncoderStream'
|
|
5790
|
+
| 'TextDecoderStream'
|
|
5791
|
+
| 'CompressionStream'
|
|
5792
|
+
| 'DecompressionStream'
|
|
5793
|
+
| 'setInterval'
|
|
5794
|
+
| 'clearInterval'
|
|
5795
|
+
| 'setTimeout'
|
|
5796
|
+
| 'clearTimeout'
|
|
5797
|
+
| 'setImmediate'
|
|
5798
|
+
| 'clearImmediate'
|
|
5799
|
+
| 'URL'
|
|
5800
|
+
| 'URL.canParse'
|
|
5801
|
+
| 'URL.createObjectURL'
|
|
5802
|
+
| 'URL.revokeObjectURL'
|
|
5803
|
+
| 'URLSearchParams'
|
|
5804
|
+
| 'TextDecoder'
|
|
5805
|
+
| 'TextEncoder'
|
|
5806
|
+
| 'BroadcastChannel'
|
|
5807
|
+
| 'MessageChannel'
|
|
5808
|
+
| 'MessagePort'
|
|
5809
|
+
| 'assert'
|
|
5810
|
+
| 'assert.Assert'
|
|
5811
|
+
| 'assert.assert'
|
|
5812
|
+
| 'assert.deepEqual'
|
|
5813
|
+
| 'assert.deepStrictEqual'
|
|
5814
|
+
| 'assert.doesNotMatch'
|
|
5815
|
+
| 'assert.doesNotReject'
|
|
5816
|
+
| 'assert.doesNotThrow'
|
|
5817
|
+
| 'assert.equal'
|
|
5818
|
+
| 'assert.fail'
|
|
5819
|
+
| 'assert.ifError'
|
|
5820
|
+
| 'assert.match'
|
|
5821
|
+
| 'assert.notDeepEqual'
|
|
5822
|
+
| 'assert.notDeepStrictEqual'
|
|
5823
|
+
| 'assert.notEqual'
|
|
5824
|
+
| 'assert.notStrictEqual'
|
|
5825
|
+
| 'assert.ok'
|
|
5826
|
+
| 'assert.partialDeepStrictEqual'
|
|
5827
|
+
| 'assert.rejects'
|
|
5828
|
+
| 'assert.strictEqual'
|
|
5829
|
+
| 'assert.throws'
|
|
5830
|
+
| 'assert.CallTracker'
|
|
5831
|
+
| 'assert.strict'
|
|
5832
|
+
| 'assert.strict.Assert'
|
|
5833
|
+
| 'assert.strict.assert'
|
|
5834
|
+
| 'assert.strict.deepEqual'
|
|
5835
|
+
| 'assert.strict.deepStrictEqual'
|
|
5836
|
+
| 'assert.strict.doesNotMatch'
|
|
5837
|
+
| 'assert.strict.doesNotReject'
|
|
5838
|
+
| 'assert.strict.doesNotThrow'
|
|
5839
|
+
| 'assert.strict.equal'
|
|
5840
|
+
| 'assert.strict.fail'
|
|
5841
|
+
| 'assert.strict.ifError'
|
|
5842
|
+
| 'assert.strict.match'
|
|
5843
|
+
| 'assert.strict.notDeepEqual'
|
|
5844
|
+
| 'assert.strict.notDeepStrictEqual'
|
|
5845
|
+
| 'assert.strict.notEqual'
|
|
5846
|
+
| 'assert.strict.notStrictEqual'
|
|
5847
|
+
| 'assert.strict.ok'
|
|
5848
|
+
| 'assert.strict.partialDeepStrictEqual'
|
|
5849
|
+
| 'assert.strict.rejects'
|
|
5850
|
+
| 'assert.strict.strictEqual'
|
|
5851
|
+
| 'assert.strict.throws'
|
|
5852
|
+
| 'assert.strict.CallTracker'
|
|
5853
|
+
| 'assert/strict'
|
|
5854
|
+
| 'assert/strict.Assert'
|
|
5855
|
+
| 'assert/strict.assert'
|
|
5856
|
+
| 'assert/strict.deepEqual'
|
|
5857
|
+
| 'assert/strict.deepStrictEqual'
|
|
5858
|
+
| 'assert/strict.doesNotMatch'
|
|
5859
|
+
| 'assert/strict.doesNotReject'
|
|
5860
|
+
| 'assert/strict.doesNotThrow'
|
|
5861
|
+
| 'assert/strict.equal'
|
|
5862
|
+
| 'assert/strict.fail'
|
|
5863
|
+
| 'assert/strict.ifError'
|
|
5864
|
+
| 'assert/strict.match'
|
|
5865
|
+
| 'assert/strict.notDeepEqual'
|
|
5866
|
+
| 'assert/strict.notDeepStrictEqual'
|
|
5867
|
+
| 'assert/strict.notEqual'
|
|
5868
|
+
| 'assert/strict.notStrictEqual'
|
|
5869
|
+
| 'assert/strict.ok'
|
|
5870
|
+
| 'assert/strict.partialDeepStrictEqual'
|
|
5871
|
+
| 'assert/strict.rejects'
|
|
5872
|
+
| 'assert/strict.strictEqual'
|
|
5873
|
+
| 'assert/strict.throws'
|
|
5874
|
+
| 'assert/strict.CallTracker'
|
|
5875
|
+
| 'async_hooks'
|
|
5876
|
+
| 'async_hooks.createHook'
|
|
5877
|
+
| 'async_hooks.executionAsyncResource'
|
|
5878
|
+
| 'async_hooks.executionAsyncId'
|
|
5879
|
+
| 'async_hooks.triggerAsyncId'
|
|
5880
|
+
| 'async_hooks.AsyncLocalStorage'
|
|
5881
|
+
| 'async_hooks.AsyncLocalStorage.bind'
|
|
5882
|
+
| 'async_hooks.AsyncLocalStorage.snapshot'
|
|
5883
|
+
| 'async_hooks.AsyncResource'
|
|
5884
|
+
| 'async_hooks.AsyncResource.bind'
|
|
5885
|
+
| 'buffer'
|
|
5886
|
+
| 'buffer.constants'
|
|
5887
|
+
| 'buffer.INSPECT_MAX_BYTES'
|
|
5888
|
+
| 'buffer.kMaxLength'
|
|
5889
|
+
| 'buffer.kStringMaxLength'
|
|
5890
|
+
| 'buffer.atob'
|
|
5613
5891
|
| 'buffer.btoa'
|
|
5892
|
+
| 'buffer.isAscii'
|
|
5893
|
+
| 'buffer.isUtf8'
|
|
5894
|
+
| 'buffer.resolveObjectURL'
|
|
5895
|
+
| 'buffer.transcode'
|
|
5896
|
+
| 'buffer.SlowBuffer'
|
|
5897
|
+
| 'buffer.Blob'
|
|
5898
|
+
| 'new buffer.Buffer()'
|
|
5899
|
+
| 'buffer.Buffer'
|
|
5614
5900
|
| 'buffer.Buffer.alloc'
|
|
5615
5901
|
| 'buffer.Buffer.allocUnsafe'
|
|
5616
5902
|
| 'buffer.Buffer.allocUnsafeSlow'
|
|
@@ -5621,87 +5907,49 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5621
5907
|
| 'buffer.Buffer.from'
|
|
5622
5908
|
| 'buffer.Buffer.isBuffer'
|
|
5623
5909
|
| 'buffer.Buffer.isEncoding'
|
|
5624
|
-
| 'buffer.Buffer'
|
|
5625
|
-
| 'Buffer.byteLength'
|
|
5626
|
-
| 'Buffer.compare'
|
|
5627
|
-
| 'Buffer.concat'
|
|
5628
|
-
| 'buffer.constants'
|
|
5629
|
-
| 'Buffer.copyBytesFrom'
|
|
5630
5910
|
| 'buffer.File'
|
|
5631
|
-
| '
|
|
5632
|
-
| 'buffer.INSPECT_MAX_BYTES'
|
|
5633
|
-
| 'buffer.isAscii'
|
|
5634
|
-
| 'Buffer.isBuffer'
|
|
5635
|
-
| 'Buffer.isEncoding'
|
|
5636
|
-
| 'buffer.isUtf8'
|
|
5637
|
-
| 'buffer.kMaxLength'
|
|
5638
|
-
| 'buffer.kStringMaxLength'
|
|
5639
|
-
| 'buffer.resolveObjectURL'
|
|
5640
|
-
| 'buffer.SlowBuffer'
|
|
5641
|
-
| 'buffer.transcode'
|
|
5642
|
-
| 'Buffer'
|
|
5643
|
-
| 'buffer'
|
|
5644
|
-
| 'ByteLengthQueuingStrategy'
|
|
5645
|
-
| 'child_process.ChildProcess'
|
|
5911
|
+
| 'child_process'
|
|
5646
5912
|
| 'child_process.exec'
|
|
5647
5913
|
| 'child_process.execFile'
|
|
5648
|
-
| 'child_process.execFileSync'
|
|
5649
|
-
| 'child_process.execSync'
|
|
5650
5914
|
| 'child_process.fork'
|
|
5651
5915
|
| 'child_process.spawn'
|
|
5916
|
+
| 'child_process.execFileSync'
|
|
5917
|
+
| 'child_process.execSync'
|
|
5652
5918
|
| 'child_process.spawnSync'
|
|
5653
|
-
| 'child_process'
|
|
5654
|
-
| '
|
|
5655
|
-
| 'clearInterval'
|
|
5656
|
-
| 'clearTimeout'
|
|
5657
|
-
| 'CloseEvent'
|
|
5658
|
-
| 'cluster.disconnect'
|
|
5659
|
-
| 'cluster.fork'
|
|
5919
|
+
| 'child_process.ChildProcess'
|
|
5920
|
+
| 'cluster'
|
|
5660
5921
|
| 'cluster.isMaster'
|
|
5661
5922
|
| 'cluster.isPrimary'
|
|
5662
5923
|
| 'cluster.isWorker'
|
|
5663
5924
|
| 'cluster.schedulingPolicy'
|
|
5664
5925
|
| 'cluster.settings'
|
|
5926
|
+
| 'cluster.worker'
|
|
5927
|
+
| 'cluster.workers'
|
|
5928
|
+
| 'cluster.disconnect'
|
|
5929
|
+
| 'cluster.fork'
|
|
5665
5930
|
| 'cluster.setupMaster'
|
|
5666
5931
|
| 'cluster.setupPrimary'
|
|
5667
5932
|
| 'cluster.Worker'
|
|
5668
|
-
| '
|
|
5669
|
-
| '
|
|
5670
|
-
| '
|
|
5671
|
-
| '
|
|
5672
|
-
| '
|
|
5673
|
-
| '
|
|
5674
|
-
| '
|
|
5675
|
-
| '
|
|
5676
|
-
| '
|
|
5677
|
-
| '
|
|
5678
|
-
| '
|
|
5679
|
-
| '
|
|
5680
|
-
| '
|
|
5681
|
-
| '
|
|
5682
|
-
| '
|
|
5683
|
-
| '
|
|
5684
|
-
| '
|
|
5685
|
-
| '
|
|
5686
|
-
| 'console.profile'
|
|
5687
|
-
| 'console.profileEnd'
|
|
5688
|
-
| 'console.table'
|
|
5689
|
-
| 'console.time'
|
|
5690
|
-
| 'console.timeEnd'
|
|
5691
|
-
| 'console.timeLog'
|
|
5692
|
-
| 'console.timeStamp'
|
|
5693
|
-
| 'console.trace'
|
|
5694
|
-
| 'console.warn'
|
|
5695
|
-
| 'console'
|
|
5696
|
-
| 'CountQueuingStrategy'
|
|
5697
|
-
| 'crypto.Certificate.exportChallenge'
|
|
5698
|
-
| 'crypto.Certificate.exportPublicKey'
|
|
5699
|
-
| 'crypto.Certificate.verifySpkac'
|
|
5700
|
-
| 'crypto.Certificate'
|
|
5933
|
+
| 'crypto.constants'
|
|
5934
|
+
| 'crypto.fips'
|
|
5935
|
+
| 'crypto.webcrypto'
|
|
5936
|
+
| 'crypto.webcrypto.subtle'
|
|
5937
|
+
| 'crypto.webcrypto.subtle.decrypt'
|
|
5938
|
+
| 'crypto.webcrypto.subtle.deriveBits'
|
|
5939
|
+
| 'crypto.webcrypto.subtle.deriveKey'
|
|
5940
|
+
| 'crypto.webcrypto.subtle.digest'
|
|
5941
|
+
| 'crypto.webcrypto.subtle.encrypt'
|
|
5942
|
+
| 'crypto.webcrypto.subtle.exportKey'
|
|
5943
|
+
| 'crypto.webcrypto.subtle.generateKey'
|
|
5944
|
+
| 'crypto.webcrypto.subtle.importKey'
|
|
5945
|
+
| 'crypto.webcrypto.subtle.sign'
|
|
5946
|
+
| 'crypto.webcrypto.subtle.unwrapKey'
|
|
5947
|
+
| 'crypto.webcrypto.subtle.verify'
|
|
5948
|
+
| 'crypto.webcrypto.subtle.wrapKey'
|
|
5949
|
+
| 'crypto.webcrypto.getRandomValues'
|
|
5950
|
+
| 'crypto.webcrypto.randomUUID'
|
|
5701
5951
|
| 'crypto.checkPrime'
|
|
5702
5952
|
| 'crypto.checkPrimeSync'
|
|
5703
|
-
| 'crypto.Cipher'
|
|
5704
|
-
| 'crypto.constants'
|
|
5705
5953
|
| 'crypto.createCipher'
|
|
5706
5954
|
| 'crypto.createCipheriv'
|
|
5707
5955
|
| 'crypto.createDecipher'
|
|
@@ -5716,13 +5964,7 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5716
5964
|
| 'crypto.createSecretKey'
|
|
5717
5965
|
| 'crypto.createSign'
|
|
5718
5966
|
| 'crypto.createVerify'
|
|
5719
|
-
| 'crypto.Decipher'
|
|
5720
|
-
| 'crypto.DiffieHellman'
|
|
5721
5967
|
| 'crypto.diffieHellman'
|
|
5722
|
-
| 'crypto.DiffieHellmanGroup'
|
|
5723
|
-
| 'crypto.ECDH.convertKey'
|
|
5724
|
-
| 'crypto.ECDH'
|
|
5725
|
-
| 'crypto.fips'
|
|
5726
5968
|
| 'crypto.generateKey'
|
|
5727
5969
|
| 'crypto.generateKeyPair'
|
|
5728
5970
|
| 'crypto.generateKeyPairSync'
|
|
@@ -5735,16 +5977,9 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5735
5977
|
| 'crypto.getDiffieHellman'
|
|
5736
5978
|
| 'crypto.getFips'
|
|
5737
5979
|
| 'crypto.getHashes'
|
|
5738
|
-
| 'crypto.getRandomValues'
|
|
5739
|
-
| 'crypto.Hash'
|
|
5740
5980
|
| 'crypto.hash'
|
|
5741
|
-
| 'crypto.Hash()'
|
|
5742
5981
|
| 'crypto.hkdf'
|
|
5743
5982
|
| 'crypto.hkdfSync'
|
|
5744
|
-
| 'crypto.Hmac'
|
|
5745
|
-
| 'crypto.Hmac()'
|
|
5746
|
-
| 'crypto.KeyObject.from'
|
|
5747
|
-
| 'crypto.KeyObject'
|
|
5748
5983
|
| 'crypto.pbkdf2'
|
|
5749
5984
|
| 'crypto.pbkdf2Sync'
|
|
5750
5985
|
| 'crypto.privateDecrypt'
|
|
@@ -5752,72 +5987,75 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5752
5987
|
| 'crypto.publicDecrypt'
|
|
5753
5988
|
| 'crypto.publicEncrypt'
|
|
5754
5989
|
| 'crypto.randomBytes'
|
|
5755
|
-
| 'crypto.randomFill'
|
|
5756
5990
|
| 'crypto.randomFillSync'
|
|
5991
|
+
| 'crypto.randomFill'
|
|
5757
5992
|
| 'crypto.randomInt'
|
|
5758
|
-
| 'crypto.randomUUID'
|
|
5759
5993
|
| 'crypto.scrypt'
|
|
5760
5994
|
| 'crypto.scryptSync'
|
|
5761
5995
|
| 'crypto.secureHeapUsed'
|
|
5762
5996
|
| 'crypto.setEngine'
|
|
5763
5997
|
| 'crypto.setFips'
|
|
5764
|
-
| 'crypto.Sign'
|
|
5765
5998
|
| 'crypto.sign'
|
|
5766
|
-
| 'crypto.subtle.decrypt'
|
|
5767
|
-
| 'crypto.subtle.deriveBits'
|
|
5768
|
-
| 'crypto.subtle.deriveKey'
|
|
5769
|
-
| 'crypto.subtle.digest'
|
|
5770
|
-
| 'crypto.subtle.encrypt'
|
|
5771
|
-
| 'crypto.subtle.exportKey'
|
|
5772
|
-
| 'crypto.subtle.generateKey'
|
|
5773
|
-
| 'crypto.subtle.importKey'
|
|
5774
|
-
| 'crypto.subtle.sign'
|
|
5775
|
-
| 'crypto.subtle.unwrapKey'
|
|
5776
|
-
| 'crypto.subtle.verify'
|
|
5777
|
-
| 'crypto.subtle.wrapKey'
|
|
5778
|
-
| 'crypto.subtle'
|
|
5779
5999
|
| 'crypto.timingSafeEqual'
|
|
5780
|
-
| 'crypto.Verify'
|
|
5781
6000
|
| 'crypto.verify'
|
|
5782
|
-
| 'crypto.
|
|
5783
|
-
| 'crypto.
|
|
5784
|
-
| 'crypto.
|
|
5785
|
-
| 'crypto.
|
|
5786
|
-
| 'crypto.
|
|
5787
|
-
| 'crypto.
|
|
5788
|
-
| 'crypto.
|
|
5789
|
-
| 'crypto.
|
|
5790
|
-
| 'crypto.
|
|
5791
|
-
| 'crypto.
|
|
5792
|
-
| 'crypto.
|
|
5793
|
-
| 'crypto.
|
|
5794
|
-
| 'crypto.
|
|
5795
|
-
| 'crypto.
|
|
5796
|
-
| 'crypto.
|
|
5797
|
-
| 'crypto.
|
|
6001
|
+
| 'crypto.Certificate'
|
|
6002
|
+
| 'crypto.Certificate.exportChallenge'
|
|
6003
|
+
| 'crypto.Certificate.exportPublicKey'
|
|
6004
|
+
| 'crypto.Certificate.verifySpkac'
|
|
6005
|
+
| 'crypto.Cipher'
|
|
6006
|
+
| 'crypto.Decipher'
|
|
6007
|
+
| 'crypto.DiffieHellman'
|
|
6008
|
+
| 'crypto.DiffieHellmanGroup'
|
|
6009
|
+
| 'crypto.ECDH'
|
|
6010
|
+
| 'crypto.ECDH.convertKey'
|
|
6011
|
+
| 'crypto.Hash()'
|
|
6012
|
+
| 'new crypto.Hash()'
|
|
6013
|
+
| 'crypto.Hash'
|
|
6014
|
+
| 'crypto.Hmac()'
|
|
6015
|
+
| 'new crypto.Hmac()'
|
|
6016
|
+
| 'crypto.Hmac'
|
|
6017
|
+
| 'crypto.KeyObject'
|
|
6018
|
+
| 'crypto.KeyObject.from'
|
|
6019
|
+
| 'crypto.Sign'
|
|
6020
|
+
| 'crypto.Verify'
|
|
5798
6021
|
| 'crypto.X509Certificate'
|
|
5799
|
-
| '
|
|
5800
|
-
| 'crypto'
|
|
5801
|
-
| 'CryptoKey'
|
|
5802
|
-
| 'CustomEvent'
|
|
5803
|
-
| 'DecompressionStream'
|
|
6022
|
+
| 'dgram'
|
|
5804
6023
|
| 'dgram.createSocket'
|
|
5805
6024
|
| 'dgram.Socket'
|
|
5806
|
-
| '
|
|
5807
|
-
| 'diagnostics_channel.Channel'
|
|
5808
|
-
| 'diagnostics_channel.channel'
|
|
6025
|
+
| 'diagnostics_channel'
|
|
5809
6026
|
| 'diagnostics_channel.hasSubscribers'
|
|
6027
|
+
| 'diagnostics_channel.channel'
|
|
5810
6028
|
| 'diagnostics_channel.subscribe'
|
|
5811
|
-
| 'diagnostics_channel.TracingChannel'
|
|
5812
|
-
| 'diagnostics_channel.tracingChannel'
|
|
5813
6029
|
| 'diagnostics_channel.unsubscribe'
|
|
5814
|
-
| 'diagnostics_channel'
|
|
6030
|
+
| 'diagnostics_channel.tracingChannel'
|
|
6031
|
+
| 'diagnostics_channel.Channel'
|
|
6032
|
+
| 'diagnostics_channel.TracingChannel'
|
|
6033
|
+
| 'dns'
|
|
6034
|
+
| 'dns.Resolver'
|
|
6035
|
+
| 'dns.getServers'
|
|
6036
|
+
| 'dns.lookup'
|
|
6037
|
+
| 'dns.lookupService'
|
|
6038
|
+
| 'dns.resolve'
|
|
6039
|
+
| 'dns.resolve4'
|
|
6040
|
+
| 'dns.resolve6'
|
|
6041
|
+
| 'dns.resolveAny'
|
|
6042
|
+
| 'dns.resolveCname'
|
|
6043
|
+
| 'dns.resolveCaa'
|
|
6044
|
+
| 'dns.resolveMx'
|
|
6045
|
+
| 'dns.resolveNaptr'
|
|
6046
|
+
| 'dns.resolveNs'
|
|
6047
|
+
| 'dns.resolvePtr'
|
|
6048
|
+
| 'dns.resolveSoa'
|
|
6049
|
+
| 'dns.resolveSrv'
|
|
6050
|
+
| 'dns.resolveTlsa'
|
|
6051
|
+
| 'dns.resolveTxt'
|
|
6052
|
+
| 'dns.reverse'
|
|
6053
|
+
| 'dns.setDefaultResultOrder'
|
|
5815
6054
|
| 'dns.getDefaultResultOrder'
|
|
5816
|
-
| 'dns.
|
|
5817
|
-
| 'dns.
|
|
5818
|
-
| 'dns.
|
|
6055
|
+
| 'dns.setServers'
|
|
6056
|
+
| 'dns.promises'
|
|
6057
|
+
| 'dns.promises.Resolver'
|
|
5819
6058
|
| 'dns.promises.cancel'
|
|
5820
|
-
| 'dns.promises.getDefaultResultOrder'
|
|
5821
6059
|
| 'dns.promises.getServers'
|
|
5822
6060
|
| 'dns.promises.lookup'
|
|
5823
6061
|
| 'dns.promises.lookupService'
|
|
@@ -5831,36 +6069,17 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5831
6069
|
| 'dns.promises.resolveNaptr'
|
|
5832
6070
|
| 'dns.promises.resolveNs'
|
|
5833
6071
|
| 'dns.promises.resolvePtr'
|
|
5834
|
-
| 'dns.promises.Resolver'
|
|
5835
6072
|
| 'dns.promises.resolveSoa'
|
|
5836
6073
|
| 'dns.promises.resolveSrv'
|
|
5837
6074
|
| 'dns.promises.resolveTlsa'
|
|
5838
6075
|
| 'dns.promises.resolveTxt'
|
|
5839
6076
|
| 'dns.promises.reverse'
|
|
5840
6077
|
| 'dns.promises.setDefaultResultOrder'
|
|
6078
|
+
| 'dns.promises.getDefaultResultOrder'
|
|
5841
6079
|
| 'dns.promises.setServers'
|
|
5842
|
-
| 'dns
|
|
5843
|
-
| 'dns.
|
|
5844
|
-
| 'dns.resolve4'
|
|
5845
|
-
| 'dns.resolve6'
|
|
5846
|
-
| 'dns.resolveAny'
|
|
5847
|
-
| 'dns.resolveCaa'
|
|
5848
|
-
| 'dns.resolveCname'
|
|
5849
|
-
| 'dns.resolveMx'
|
|
5850
|
-
| 'dns.resolveNaptr'
|
|
5851
|
-
| 'dns.resolveNs'
|
|
5852
|
-
| 'dns.resolvePtr'
|
|
5853
|
-
| 'dns.Resolver'
|
|
5854
|
-
| 'dns.resolveSoa'
|
|
5855
|
-
| 'dns.resolveSrv'
|
|
5856
|
-
| 'dns.resolveTlsa'
|
|
5857
|
-
| 'dns.resolveTxt'
|
|
5858
|
-
| 'dns.reverse'
|
|
5859
|
-
| 'dns.setDefaultResultOrder'
|
|
5860
|
-
| 'dns.setServers'
|
|
5861
|
-
| 'dns'
|
|
6080
|
+
| 'dns/promises'
|
|
6081
|
+
| 'dns/promises.Resolver'
|
|
5862
6082
|
| 'dns/promises.cancel'
|
|
5863
|
-
| 'dns/promises.getDefaultResultOrder'
|
|
5864
6083
|
| 'dns/promises.getServers'
|
|
5865
6084
|
| 'dns/promises.lookup'
|
|
5866
6085
|
| 'dns/promises.lookupService'
|
|
@@ -5874,125 +6093,60 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
5874
6093
|
| 'dns/promises.resolveNaptr'
|
|
5875
6094
|
| 'dns/promises.resolveNs'
|
|
5876
6095
|
| 'dns/promises.resolvePtr'
|
|
5877
|
-
| 'dns/promises.Resolver'
|
|
5878
6096
|
| 'dns/promises.resolveSoa'
|
|
5879
6097
|
| 'dns/promises.resolveSrv'
|
|
5880
6098
|
| 'dns/promises.resolveTlsa'
|
|
5881
6099
|
| 'dns/promises.resolveTxt'
|
|
5882
6100
|
| 'dns/promises.reverse'
|
|
5883
6101
|
| 'dns/promises.setDefaultResultOrder'
|
|
6102
|
+
| 'dns/promises.getDefaultResultOrder'
|
|
5884
6103
|
| 'dns/promises.setServers'
|
|
5885
|
-
| '
|
|
6104
|
+
| 'domain'
|
|
5886
6105
|
| 'domain.create'
|
|
5887
6106
|
| 'domain.Domain'
|
|
5888
|
-
| '
|
|
5889
|
-
| 'DOMException'
|
|
5890
|
-
| 'Event'
|
|
5891
|
-
| 'events.addAbortListener'
|
|
5892
|
-
| 'events.captureRejections'
|
|
5893
|
-
| 'events.captureRejectionSymbol'
|
|
5894
|
-
| 'events.CustomEvent'
|
|
5895
|
-
| 'events.defaultMaxListeners'
|
|
5896
|
-
| 'events.errorMonitor'
|
|
6107
|
+
| 'events'
|
|
5897
6108
|
| 'events.Event'
|
|
5898
|
-
| 'events.
|
|
5899
|
-
| 'events.
|
|
5900
|
-
| 'events.
|
|
6109
|
+
| 'events.EventTarget'
|
|
6110
|
+
| 'events.CustomEvent'
|
|
6111
|
+
| 'events.NodeEventTarget'
|
|
6112
|
+
| 'events.EventEmitter'
|
|
5901
6113
|
| 'events.EventEmitter.defaultMaxListeners'
|
|
5902
6114
|
| 'events.EventEmitter.errorMonitor'
|
|
6115
|
+
| 'events.EventEmitter.captureRejections'
|
|
6116
|
+
| 'events.EventEmitter.captureRejectionSymbol'
|
|
5903
6117
|
| 'events.EventEmitter.getEventListeners'
|
|
5904
6118
|
| 'events.EventEmitter.getMaxListeners'
|
|
6119
|
+
| 'events.EventEmitter.once'
|
|
5905
6120
|
| 'events.EventEmitter.listenerCount'
|
|
5906
6121
|
| 'events.EventEmitter.on'
|
|
5907
|
-
| 'events.EventEmitter.once'
|
|
5908
6122
|
| 'events.EventEmitter.setMaxListeners'
|
|
5909
|
-
| 'events.EventEmitter'
|
|
5910
|
-
| 'events.EventEmitterAsyncResource
|
|
5911
|
-
| 'events.EventEmitterAsyncResource.captureRejections'
|
|
5912
|
-
| 'events.EventEmitterAsyncResource.captureRejectionSymbol'
|
|
6123
|
+
| 'events.EventEmitter.addAbortListener'
|
|
6124
|
+
| 'events.EventEmitterAsyncResource'
|
|
5913
6125
|
| 'events.EventEmitterAsyncResource.defaultMaxListeners'
|
|
5914
6126
|
| 'events.EventEmitterAsyncResource.errorMonitor'
|
|
6127
|
+
| 'events.EventEmitterAsyncResource.captureRejections'
|
|
6128
|
+
| 'events.EventEmitterAsyncResource.captureRejectionSymbol'
|
|
5915
6129
|
| 'events.EventEmitterAsyncResource.getEventListeners'
|
|
5916
6130
|
| 'events.EventEmitterAsyncResource.getMaxListeners'
|
|
6131
|
+
| 'events.EventEmitterAsyncResource.once'
|
|
5917
6132
|
| 'events.EventEmitterAsyncResource.listenerCount'
|
|
5918
6133
|
| 'events.EventEmitterAsyncResource.on'
|
|
5919
|
-
| 'events.EventEmitterAsyncResource.once'
|
|
5920
6134
|
| 'events.EventEmitterAsyncResource.setMaxListeners'
|
|
5921
|
-
| 'events.EventEmitterAsyncResource'
|
|
5922
|
-
| 'events.
|
|
6135
|
+
| 'events.EventEmitterAsyncResource.addAbortListener'
|
|
6136
|
+
| 'events.defaultMaxListeners'
|
|
6137
|
+
| 'events.errorMonitor'
|
|
6138
|
+
| 'events.captureRejections'
|
|
6139
|
+
| 'events.captureRejectionSymbol'
|
|
5923
6140
|
| 'events.getEventListeners'
|
|
5924
6141
|
| 'events.getMaxListeners'
|
|
6142
|
+
| 'events.once'
|
|
5925
6143
|
| 'events.listenerCount'
|
|
5926
|
-
| 'events.NodeEventTarget'
|
|
5927
6144
|
| 'events.on'
|
|
5928
|
-
| 'events.once'
|
|
5929
6145
|
| 'events.setMaxListeners'
|
|
5930
|
-
| 'events'
|
|
5931
|
-
| '
|
|
5932
|
-
| '
|
|
5933
|
-
| '
|
|
5934
|
-
| 'fetch'
|
|
5935
|
-
| 'File'
|
|
5936
|
-
| 'FormData'
|
|
5937
|
-
| 'fs.access'
|
|
5938
|
-
| 'fs.accessSync'
|
|
5939
|
-
| 'fs.appendFile'
|
|
5940
|
-
| 'fs.appendFileSync'
|
|
5941
|
-
| 'fs.chmod'
|
|
5942
|
-
| 'fs.chmodSync'
|
|
5943
|
-
| 'fs.chown'
|
|
5944
|
-
| 'fs.chownSync'
|
|
5945
|
-
| 'fs.close'
|
|
5946
|
-
| 'fs.closeSync'
|
|
5947
|
-
| 'fs.common_objects'
|
|
5948
|
-
| 'fs.constants'
|
|
5949
|
-
| 'fs.copyFile'
|
|
5950
|
-
| 'fs.copyFileSync'
|
|
5951
|
-
| 'fs.cp'
|
|
5952
|
-
| 'fs.cpSync'
|
|
5953
|
-
| 'fs.createReadStream'
|
|
5954
|
-
| 'fs.createWriteStream'
|
|
5955
|
-
| 'fs.Dir'
|
|
5956
|
-
| 'fs.Dirent'
|
|
5957
|
-
| 'fs.exists'
|
|
5958
|
-
| 'fs.existsSync'
|
|
5959
|
-
| 'fs.fchmod'
|
|
5960
|
-
| 'fs.fchmodSync'
|
|
5961
|
-
| 'fs.fchown'
|
|
5962
|
-
| 'fs.fchownSync'
|
|
5963
|
-
| 'fs.fdatasync'
|
|
5964
|
-
| 'fs.fdatasyncSync'
|
|
5965
|
-
| 'fs.fstat'
|
|
5966
|
-
| 'fs.fstatSync'
|
|
5967
|
-
| 'fs.FSWatcher'
|
|
5968
|
-
| 'fs.fsync'
|
|
5969
|
-
| 'fs.fsyncSync'
|
|
5970
|
-
| 'fs.ftruncate'
|
|
5971
|
-
| 'fs.ftruncateSync'
|
|
5972
|
-
| 'fs.futimes'
|
|
5973
|
-
| 'fs.futimesSync'
|
|
5974
|
-
| 'fs.glob'
|
|
5975
|
-
| 'fs.globSync'
|
|
5976
|
-
| 'fs.lchmod'
|
|
5977
|
-
| 'fs.lchmodSync'
|
|
5978
|
-
| 'fs.lchown'
|
|
5979
|
-
| 'fs.lchownSync'
|
|
5980
|
-
| 'fs.link'
|
|
5981
|
-
| 'fs.linkSync'
|
|
5982
|
-
| 'fs.lstat'
|
|
5983
|
-
| 'fs.lstatSync'
|
|
5984
|
-
| 'fs.lutimes'
|
|
5985
|
-
| 'fs.lutimesSync'
|
|
5986
|
-
| 'fs.mkdir'
|
|
5987
|
-
| 'fs.mkdirSync'
|
|
5988
|
-
| 'fs.mkdtemp'
|
|
5989
|
-
| 'fs.mkdtempSync'
|
|
5990
|
-
| 'fs.native'
|
|
5991
|
-
| 'fs.open'
|
|
5992
|
-
| 'fs.openAsBlob'
|
|
5993
|
-
| 'fs.opendir'
|
|
5994
|
-
| 'fs.opendirSync'
|
|
5995
|
-
| 'fs.openSync'
|
|
6146
|
+
| 'events.addAbortListener'
|
|
6147
|
+
| 'fs'
|
|
6148
|
+
| 'fs.promises'
|
|
6149
|
+
| 'fs.promises.FileHandle'
|
|
5996
6150
|
| 'fs.promises.access'
|
|
5997
6151
|
| 'fs.promises.appendFile'
|
|
5998
6152
|
| 'fs.promises.chmod'
|
|
@@ -6000,7 +6154,6 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6000
6154
|
| 'fs.promises.constants'
|
|
6001
6155
|
| 'fs.promises.copyFile'
|
|
6002
6156
|
| 'fs.promises.cp'
|
|
6003
|
-
| 'fs.promises.FileHandle'
|
|
6004
6157
|
| 'fs.promises.glob'
|
|
6005
6158
|
| 'fs.promises.lchmod'
|
|
6006
6159
|
| 'fs.promises.lchown'
|
|
@@ -6011,8 +6164,8 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6011
6164
|
| 'fs.promises.mkdtemp'
|
|
6012
6165
|
| 'fs.promises.open'
|
|
6013
6166
|
| 'fs.promises.opendir'
|
|
6014
|
-
| 'fs.promises.readdir'
|
|
6015
6167
|
| 'fs.promises.readFile'
|
|
6168
|
+
| 'fs.promises.readdir'
|
|
6016
6169
|
| 'fs.promises.readlink'
|
|
6017
6170
|
| 'fs.promises.realpath'
|
|
6018
6171
|
| 'fs.promises.rename'
|
|
@@ -6026,55 +6179,115 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6026
6179
|
| 'fs.promises.utimes'
|
|
6027
6180
|
| 'fs.promises.watch'
|
|
6028
6181
|
| 'fs.promises.writeFile'
|
|
6029
|
-
| 'fs.
|
|
6182
|
+
| 'fs.access'
|
|
6183
|
+
| 'fs.appendFile'
|
|
6184
|
+
| 'fs.chmod'
|
|
6185
|
+
| 'fs.chown'
|
|
6186
|
+
| 'fs.close'
|
|
6187
|
+
| 'fs.copyFile'
|
|
6188
|
+
| 'fs.cp'
|
|
6189
|
+
| 'fs.createReadStream'
|
|
6190
|
+
| 'fs.createWriteStream'
|
|
6191
|
+
| 'fs.exists'
|
|
6192
|
+
| 'fs.fchmod'
|
|
6193
|
+
| 'fs.fchown'
|
|
6194
|
+
| 'fs.fdatasync'
|
|
6195
|
+
| 'fs.fstat'
|
|
6196
|
+
| 'fs.fsync'
|
|
6197
|
+
| 'fs.ftruncate'
|
|
6198
|
+
| 'fs.futimes'
|
|
6199
|
+
| 'fs.glob'
|
|
6200
|
+
| 'fs.lchmod'
|
|
6201
|
+
| 'fs.lchown'
|
|
6202
|
+
| 'fs.link'
|
|
6203
|
+
| 'fs.lstat'
|
|
6204
|
+
| 'fs.lutimes'
|
|
6205
|
+
| 'fs.mkdir'
|
|
6206
|
+
| 'fs.mkdtemp'
|
|
6207
|
+
| 'fs.native'
|
|
6208
|
+
| 'fs.open'
|
|
6209
|
+
| 'fs.openAsBlob'
|
|
6210
|
+
| 'fs.opendir'
|
|
6030
6211
|
| 'fs.read'
|
|
6031
6212
|
| 'fs.readdir'
|
|
6032
|
-
| 'fs.readdirSync'
|
|
6033
6213
|
| 'fs.readFile'
|
|
6034
|
-
| 'fs.readFileSync'
|
|
6035
6214
|
| 'fs.readlink'
|
|
6036
|
-
| 'fs.readlinkSync'
|
|
6037
|
-
| 'fs.ReadStream'
|
|
6038
|
-
| 'fs.readSync'
|
|
6039
6215
|
| 'fs.readv'
|
|
6040
|
-
| 'fs.readvSync'
|
|
6041
|
-
| 'fs.realpath.native'
|
|
6042
6216
|
| 'fs.realpath'
|
|
6043
|
-
| 'fs.
|
|
6044
|
-
| 'fs.realpathSync'
|
|
6217
|
+
| 'fs.realpath.native'
|
|
6045
6218
|
| 'fs.rename'
|
|
6046
|
-
| 'fs.renameSync'
|
|
6047
6219
|
| 'fs.rm'
|
|
6048
6220
|
| 'fs.rmdir'
|
|
6049
|
-
| 'fs.rmdirSync'
|
|
6050
|
-
| 'fs.rmSync'
|
|
6051
6221
|
| 'fs.stat'
|
|
6052
|
-
| 'fs.StatFs'
|
|
6053
6222
|
| 'fs.statfs'
|
|
6054
|
-
| 'fs.statfsSync'
|
|
6055
|
-
| 'fs.Stats'
|
|
6056
|
-
| 'fs.Stats()'
|
|
6057
|
-
| 'fs.statSync'
|
|
6058
|
-
| 'fs.StatWatcher'
|
|
6059
6223
|
| 'fs.symlink'
|
|
6060
|
-
| 'fs.symlinkSync'
|
|
6061
6224
|
| 'fs.truncate'
|
|
6062
|
-
| 'fs.truncateSync'
|
|
6063
6225
|
| 'fs.unlink'
|
|
6064
|
-
| 'fs.unlinkSync'
|
|
6065
6226
|
| 'fs.unwatchFile'
|
|
6066
6227
|
| 'fs.utimes'
|
|
6067
|
-
| 'fs.utimesSync'
|
|
6068
6228
|
| 'fs.watch'
|
|
6069
6229
|
| 'fs.watchFile'
|
|
6070
6230
|
| 'fs.write'
|
|
6071
6231
|
| 'fs.writeFile'
|
|
6232
|
+
| 'fs.writev'
|
|
6233
|
+
| 'fs.accessSync'
|
|
6234
|
+
| 'fs.appendFileSync'
|
|
6235
|
+
| 'fs.chmodSync'
|
|
6236
|
+
| 'fs.chownSync'
|
|
6237
|
+
| 'fs.closeSync'
|
|
6238
|
+
| 'fs.copyFileSync'
|
|
6239
|
+
| 'fs.cpSync'
|
|
6240
|
+
| 'fs.existsSync'
|
|
6241
|
+
| 'fs.fchmodSync'
|
|
6242
|
+
| 'fs.fchownSync'
|
|
6243
|
+
| 'fs.fdatasyncSync'
|
|
6244
|
+
| 'fs.fstatSync'
|
|
6245
|
+
| 'fs.fsyncSync'
|
|
6246
|
+
| 'fs.ftruncateSync'
|
|
6247
|
+
| 'fs.futimesSync'
|
|
6248
|
+
| 'fs.globSync'
|
|
6249
|
+
| 'fs.lchmodSync'
|
|
6250
|
+
| 'fs.lchownSync'
|
|
6251
|
+
| 'fs.linkSync'
|
|
6252
|
+
| 'fs.lstatSync'
|
|
6253
|
+
| 'fs.lutimesSync'
|
|
6254
|
+
| 'fs.mkdirSync'
|
|
6255
|
+
| 'fs.mkdtempSync'
|
|
6256
|
+
| 'fs.opendirSync'
|
|
6257
|
+
| 'fs.openSync'
|
|
6258
|
+
| 'fs.readdirSync'
|
|
6259
|
+
| 'fs.readFileSync'
|
|
6260
|
+
| 'fs.readlinkSync'
|
|
6261
|
+
| 'fs.readSync'
|
|
6262
|
+
| 'fs.readvSync'
|
|
6263
|
+
| 'fs.realpathSync'
|
|
6264
|
+
| 'fs.realpathSync.native'
|
|
6265
|
+
| 'fs.renameSync'
|
|
6266
|
+
| 'fs.rmdirSync'
|
|
6267
|
+
| 'fs.rmSync'
|
|
6268
|
+
| 'fs.statfsSync'
|
|
6269
|
+
| 'fs.statSync'
|
|
6270
|
+
| 'fs.symlinkSync'
|
|
6271
|
+
| 'fs.truncateSync'
|
|
6272
|
+
| 'fs.unlinkSync'
|
|
6273
|
+
| 'fs.utimesSync'
|
|
6072
6274
|
| 'fs.writeFileSync'
|
|
6073
|
-
| 'fs.WriteStream'
|
|
6074
6275
|
| 'fs.writeSync'
|
|
6075
|
-
| 'fs.writev'
|
|
6076
6276
|
| 'fs.writevSync'
|
|
6077
|
-
| 'fs'
|
|
6277
|
+
| 'fs.constants'
|
|
6278
|
+
| 'fs.Dir'
|
|
6279
|
+
| 'fs.Dirent'
|
|
6280
|
+
| 'fs.FSWatcher'
|
|
6281
|
+
| 'fs.StatWatcher'
|
|
6282
|
+
| 'fs.ReadStream'
|
|
6283
|
+
| 'fs.Stats()'
|
|
6284
|
+
| 'new fs.Stats()'
|
|
6285
|
+
| 'fs.Stats'
|
|
6286
|
+
| 'fs.StatFs'
|
|
6287
|
+
| 'fs.WriteStream'
|
|
6288
|
+
| 'fs.common_objects'
|
|
6289
|
+
| 'fs/promises'
|
|
6290
|
+
| 'fs/promises.FileHandle'
|
|
6078
6291
|
| 'fs/promises.access'
|
|
6079
6292
|
| 'fs/promises.appendFile'
|
|
6080
6293
|
| 'fs/promises.chmod'
|
|
@@ -6082,7 +6295,6 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6082
6295
|
| 'fs/promises.constants'
|
|
6083
6296
|
| 'fs/promises.copyFile'
|
|
6084
6297
|
| 'fs/promises.cp'
|
|
6085
|
-
| 'fs/promises.FileHandle'
|
|
6086
6298
|
| 'fs/promises.glob'
|
|
6087
6299
|
| 'fs/promises.lchmod'
|
|
6088
6300
|
| 'fs/promises.lchown'
|
|
@@ -6093,8 +6305,8 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6093
6305
|
| 'fs/promises.mkdtemp'
|
|
6094
6306
|
| 'fs/promises.open'
|
|
6095
6307
|
| 'fs/promises.opendir'
|
|
6096
|
-
| 'fs/promises.readdir'
|
|
6097
6308
|
| 'fs/promises.readFile'
|
|
6309
|
+
| 'fs/promises.readdir'
|
|
6098
6310
|
| 'fs/promises.readlink'
|
|
6099
6311
|
| 'fs/promises.realpath'
|
|
6100
6312
|
| 'fs/promises.rename'
|
|
@@ -6108,60 +6320,59 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6108
6320
|
| 'fs/promises.utimes'
|
|
6109
6321
|
| 'fs/promises.watch'
|
|
6110
6322
|
| 'fs/promises.writeFile'
|
|
6111
|
-
| '
|
|
6112
|
-
| 'global'
|
|
6113
|
-
| 'Headers'
|
|
6114
|
-
| 'http.Agent'
|
|
6115
|
-
| 'http.ClientRequest'
|
|
6116
|
-
| 'http.createServer'
|
|
6117
|
-
| 'http.get'
|
|
6118
|
-
| 'http.globalAgent'
|
|
6119
|
-
| 'http.IncomingMessage'
|
|
6120
|
-
| 'http.maxHeaderSize'
|
|
6121
|
-
| 'http.METHODS'
|
|
6122
|
-
| 'http.OutgoingMessage'
|
|
6123
|
-
| 'http.request'
|
|
6124
|
-
| 'http.Server'
|
|
6125
|
-
| 'http.ServerResponse'
|
|
6126
|
-
| 'http.setMaxIdleHTTPParsers'
|
|
6127
|
-
| 'http.STATUS_CODES'
|
|
6128
|
-
| 'http.validateHeaderName'
|
|
6129
|
-
| 'http.validateHeaderValue'
|
|
6130
|
-
| 'http.WebSocket'
|
|
6131
|
-
| 'http'
|
|
6132
|
-
| 'http2.ClientHttp2Session'
|
|
6133
|
-
| 'http2.ClientHttp2Stream'
|
|
6134
|
-
| 'http2.connect'
|
|
6323
|
+
| 'http2'
|
|
6135
6324
|
| 'http2.constants'
|
|
6136
|
-
| 'http2.
|
|
6325
|
+
| 'http2.sensitiveHeaders'
|
|
6137
6326
|
| 'http2.createServer'
|
|
6327
|
+
| 'http2.createSecureServer'
|
|
6328
|
+
| 'http2.connect'
|
|
6138
6329
|
| 'http2.getDefaultSettings'
|
|
6139
6330
|
| 'http2.getPackedSettings'
|
|
6140
6331
|
| 'http2.getUnpackedSettings'
|
|
6141
|
-
| 'http2.Http2SecureServer'
|
|
6142
|
-
| 'http2.Http2Server'
|
|
6143
|
-
| 'http2.Http2ServerRequest'
|
|
6144
|
-
| 'http2.Http2ServerResponse'
|
|
6145
|
-
| 'http2.Http2Session'
|
|
6146
|
-
| 'http2.Http2Stream'
|
|
6147
6332
|
| 'http2.performServerHandshake'
|
|
6148
|
-
| 'http2.
|
|
6333
|
+
| 'http2.Http2Session'
|
|
6149
6334
|
| 'http2.ServerHttp2Session'
|
|
6335
|
+
| 'http2.ClientHttp2Session'
|
|
6336
|
+
| 'http2.Http2Stream'
|
|
6337
|
+
| 'http2.ClientHttp2Stream'
|
|
6150
6338
|
| 'http2.ServerHttp2Stream'
|
|
6151
|
-
| 'http2'
|
|
6152
|
-
| '
|
|
6339
|
+
| 'http2.Http2Server'
|
|
6340
|
+
| 'http2.Http2SecureServer'
|
|
6341
|
+
| 'http2.Http2ServerRequest'
|
|
6342
|
+
| 'http2.Http2ServerResponse'
|
|
6343
|
+
| 'http'
|
|
6344
|
+
| 'http.METHODS'
|
|
6345
|
+
| 'http.STATUS_CODES'
|
|
6346
|
+
| 'http.globalAgent'
|
|
6347
|
+
| 'http.maxHeaderSize'
|
|
6348
|
+
| 'http.createServer'
|
|
6349
|
+
| 'http.get'
|
|
6350
|
+
| 'http.request'
|
|
6351
|
+
| 'http.validateHeaderName'
|
|
6352
|
+
| 'http.validateHeaderValue'
|
|
6353
|
+
| 'http.setMaxIdleHTTPParsers'
|
|
6354
|
+
| 'http.Agent'
|
|
6355
|
+
| 'http.ClientRequest'
|
|
6356
|
+
| 'http.Server'
|
|
6357
|
+
| 'http.ServerResponse'
|
|
6358
|
+
| 'http.IncomingMessage'
|
|
6359
|
+
| 'http.OutgoingMessage'
|
|
6360
|
+
| 'http.WebSocket'
|
|
6361
|
+
| '_http_agent'
|
|
6362
|
+
| '_http_client'
|
|
6363
|
+
| '_http_common'
|
|
6364
|
+
| '_http_incoming'
|
|
6365
|
+
| '_http_outgoing'
|
|
6366
|
+
| '_http_server'
|
|
6367
|
+
| 'https'
|
|
6368
|
+
| 'https.globalAgent'
|
|
6153
6369
|
| 'https.createServer'
|
|
6154
6370
|
| 'https.get'
|
|
6155
|
-
| 'https.globalAgent'
|
|
6156
6371
|
| 'https.request'
|
|
6372
|
+
| 'https.Agent'
|
|
6157
6373
|
| 'https.Server'
|
|
6158
|
-
| '
|
|
6159
|
-
| '
|
|
6160
|
-
| 'import.meta.filename'
|
|
6161
|
-
| 'import.meta.main'
|
|
6162
|
-
| 'import.meta.resolve'
|
|
6163
|
-
| 'inspector.close'
|
|
6164
|
-
| 'inspector.console'
|
|
6374
|
+
| 'inspector'
|
|
6375
|
+
| 'inspector.Session'
|
|
6165
6376
|
| 'inspector.Network.dataReceived'
|
|
6166
6377
|
| 'inspector.Network.dataSent'
|
|
6167
6378
|
| 'inspector.Network.loadingFailed'
|
|
@@ -6169,13 +6380,13 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6169
6380
|
| 'inspector.Network.requestWillBeSent'
|
|
6170
6381
|
| 'inspector.Network.responseReceived'
|
|
6171
6382
|
| 'inspector.NetworkResources.put'
|
|
6383
|
+
| 'inspector.console'
|
|
6384
|
+
| 'inspector.close'
|
|
6172
6385
|
| 'inspector.open'
|
|
6173
|
-
| 'inspector.Session'
|
|
6174
6386
|
| 'inspector.url'
|
|
6175
6387
|
| 'inspector.waitForDebugger'
|
|
6176
|
-
| 'inspector'
|
|
6177
|
-
| 'inspector/promises.
|
|
6178
|
-
| 'inspector/promises.console'
|
|
6388
|
+
| 'inspector/promises'
|
|
6389
|
+
| 'inspector/promises.Session'
|
|
6179
6390
|
| 'inspector/promises.Network.dataReceived'
|
|
6180
6391
|
| 'inspector/promises.Network.dataSent'
|
|
6181
6392
|
| 'inspector/promises.Network.loadingFailed'
|
|
@@ -6183,96 +6394,70 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6183
6394
|
| 'inspector/promises.Network.requestWillBeSent'
|
|
6184
6395
|
| 'inspector/promises.Network.responseReceived'
|
|
6185
6396
|
| 'inspector/promises.NetworkResources.put'
|
|
6397
|
+
| 'inspector/promises.console'
|
|
6398
|
+
| 'inspector/promises.close'
|
|
6186
6399
|
| 'inspector/promises.open'
|
|
6187
|
-
| 'inspector/promises.Session'
|
|
6188
6400
|
| 'inspector/promises.url'
|
|
6189
6401
|
| 'inspector/promises.waitForDebugger'
|
|
6190
|
-
| 'inspector/promises'
|
|
6191
|
-
| 'localStorage'
|
|
6192
|
-
| 'MessageChannel'
|
|
6193
|
-
| 'MessageEvent'
|
|
6194
|
-
| 'MessagePort'
|
|
6195
6402
|
| 'module.builtinModules'
|
|
6196
|
-
| 'module.children'
|
|
6197
6403
|
| 'module.constants.compileCacheStatus'
|
|
6198
6404
|
| 'module.createRequire'
|
|
6199
6405
|
| 'module.createRequireFromPath'
|
|
6200
6406
|
| 'module.enableCompileCache'
|
|
6201
|
-
| 'module.exports'
|
|
6202
|
-
| 'module.filename'
|
|
6203
6407
|
| 'module.findPackageJSON'
|
|
6204
|
-
| 'module.findSourceMap'
|
|
6205
6408
|
| 'module.flushCompileCache'
|
|
6206
6409
|
| 'module.getCompileCacheDir'
|
|
6207
6410
|
| 'module.getSourceMapsSupport'
|
|
6208
|
-
| 'module.id'
|
|
6209
6411
|
| 'module.isBuiltin'
|
|
6210
|
-
| 'module.
|
|
6211
|
-
| 'module.
|
|
6412
|
+
| 'module.registerHooks'
|
|
6413
|
+
| 'module.register'
|
|
6414
|
+
| 'module.setSourceMapsSupport'
|
|
6415
|
+
| 'module.stripTypeScriptTypes'
|
|
6416
|
+
| 'module.syncBuiltinESMExports'
|
|
6417
|
+
| 'module.findSourceMap'
|
|
6418
|
+
| 'module.SourceMap'
|
|
6212
6419
|
| 'module.Module.builtinModules'
|
|
6213
6420
|
| 'module.Module.createRequire'
|
|
6214
6421
|
| 'module.Module.createRequireFromPath'
|
|
6215
6422
|
| 'module.Module.enableCompileCache'
|
|
6216
6423
|
| 'module.Module.findPackageJSON'
|
|
6217
|
-
| 'module.Module.findSourceMap'
|
|
6218
6424
|
| 'module.Module.flushCompileCache'
|
|
6219
6425
|
| 'module.Module.getCompileCacheDir'
|
|
6220
6426
|
| 'module.Module.getSourceMapsSupport'
|
|
6221
6427
|
| 'module.Module.isBuiltin'
|
|
6222
|
-
| 'module.Module.register'
|
|
6223
6428
|
| 'module.Module.registerHooks'
|
|
6429
|
+
| 'module.Module.register'
|
|
6224
6430
|
| 'module.Module.setSourceMapsSupport'
|
|
6225
|
-
| 'module.Module.SourceMap'
|
|
6226
6431
|
| 'module.Module.stripTypeScriptTypes'
|
|
6227
6432
|
| 'module.Module.syncBuiltinESMExports'
|
|
6228
|
-
| 'module.
|
|
6229
|
-
| 'module.
|
|
6230
|
-
| '
|
|
6231
|
-
| 'module.register'
|
|
6232
|
-
| 'module.registerHooks'
|
|
6233
|
-
| 'module.require'
|
|
6234
|
-
| 'module.setSourceMapsSupport'
|
|
6235
|
-
| 'module.SourceMap'
|
|
6236
|
-
| 'module.stripTypeScriptTypes'
|
|
6237
|
-
| 'module.syncBuiltinESMExports'
|
|
6238
|
-
| 'module'
|
|
6239
|
-
| 'navigator.hardwareConcurrency'
|
|
6240
|
-
| 'navigator.language'
|
|
6241
|
-
| 'navigator.languages'
|
|
6242
|
-
| 'navigator.platform'
|
|
6243
|
-
| 'navigator.userAgent'
|
|
6244
|
-
| 'Navigator'
|
|
6245
|
-
| 'navigator'
|
|
6246
|
-
| 'net.BlockList.isBlockList'
|
|
6247
|
-
| 'net.BlockList'
|
|
6433
|
+
| 'module.Module.findSourceMap'
|
|
6434
|
+
| 'module.Module.SourceMap'
|
|
6435
|
+
| 'net'
|
|
6248
6436
|
| 'net.connect'
|
|
6249
6437
|
| 'net.createConnection'
|
|
6250
6438
|
| 'net.createServer'
|
|
6251
6439
|
| 'net.getDefaultAutoSelectFamily'
|
|
6440
|
+
| 'net.setDefaultAutoSelectFamily'
|
|
6252
6441
|
| 'net.getDefaultAutoSelectFamilyAttemptTimeout'
|
|
6442
|
+
| 'net.setDefaultAutoSelectFamilyAttemptTimeout'
|
|
6253
6443
|
| 'net.isIP'
|
|
6254
6444
|
| 'net.isIPv4'
|
|
6255
6445
|
| 'net.isIPv6'
|
|
6446
|
+
| 'net.BlockList'
|
|
6447
|
+
| 'net.BlockList.isBlockList'
|
|
6448
|
+
| 'net.SocketAddress'
|
|
6449
|
+
| 'net.SocketAddress.parse'
|
|
6256
6450
|
| 'net.Server'
|
|
6257
|
-
| 'net.setDefaultAutoSelectFamily'
|
|
6258
|
-
| 'net.setDefaultAutoSelectFamilyAttemptTimeout'
|
|
6259
6451
|
| 'net.Socket'
|
|
6260
|
-
| '
|
|
6261
|
-
| '
|
|
6262
|
-
| 'net'
|
|
6263
|
-
| 'new buffer.Buffer()'
|
|
6264
|
-
| 'new Buffer()'
|
|
6265
|
-
| 'new crypto.Hash()'
|
|
6266
|
-
| 'new crypto.Hmac()'
|
|
6267
|
-
| 'new fs.Stats()'
|
|
6268
|
-
| 'os.arch'
|
|
6269
|
-
| 'os.availableParallelism'
|
|
6270
|
-
| 'os.constants.priority'
|
|
6452
|
+
| 'os'
|
|
6453
|
+
| 'os.EOL'
|
|
6271
6454
|
| 'os.constants'
|
|
6272
|
-
| 'os.
|
|
6455
|
+
| 'os.constants.priority'
|
|
6273
6456
|
| 'os.devNull'
|
|
6457
|
+
| 'os.availableParallelism'
|
|
6458
|
+
| 'os.arch'
|
|
6459
|
+
| 'os.cpus'
|
|
6274
6460
|
| 'os.endianness'
|
|
6275
|
-
| 'os.EOL'
|
|
6276
6461
|
| 'os.freemem'
|
|
6277
6462
|
| 'os.getPriority'
|
|
6278
6463
|
| 'os.homedir'
|
|
@@ -6289,86 +6474,83 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6289
6474
|
| 'os.uptime'
|
|
6290
6475
|
| 'os.userInfo'
|
|
6291
6476
|
| 'os.version'
|
|
6292
|
-
| '
|
|
6293
|
-
| 'path.
|
|
6294
|
-
| 'path.delimiter'
|
|
6295
|
-
| 'path.dirname'
|
|
6296
|
-
| 'path.extname'
|
|
6297
|
-
| 'path.format'
|
|
6298
|
-
| 'path.isAbsolute'
|
|
6299
|
-
| 'path.join'
|
|
6300
|
-
| 'path.matchesGlob'
|
|
6301
|
-
| 'path.normalize'
|
|
6302
|
-
| 'path.parse'
|
|
6303
|
-
| 'path.posix.basename'
|
|
6477
|
+
| 'path'
|
|
6478
|
+
| 'path.posix'
|
|
6304
6479
|
| 'path.posix.delimiter'
|
|
6480
|
+
| 'path.posix.sep'
|
|
6481
|
+
| 'path.posix.basename'
|
|
6305
6482
|
| 'path.posix.dirname'
|
|
6306
6483
|
| 'path.posix.extname'
|
|
6307
6484
|
| 'path.posix.format'
|
|
6485
|
+
| 'path.posix.matchesGlob'
|
|
6308
6486
|
| 'path.posix.isAbsolute'
|
|
6309
6487
|
| 'path.posix.join'
|
|
6310
|
-
| 'path.posix.matchesGlob'
|
|
6311
6488
|
| 'path.posix.normalize'
|
|
6312
6489
|
| 'path.posix.parse'
|
|
6313
6490
|
| 'path.posix.relative'
|
|
6314
6491
|
| 'path.posix.resolve'
|
|
6315
|
-
| 'path.posix.sep'
|
|
6316
6492
|
| 'path.posix.toNamespacedPath'
|
|
6317
|
-
| 'path.
|
|
6318
|
-
| 'path.relative'
|
|
6319
|
-
| 'path.resolve'
|
|
6320
|
-
| 'path.sep'
|
|
6321
|
-
| 'path.toNamespacedPath'
|
|
6322
|
-
| 'path.win32.basename'
|
|
6493
|
+
| 'path.win32'
|
|
6323
6494
|
| 'path.win32.delimiter'
|
|
6495
|
+
| 'path.win32.sep'
|
|
6496
|
+
| 'path.win32.basename'
|
|
6324
6497
|
| 'path.win32.dirname'
|
|
6325
6498
|
| 'path.win32.extname'
|
|
6326
6499
|
| 'path.win32.format'
|
|
6500
|
+
| 'path.win32.matchesGlob'
|
|
6327
6501
|
| 'path.win32.isAbsolute'
|
|
6328
6502
|
| 'path.win32.join'
|
|
6329
|
-
| 'path.win32.matchesGlob'
|
|
6330
6503
|
| 'path.win32.normalize'
|
|
6331
6504
|
| 'path.win32.parse'
|
|
6332
6505
|
| 'path.win32.relative'
|
|
6333
6506
|
| 'path.win32.resolve'
|
|
6334
|
-
| 'path.win32.sep'
|
|
6335
6507
|
| 'path.win32.toNamespacedPath'
|
|
6336
|
-
| 'path.
|
|
6337
|
-
| 'path'
|
|
6338
|
-
| 'path
|
|
6508
|
+
| 'path.delimiter'
|
|
6509
|
+
| 'path.sep'
|
|
6510
|
+
| 'path.basename'
|
|
6511
|
+
| 'path.dirname'
|
|
6512
|
+
| 'path.extname'
|
|
6513
|
+
| 'path.format'
|
|
6514
|
+
| 'path.matchesGlob'
|
|
6515
|
+
| 'path.isAbsolute'
|
|
6516
|
+
| 'path.join'
|
|
6517
|
+
| 'path.normalize'
|
|
6518
|
+
| 'path.parse'
|
|
6519
|
+
| 'path.relative'
|
|
6520
|
+
| 'path.resolve'
|
|
6521
|
+
| 'path.toNamespacedPath'
|
|
6522
|
+
| 'path/posix'
|
|
6339
6523
|
| 'path/posix.delimiter'
|
|
6524
|
+
| 'path/posix.sep'
|
|
6525
|
+
| 'path/posix.basename'
|
|
6340
6526
|
| 'path/posix.dirname'
|
|
6341
6527
|
| 'path/posix.extname'
|
|
6342
6528
|
| 'path/posix.format'
|
|
6529
|
+
| 'path/posix.matchesGlob'
|
|
6343
6530
|
| 'path/posix.isAbsolute'
|
|
6344
6531
|
| 'path/posix.join'
|
|
6345
|
-
| 'path/posix.matchesGlob'
|
|
6346
6532
|
| 'path/posix.normalize'
|
|
6347
6533
|
| 'path/posix.parse'
|
|
6348
6534
|
| 'path/posix.relative'
|
|
6349
6535
|
| 'path/posix.resolve'
|
|
6350
|
-
| 'path/posix.sep'
|
|
6351
6536
|
| 'path/posix.toNamespacedPath'
|
|
6352
|
-
| 'path/
|
|
6353
|
-
| 'path/win32.basename'
|
|
6537
|
+
| 'path/win32'
|
|
6354
6538
|
| 'path/win32.delimiter'
|
|
6539
|
+
| 'path/win32.sep'
|
|
6540
|
+
| 'path/win32.basename'
|
|
6355
6541
|
| 'path/win32.dirname'
|
|
6356
6542
|
| 'path/win32.extname'
|
|
6357
6543
|
| 'path/win32.format'
|
|
6544
|
+
| 'path/win32.matchesGlob'
|
|
6358
6545
|
| 'path/win32.isAbsolute'
|
|
6359
6546
|
| 'path/win32.join'
|
|
6360
|
-
| 'path/win32.matchesGlob'
|
|
6361
6547
|
| 'path/win32.normalize'
|
|
6362
6548
|
| 'path/win32.parse'
|
|
6363
6549
|
| 'path/win32.relative'
|
|
6364
6550
|
| 'path/win32.resolve'
|
|
6365
|
-
| 'path/win32.sep'
|
|
6366
6551
|
| 'path/win32.toNamespacedPath'
|
|
6367
|
-
| '
|
|
6368
|
-
| 'perf_hooks.
|
|
6369
|
-
| 'perf_hooks.Histogram'
|
|
6370
|
-
| 'perf_hooks.IntervalHistogram'
|
|
6371
|
-
| 'perf_hooks.monitorEventLoopDelay'
|
|
6552
|
+
| 'perf_hooks'
|
|
6553
|
+
| 'perf_hooks.performance'
|
|
6372
6554
|
| 'perf_hooks.performance.clearMarks'
|
|
6373
6555
|
| 'perf_hooks.performance.clearMeasures'
|
|
6374
6556
|
| 'perf_hooks.performance.clearResourceTimings'
|
|
@@ -6379,6 +6561,7 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6379
6561
|
| 'perf_hooks.performance.mark'
|
|
6380
6562
|
| 'perf_hooks.performance.markResourceTiming'
|
|
6381
6563
|
| 'perf_hooks.performance.measure'
|
|
6564
|
+
| 'perf_hooks.performance.nodeTiming'
|
|
6382
6565
|
| 'perf_hooks.performance.nodeTiming.bootstrapComplete'
|
|
6383
6566
|
| 'perf_hooks.performance.nodeTiming.environment'
|
|
6384
6567
|
| 'perf_hooks.performance.nodeTiming.idleTime'
|
|
@@ -6387,319 +6570,158 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6387
6570
|
| 'perf_hooks.performance.nodeTiming.nodeStart'
|
|
6388
6571
|
| 'perf_hooks.performance.nodeTiming.uvMetricsInfo'
|
|
6389
6572
|
| 'perf_hooks.performance.nodeTiming.v8Start'
|
|
6390
|
-
| 'perf_hooks.performance.nodeTiming'
|
|
6391
6573
|
| 'perf_hooks.performance.now'
|
|
6392
6574
|
| 'perf_hooks.performance.onresourcetimingbufferfull'
|
|
6393
6575
|
| 'perf_hooks.performance.setResourceTimingBufferSize'
|
|
6394
6576
|
| 'perf_hooks.performance.timeOrigin'
|
|
6395
6577
|
| 'perf_hooks.performance.timerify'
|
|
6396
6578
|
| 'perf_hooks.performance.toJSON'
|
|
6397
|
-
| 'perf_hooks.
|
|
6579
|
+
| 'perf_hooks.createHistogram'
|
|
6580
|
+
| 'perf_hooks.monitorEventLoopDelay'
|
|
6398
6581
|
| 'perf_hooks.PerformanceEntry'
|
|
6399
6582
|
| 'perf_hooks.PerformanceMark'
|
|
6400
6583
|
| 'perf_hooks.PerformanceMeasure'
|
|
6401
6584
|
| 'perf_hooks.PerformanceNodeEntry'
|
|
6402
6585
|
| 'perf_hooks.PerformanceNodeTiming'
|
|
6586
|
+
| 'perf_hooks.PerformanceResourceTiming'
|
|
6403
6587
|
| 'perf_hooks.PerformanceObserver'
|
|
6404
6588
|
| 'perf_hooks.PerformanceObserverEntryList'
|
|
6405
|
-
| 'perf_hooks.
|
|
6589
|
+
| 'perf_hooks.Histogram'
|
|
6590
|
+
| 'perf_hooks.IntervalHistogram'
|
|
6406
6591
|
| 'perf_hooks.RecordableHistogram'
|
|
6407
|
-
| '
|
|
6408
|
-
| '
|
|
6409
|
-
| '
|
|
6410
|
-
| 'performance.clearResourceTimings'
|
|
6411
|
-
| 'performance.eventLoopUtilization'
|
|
6412
|
-
| 'performance.getEntries'
|
|
6413
|
-
| 'performance.getEntriesByName'
|
|
6414
|
-
| 'performance.getEntriesByType'
|
|
6415
|
-
| 'performance.mark'
|
|
6416
|
-
| 'performance.markResourceTiming'
|
|
6417
|
-
| 'performance.measure'
|
|
6418
|
-
| 'performance.nodeTiming.bootstrapComplete'
|
|
6419
|
-
| 'performance.nodeTiming.environment'
|
|
6420
|
-
| 'performance.nodeTiming.idleTime'
|
|
6421
|
-
| 'performance.nodeTiming.loopExit'
|
|
6422
|
-
| 'performance.nodeTiming.loopStart'
|
|
6423
|
-
| 'performance.nodeTiming.nodeStart'
|
|
6424
|
-
| 'performance.nodeTiming.uvMetricsInfo'
|
|
6425
|
-
| 'performance.nodeTiming.v8Start'
|
|
6426
|
-
| 'performance.nodeTiming'
|
|
6427
|
-
| 'performance.now'
|
|
6428
|
-
| 'performance.onresourcetimingbufferfull'
|
|
6429
|
-
| 'performance.setResourceTimingBufferSize'
|
|
6430
|
-
| 'performance.timeOrigin'
|
|
6431
|
-
| 'performance.timerify'
|
|
6432
|
-
| 'performance.toJSON'
|
|
6433
|
-
| 'performance'
|
|
6434
|
-
| 'PerformanceEntry'
|
|
6435
|
-
| 'PerformanceMark'
|
|
6436
|
-
| 'PerformanceMeasure'
|
|
6437
|
-
| 'PerformanceObserver'
|
|
6438
|
-
| 'PerformanceObserverEntryList'
|
|
6439
|
-
| 'PerformanceResourceTiming'
|
|
6440
|
-
| 'process.abort'
|
|
6441
|
-
| 'process.allowedNodeEnvironmentFlags'
|
|
6442
|
-
| 'process.arch'
|
|
6443
|
-
| 'process.argv'
|
|
6444
|
-
| 'process.argv0'
|
|
6445
|
-
| 'process.availableMemory'
|
|
6446
|
-
| 'process.channel'
|
|
6447
|
-
| 'process.chdir'
|
|
6448
|
-
| 'process.config'
|
|
6449
|
-
| 'process.connected'
|
|
6450
|
-
| 'process.constrainedMemory'
|
|
6451
|
-
| 'process.cpuUsage'
|
|
6452
|
-
| 'process.cwd'
|
|
6453
|
-
| 'process.debugPort'
|
|
6454
|
-
| 'process.disconnect'
|
|
6455
|
-
| 'process.dlopen'
|
|
6456
|
-
| 'process.emitWarning'
|
|
6457
|
-
| 'process.env'
|
|
6458
|
-
| 'process.execArgv'
|
|
6459
|
-
| 'process.execPath'
|
|
6460
|
-
| 'process.execve'
|
|
6461
|
-
| 'process.exit'
|
|
6462
|
-
| 'process.exitCode'
|
|
6463
|
-
| 'process.features.cached_builtins'
|
|
6464
|
-
| 'process.features.debug'
|
|
6465
|
-
| 'process.features.inspector'
|
|
6466
|
-
| 'process.features.ipv6'
|
|
6467
|
-
| 'process.features.require_module'
|
|
6468
|
-
| 'process.features.tls_alpn'
|
|
6469
|
-
| 'process.features.tls_ocsp'
|
|
6470
|
-
| 'process.features.tls_sni'
|
|
6471
|
-
| 'process.features.tls'
|
|
6472
|
-
| 'process.features.typescript'
|
|
6473
|
-
| 'process.features.uv'
|
|
6474
|
-
| 'process.finalization.register'
|
|
6475
|
-
| 'process.finalization.registerBeforeExit'
|
|
6476
|
-
| 'process.finalization.unregister'
|
|
6477
|
-
| 'process.getActiveResourcesInfo'
|
|
6478
|
-
| 'process.getBuiltinModule'
|
|
6479
|
-
| 'process.getegid'
|
|
6480
|
-
| 'process.geteuid'
|
|
6481
|
-
| 'process.getgid'
|
|
6482
|
-
| 'process.getgroups'
|
|
6483
|
-
| 'process.getuid'
|
|
6484
|
-
| 'process.hasUncaughtExceptionCaptureCallback'
|
|
6485
|
-
| 'process.hrtime.bigint'
|
|
6486
|
-
| 'process.hrtime'
|
|
6487
|
-
| 'process.initgroups'
|
|
6488
|
-
| 'process.kill'
|
|
6489
|
-
| 'process.loadEnvFile'
|
|
6490
|
-
| 'process.mainModule'
|
|
6491
|
-
| 'process.memoryUsage'
|
|
6492
|
-
| 'process.nextTick'
|
|
6493
|
-
| 'process.noDeprecation'
|
|
6494
|
-
| 'process.permission'
|
|
6495
|
-
| 'process.pid'
|
|
6496
|
-
| 'process.platform'
|
|
6497
|
-
| 'process.ppid'
|
|
6498
|
-
| 'process.ref'
|
|
6499
|
-
| 'process.release'
|
|
6500
|
-
| 'process.report.excludeEnv'
|
|
6501
|
-
| 'process.report'
|
|
6502
|
-
| 'process.resourceUsage'
|
|
6503
|
-
| 'process.rss'
|
|
6504
|
-
| 'process.send'
|
|
6505
|
-
| 'process.setegid'
|
|
6506
|
-
| 'process.seteuid'
|
|
6507
|
-
| 'process.setgid'
|
|
6508
|
-
| 'process.setgroups'
|
|
6509
|
-
| 'process.setSourceMapsEnabled'
|
|
6510
|
-
| 'process.setuid'
|
|
6511
|
-
| 'process.setUncaughtExceptionCaptureCallback'
|
|
6512
|
-
| 'process.sourceMapsEnabled'
|
|
6513
|
-
| 'process.stderr.clearLine'
|
|
6514
|
-
| 'process.stderr.clearScreenDown'
|
|
6515
|
-
| 'process.stderr.columns'
|
|
6516
|
-
| 'process.stderr.cursorTo'
|
|
6517
|
-
| 'process.stderr.getColorDepth'
|
|
6518
|
-
| 'process.stderr.getWindowSize'
|
|
6519
|
-
| 'process.stderr.hasColors'
|
|
6520
|
-
| 'process.stderr.isTTY'
|
|
6521
|
-
| 'process.stderr.moveCursor'
|
|
6522
|
-
| 'process.stderr.rows'
|
|
6523
|
-
| 'process.stderr'
|
|
6524
|
-
| 'process.stdin.isRaw'
|
|
6525
|
-
| 'process.stdin.isTTY'
|
|
6526
|
-
| 'process.stdin.setRawMode'
|
|
6527
|
-
| 'process.stdin'
|
|
6528
|
-
| 'process.stdout.clearLine'
|
|
6529
|
-
| 'process.stdout.clearScreenDown'
|
|
6530
|
-
| 'process.stdout.columns'
|
|
6531
|
-
| 'process.stdout.cursorTo'
|
|
6532
|
-
| 'process.stdout.getColorDepth'
|
|
6533
|
-
| 'process.stdout.getWindowSize'
|
|
6534
|
-
| 'process.stdout.hasColors'
|
|
6535
|
-
| 'process.stdout.isTTY'
|
|
6536
|
-
| 'process.stdout.moveCursor'
|
|
6537
|
-
| 'process.stdout.rows'
|
|
6538
|
-
| 'process.stdout'
|
|
6539
|
-
| 'process.threadCpuUsage'
|
|
6540
|
-
| 'process.throwDeprecation'
|
|
6541
|
-
| 'process.title'
|
|
6542
|
-
| 'process.traceDeprecation'
|
|
6543
|
-
| 'process.umask'
|
|
6544
|
-
| 'process.unref'
|
|
6545
|
-
| 'process.uptime'
|
|
6546
|
-
| 'process.version'
|
|
6547
|
-
| 'process.versions'
|
|
6548
|
-
| 'process'
|
|
6592
|
+
| 'punycode'
|
|
6593
|
+
| 'punycode.ucs2'
|
|
6594
|
+
| 'punycode.version'
|
|
6549
6595
|
| 'punycode.decode'
|
|
6550
6596
|
| 'punycode.encode'
|
|
6551
6597
|
| 'punycode.toASCII'
|
|
6552
6598
|
| 'punycode.toUnicode'
|
|
6553
|
-
| '
|
|
6554
|
-
| 'punycode.version'
|
|
6555
|
-
| 'punycode'
|
|
6599
|
+
| 'querystring'
|
|
6556
6600
|
| 'querystring.decode'
|
|
6557
6601
|
| 'querystring.encode'
|
|
6558
6602
|
| 'querystring.escape'
|
|
6559
6603
|
| 'querystring.parse'
|
|
6560
6604
|
| 'querystring.stringify'
|
|
6561
6605
|
| 'querystring.unescape'
|
|
6562
|
-
| '
|
|
6563
|
-
| '
|
|
6564
|
-
| '
|
|
6565
|
-
| '
|
|
6566
|
-
| '
|
|
6567
|
-
| 'ReadableStreamBYOBReader'
|
|
6568
|
-
| 'ReadableStreamBYOBRequest'
|
|
6569
|
-
| 'ReadableStreamDefaultController'
|
|
6570
|
-
| 'ReadableStreamDefaultReader'
|
|
6606
|
+
| 'readline'
|
|
6607
|
+
| 'readline.promises'
|
|
6608
|
+
| 'readline.promises.createInterface'
|
|
6609
|
+
| 'readline.promises.Interface'
|
|
6610
|
+
| 'readline.promises.Readline'
|
|
6571
6611
|
| 'readline.clearLine'
|
|
6572
6612
|
| 'readline.clearScreenDown'
|
|
6573
6613
|
| 'readline.createInterface'
|
|
6574
6614
|
| 'readline.cursorTo'
|
|
6575
|
-
| 'readline.
|
|
6615
|
+
| 'readline.moveCursor'
|
|
6576
6616
|
| 'readline.Interface'
|
|
6617
|
+
| 'readline.emitKeypressEvents'
|
|
6577
6618
|
| 'readline.InterfaceConstructor'
|
|
6578
|
-
| 'readline
|
|
6579
|
-
| 'readline.promises.createInterface'
|
|
6580
|
-
| 'readline.promises.Interface'
|
|
6581
|
-
| 'readline.promises.Readline'
|
|
6582
|
-
| 'readline.promises'
|
|
6583
|
-
| 'readline'
|
|
6619
|
+
| 'readline/promises'
|
|
6584
6620
|
| 'readline/promises.createInterface'
|
|
6585
6621
|
| 'readline/promises.Interface'
|
|
6586
6622
|
| 'readline/promises.Readline'
|
|
6587
|
-
| '
|
|
6588
|
-
| 'repl.
|
|
6589
|
-
| 'repl.
|
|
6590
|
-
| 'repl.
|
|
6623
|
+
| 'repl'
|
|
6624
|
+
| 'repl.start'
|
|
6625
|
+
| 'repl.writer'
|
|
6626
|
+
| 'repl.REPLServer()'
|
|
6627
|
+
| 'repl.REPLServer'
|
|
6591
6628
|
| 'repl.REPL_MODE_MAGIC'
|
|
6592
6629
|
| 'repl.REPL_MODE_SLOPPY'
|
|
6593
6630
|
| 'repl.REPL_MODE_STRICT'
|
|
6594
|
-
| 'repl.
|
|
6595
|
-
| 'repl.
|
|
6596
|
-
| 'repl.
|
|
6597
|
-
| '
|
|
6598
|
-
| '
|
|
6599
|
-
| 'Request'
|
|
6600
|
-
| 'require.cache'
|
|
6601
|
-
| 'require.extensions'
|
|
6602
|
-
| 'require.main'
|
|
6603
|
-
| 'require.resolve.paths'
|
|
6604
|
-
| 'require.resolve'
|
|
6605
|
-
| 'require'
|
|
6606
|
-
| 'Response'
|
|
6631
|
+
| 'repl.Recoverable()'
|
|
6632
|
+
| 'repl.Recoverable'
|
|
6633
|
+
| 'repl.builtinModules'
|
|
6634
|
+
| 'sea'
|
|
6635
|
+
| 'sea.isSea'
|
|
6607
6636
|
| 'sea.getAsset'
|
|
6608
6637
|
| 'sea.getAssetAsBlob'
|
|
6609
6638
|
| 'sea.getRawAsset'
|
|
6610
|
-
| 'sea.isSea'
|
|
6639
|
+
| 'sea.sea.isSea'
|
|
6611
6640
|
| 'sea.sea.getAsset'
|
|
6612
6641
|
| 'sea.sea.getAssetAsBlob'
|
|
6613
6642
|
| 'sea.sea.getRawAsset'
|
|
6614
|
-
| '
|
|
6615
|
-
| '
|
|
6616
|
-
| '
|
|
6617
|
-
| '
|
|
6618
|
-
| 'setInterval'
|
|
6619
|
-
| 'setTimeout'
|
|
6620
|
-
| 'sqlite.backup'
|
|
6621
|
-
| 'sqlite.constants.SQLITE_CHANGESET_ABORT'
|
|
6622
|
-
| 'sqlite.constants.SQLITE_CHANGESET_OMIT'
|
|
6623
|
-
| 'sqlite.constants.SQLITE_CHANGESET_REPLACE'
|
|
6624
|
-
| 'sqlite.constants'
|
|
6625
|
-
| 'sqlite.DatabaseSync'
|
|
6626
|
-
| 'sqlite.SQLITE_CHANGESET_ABORT'
|
|
6627
|
-
| 'sqlite.SQLITE_CHANGESET_OMIT'
|
|
6628
|
-
| 'sqlite.SQLITE_CHANGESET_REPLACE'
|
|
6629
|
-
| 'sqlite.StatementSync'
|
|
6630
|
-
| 'sqlite'
|
|
6631
|
-
| 'Storage'
|
|
6632
|
-
| 'stream.addAbortSignal'
|
|
6633
|
-
| 'stream.compose'
|
|
6634
|
-
| 'stream.Duplex.from'
|
|
6635
|
-
| 'stream.Duplex.fromWeb'
|
|
6636
|
-
| 'stream.Duplex.toWeb'
|
|
6637
|
-
| 'stream.Duplex'
|
|
6638
|
-
| 'stream.duplexPair'
|
|
6643
|
+
| 'stream'
|
|
6644
|
+
| 'stream.promises'
|
|
6645
|
+
| 'stream.promises.pipeline'
|
|
6646
|
+
| 'stream.promises.finished'
|
|
6639
6647
|
| 'stream.finished'
|
|
6640
|
-
| 'stream.getDefaultHighWaterMark'
|
|
6641
|
-
| 'stream.isErrored'
|
|
6642
|
-
| 'stream.isReadable'
|
|
6643
6648
|
| 'stream.pipeline'
|
|
6644
|
-
| 'stream.
|
|
6645
|
-
| 'stream.
|
|
6646
|
-
| 'stream.
|
|
6649
|
+
| 'stream.compose'
|
|
6650
|
+
| 'stream.duplexPair'
|
|
6651
|
+
| 'stream.Readable'
|
|
6647
6652
|
| 'stream.Readable.from'
|
|
6648
|
-
| 'stream.Readable.fromWeb'
|
|
6649
6653
|
| 'stream.Readable.isDisturbed'
|
|
6654
|
+
| 'stream.Readable.fromWeb'
|
|
6650
6655
|
| 'stream.Readable.toWeb'
|
|
6651
|
-
| 'stream.
|
|
6652
|
-
| 'stream.setDefaultHighWaterMark'
|
|
6653
|
-
| 'stream.Transform'
|
|
6656
|
+
| 'stream.Writable'
|
|
6654
6657
|
| 'stream.Writable.fromWeb'
|
|
6655
6658
|
| 'stream.Writable.toWeb'
|
|
6656
|
-
| 'stream.
|
|
6657
|
-
| 'stream'
|
|
6658
|
-
| 'stream
|
|
6659
|
-
| 'stream
|
|
6660
|
-
| 'stream
|
|
6661
|
-
| 'stream
|
|
6662
|
-
| 'stream
|
|
6663
|
-
| 'stream
|
|
6664
|
-
| 'stream
|
|
6659
|
+
| 'stream.Duplex'
|
|
6660
|
+
| 'stream.Duplex.from'
|
|
6661
|
+
| 'stream.Duplex.fromWeb'
|
|
6662
|
+
| 'stream.Duplex.toWeb'
|
|
6663
|
+
| 'stream.Transform'
|
|
6664
|
+
| 'stream.isErrored'
|
|
6665
|
+
| 'stream.isReadable'
|
|
6666
|
+
| 'stream.addAbortSignal'
|
|
6667
|
+
| 'stream.getDefaultHighWaterMark'
|
|
6668
|
+
| 'stream.setDefaultHighWaterMark'
|
|
6665
6669
|
| 'stream/promises.pipeline'
|
|
6666
|
-
| 'stream/
|
|
6667
|
-
| 'stream/web
|
|
6668
|
-
| 'stream/web.CountQueuingStrategy'
|
|
6669
|
-
| 'stream/web.DecompressionStream'
|
|
6670
|
-
| 'stream/web.ReadableByteStreamController'
|
|
6671
|
-
| 'stream/web.ReadableStream.from'
|
|
6670
|
+
| 'stream/promises.finished'
|
|
6671
|
+
| 'stream/web'
|
|
6672
6672
|
| 'stream/web.ReadableStream'
|
|
6673
|
+
| 'stream/web.ReadableStream.from'
|
|
6674
|
+
| 'stream/web.ReadableStreamDefaultReader'
|
|
6673
6675
|
| 'stream/web.ReadableStreamBYOBReader'
|
|
6674
|
-
| 'stream/web.ReadableStreamBYOBRequest'
|
|
6675
6676
|
| 'stream/web.ReadableStreamDefaultController'
|
|
6676
|
-
| 'stream/web.
|
|
6677
|
-
| 'stream/web.
|
|
6678
|
-
| 'stream/web.TextEncoderStream'
|
|
6679
|
-
| 'stream/web.TransformStream'
|
|
6680
|
-
| 'stream/web.TransformStreamDefaultController'
|
|
6677
|
+
| 'stream/web.ReadableByteStreamController'
|
|
6678
|
+
| 'stream/web.ReadableStreamBYOBRequest'
|
|
6681
6679
|
| 'stream/web.WritableStream'
|
|
6682
|
-
| 'stream/web.WritableStreamDefaultController'
|
|
6683
6680
|
| 'stream/web.WritableStreamDefaultWriter'
|
|
6684
|
-
| 'stream/web'
|
|
6685
|
-
| '
|
|
6681
|
+
| 'stream/web.WritableStreamDefaultController'
|
|
6682
|
+
| 'stream/web.TransformStream'
|
|
6683
|
+
| 'stream/web.TransformStreamDefaultController'
|
|
6684
|
+
| 'stream/web.ByteLengthQueuingStrategy'
|
|
6685
|
+
| 'stream/web.CountQueuingStrategy'
|
|
6686
|
+
| 'stream/web.TextEncoderStream'
|
|
6687
|
+
| 'stream/web.TextDecoderStream'
|
|
6688
|
+
| 'stream/web.CompressionStream'
|
|
6689
|
+
| 'stream/web.DecompressionStream'
|
|
6690
|
+
| 'stream/consumers'
|
|
6691
|
+
| 'stream/consumers.arrayBuffer'
|
|
6692
|
+
| 'stream/consumers.blob'
|
|
6693
|
+
| 'stream/consumers.buffer'
|
|
6694
|
+
| 'stream/consumers.json'
|
|
6695
|
+
| 'stream/consumers.text'
|
|
6686
6696
|
| 'string_decoder'
|
|
6687
|
-
| '
|
|
6688
|
-
| '
|
|
6697
|
+
| 'string_decoder.StringDecoder'
|
|
6698
|
+
| 'sqlite'
|
|
6699
|
+
| 'sqlite.constants'
|
|
6700
|
+
| 'sqlite.constants.SQLITE_CHANGESET_OMIT'
|
|
6701
|
+
| 'sqlite.constants.SQLITE_CHANGESET_REPLACE'
|
|
6702
|
+
| 'sqlite.constants.SQLITE_CHANGESET_ABORT'
|
|
6703
|
+
| 'sqlite.backup'
|
|
6704
|
+
| 'sqlite.DatabaseSync'
|
|
6705
|
+
| 'sqlite.StatementSync'
|
|
6706
|
+
| 'sqlite.SQLITE_CHANGESET_OMIT'
|
|
6707
|
+
| 'sqlite.SQLITE_CHANGESET_REPLACE'
|
|
6708
|
+
| 'sqlite.SQLITE_CHANGESET_ABORT'
|
|
6709
|
+
| 'test'
|
|
6689
6710
|
| 'test.after'
|
|
6690
6711
|
| 'test.afterEach'
|
|
6691
|
-
| 'test.assert.register'
|
|
6692
6712
|
| 'test.assert'
|
|
6713
|
+
| 'test.assert.register'
|
|
6693
6714
|
| 'test.before'
|
|
6694
6715
|
| 'test.beforeEach'
|
|
6716
|
+
| 'test.describe'
|
|
6695
6717
|
| 'test.describe.only'
|
|
6696
6718
|
| 'test.describe.skip'
|
|
6697
6719
|
| 'test.describe.todo'
|
|
6698
|
-
| 'test.
|
|
6720
|
+
| 'test.it'
|
|
6699
6721
|
| 'test.it.only'
|
|
6700
6722
|
| 'test.it.skip'
|
|
6701
6723
|
| 'test.it.todo'
|
|
6702
|
-
| 'test.
|
|
6724
|
+
| 'test.mock'
|
|
6703
6725
|
| 'test.mock.fn'
|
|
6704
6726
|
| 'test.mock.getter'
|
|
6705
6727
|
| 'test.mock.method'
|
|
@@ -6707,49 +6729,44 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6707
6729
|
| 'test.mock.reset'
|
|
6708
6730
|
| 'test.mock.restoreAll'
|
|
6709
6731
|
| 'test.mock.setter'
|
|
6732
|
+
| 'test.mock.timers'
|
|
6710
6733
|
| 'test.mock.timers.enable'
|
|
6711
6734
|
| 'test.mock.timers.reset'
|
|
6712
6735
|
| 'test.mock.timers.tick'
|
|
6713
|
-
| 'test.mock.timers'
|
|
6714
|
-
| 'test.mock'
|
|
6715
6736
|
| 'test.only'
|
|
6716
6737
|
| 'test.run'
|
|
6717
|
-
| 'test.
|
|
6738
|
+
| 'test.snapshot'
|
|
6718
6739
|
| 'test.snapshot.setDefaultSnapshotSerializers'
|
|
6719
6740
|
| 'test.snapshot.setResolveSnapshotPath'
|
|
6720
|
-
| 'test.
|
|
6741
|
+
| 'test.skip'
|
|
6721
6742
|
| 'test.suite'
|
|
6743
|
+
| 'test.test'
|
|
6722
6744
|
| 'test.test.only'
|
|
6723
6745
|
| 'test.test.skip'
|
|
6724
6746
|
| 'test.test.todo'
|
|
6725
|
-
| 'test.test'
|
|
6726
6747
|
| 'test.todo'
|
|
6727
|
-
| '
|
|
6728
|
-
| '
|
|
6729
|
-
| '
|
|
6730
|
-
| '
|
|
6731
|
-
| 'TextEncoderStream'
|
|
6748
|
+
| 'timers'
|
|
6749
|
+
| 'timers.Immediate'
|
|
6750
|
+
| 'timers.Timeout'
|
|
6751
|
+
| 'timers.setImmediate'
|
|
6732
6752
|
| 'timers.clearImmediate'
|
|
6753
|
+
| 'timers.setInterval'
|
|
6733
6754
|
| 'timers.clearInterval'
|
|
6755
|
+
| 'timers.setTimeout'
|
|
6734
6756
|
| 'timers.clearTimeout'
|
|
6735
|
-
| 'timers.
|
|
6736
|
-
| 'timers.promises.
|
|
6737
|
-
| 'timers.promises.scheduler.yield'
|
|
6757
|
+
| 'timers.promises'
|
|
6758
|
+
| 'timers.promises.setTimeout'
|
|
6738
6759
|
| 'timers.promises.setImmediate'
|
|
6739
6760
|
| 'timers.promises.setInterval'
|
|
6740
|
-
| 'timers.promises.
|
|
6741
|
-
| 'timers.promises'
|
|
6742
|
-
| 'timers
|
|
6743
|
-
| 'timers.
|
|
6744
|
-
| 'timers.setTimeout'
|
|
6745
|
-
| 'timers.Timeout'
|
|
6746
|
-
| 'timers'
|
|
6747
|
-
| 'timers/promises.scheduler.wait'
|
|
6748
|
-
| 'timers/promises.scheduler.yield'
|
|
6761
|
+
| 'timers.promises.scheduler.wait'
|
|
6762
|
+
| 'timers.promises.scheduler.yield'
|
|
6763
|
+
| 'timers/promises'
|
|
6764
|
+
| 'timers/promises.setTimeout'
|
|
6749
6765
|
| 'timers/promises.setImmediate'
|
|
6750
6766
|
| 'timers/promises.setInterval'
|
|
6751
|
-
| 'timers/promises.
|
|
6752
|
-
| 'timers/promises'
|
|
6767
|
+
| 'timers/promises.scheduler.wait'
|
|
6768
|
+
| 'timers/promises.scheduler.yield'
|
|
6769
|
+
| 'tls'
|
|
6753
6770
|
| 'tls.checkServerIdentity'
|
|
6754
6771
|
| 'tls.connect'
|
|
6755
6772
|
| 'tls.createSecureContext'
|
|
@@ -6768,318 +6785,301 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
6768
6785
|
| 'tls.Server'
|
|
6769
6786
|
| 'tls.setDefaultCACertificates'
|
|
6770
6787
|
| 'tls.TLSSocket'
|
|
6771
|
-
| '
|
|
6788
|
+
| 'trace_events'
|
|
6772
6789
|
| 'trace_events.createTracing'
|
|
6773
6790
|
| 'trace_events.getEnabledCategories'
|
|
6774
|
-
| '
|
|
6775
|
-
| 'TransformStream'
|
|
6776
|
-
| 'TransformStreamDefaultController'
|
|
6791
|
+
| 'tty'
|
|
6777
6792
|
| 'tty.isatty'
|
|
6778
6793
|
| 'tty.ReadStream'
|
|
6779
6794
|
| 'tty.WriteStream'
|
|
6780
|
-
| '
|
|
6781
|
-
| 'URL.canParse'
|
|
6782
|
-
| 'URL.createObjectURL'
|
|
6795
|
+
| 'url'
|
|
6783
6796
|
| 'url.domainToASCII'
|
|
6784
6797
|
| 'url.domainToUnicode'
|
|
6785
6798
|
| 'url.fileURLToPath'
|
|
6786
6799
|
| 'url.format'
|
|
6787
6800
|
| 'url.pathToFileURL'
|
|
6788
|
-
| '
|
|
6801
|
+
| 'url.urlToHttpOptions'
|
|
6802
|
+
| 'url.URL'
|
|
6789
6803
|
| 'url.URL.canParse'
|
|
6790
6804
|
| 'url.URL.createObjectURL'
|
|
6791
6805
|
| 'url.URL.revokeObjectURL'
|
|
6792
|
-
| 'url.URL'
|
|
6793
|
-
| 'url.Url'
|
|
6794
6806
|
| 'url.URLPattern'
|
|
6795
6807
|
| 'url.URLSearchParams'
|
|
6796
|
-
| 'url.
|
|
6797
|
-
| '
|
|
6798
|
-
| '
|
|
6799
|
-
| 'URLSearchParams'
|
|
6800
|
-
| 'util._extend'
|
|
6801
|
-
| 'util.aborted'
|
|
6808
|
+
| 'url.Url'
|
|
6809
|
+
| 'util.promisify'
|
|
6810
|
+
| 'util.promisify.custom'
|
|
6802
6811
|
| 'util.callbackify'
|
|
6803
|
-
| 'util.debug'
|
|
6804
6812
|
| 'util.debuglog'
|
|
6813
|
+
| 'util.debug'
|
|
6805
6814
|
| 'util.deprecate'
|
|
6806
6815
|
| 'util.diff'
|
|
6807
6816
|
| 'util.format'
|
|
6808
6817
|
| 'util.formatWithOptions'
|
|
6809
6818
|
| 'util.getCallSite'
|
|
6810
6819
|
| 'util.getCallSites'
|
|
6820
|
+
| 'util.getSystemErrorName'
|
|
6811
6821
|
| 'util.getSystemErrorMap'
|
|
6812
6822
|
| 'util.getSystemErrorMessage'
|
|
6813
|
-
| 'util.getSystemErrorName'
|
|
6814
6823
|
| 'util.inherits'
|
|
6824
|
+
| 'util.inspect'
|
|
6815
6825
|
| 'util.inspect.custom'
|
|
6816
6826
|
| 'util.inspect.defaultOptions'
|
|
6817
6827
|
| 'util.inspect.replDefaults'
|
|
6818
|
-
| 'util.inspect'
|
|
6819
|
-
| 'util.isArray'
|
|
6820
|
-
| 'util.isBoolean'
|
|
6821
|
-
| 'util.isBuffer'
|
|
6822
|
-
| 'util.isDate'
|
|
6823
6828
|
| 'util.isDeepStrictEqual'
|
|
6824
|
-
| 'util.isError'
|
|
6825
|
-
| 'util.isFunction'
|
|
6826
|
-
| 'util.isNull'
|
|
6827
|
-
| 'util.isNullOrUndefined'
|
|
6828
|
-
| 'util.isNumber'
|
|
6829
|
-
| 'util.isObject'
|
|
6830
|
-
| 'util.isPrimitive'
|
|
6831
|
-
| 'util.isRegExp'
|
|
6832
|
-
| 'util.isString'
|
|
6833
|
-
| 'util.isSymbol'
|
|
6834
|
-
| 'util.isUndefined'
|
|
6835
|
-
| 'util.log'
|
|
6836
|
-
| 'util.MIMEParams'
|
|
6837
|
-
| 'util.MIMEType'
|
|
6838
6829
|
| 'util.parseArgs'
|
|
6839
6830
|
| 'util.parseEnv'
|
|
6840
|
-
| 'util.promisify.custom'
|
|
6841
|
-
| 'util.promisify'
|
|
6842
6831
|
| 'util.setTraceSigInt'
|
|
6843
6832
|
| 'util.stripVTControlCharacters'
|
|
6844
6833
|
| 'util.styleText'
|
|
6845
|
-
| 'util.TextDecoder'
|
|
6846
|
-
| 'util.TextEncoder'
|
|
6847
6834
|
| 'util.toUSVString'
|
|
6848
6835
|
| 'util.transferableAbortController'
|
|
6849
6836
|
| 'util.transferableAbortSignal'
|
|
6850
|
-
| 'util.
|
|
6837
|
+
| 'util.aborted'
|
|
6838
|
+
| 'util.MIMEType'
|
|
6839
|
+
| 'util.MIMEParams'
|
|
6840
|
+
| 'util.TextDecoder'
|
|
6841
|
+
| 'util.TextEncoder'
|
|
6842
|
+
| 'util.types'
|
|
6843
|
+
| 'util.types.isExternal'
|
|
6844
|
+
| 'util.types.isDate'
|
|
6851
6845
|
| 'util.types.isArgumentsObject'
|
|
6852
|
-
| 'util.types.isArrayBuffer'
|
|
6853
|
-
| 'util.types.isArrayBufferView'
|
|
6854
|
-
| 'util.types.isAsyncFunction'
|
|
6855
|
-
| 'util.types.isBigInt64Array'
|
|
6856
6846
|
| 'util.types.isBigIntObject'
|
|
6857
|
-
| 'util.types.isBigUint64Array'
|
|
6858
6847
|
| 'util.types.isBooleanObject'
|
|
6859
|
-
| 'util.types.
|
|
6860
|
-
| 'util.types.
|
|
6861
|
-
| 'util.types.
|
|
6862
|
-
| 'util.types.
|
|
6863
|
-
| 'util.types.
|
|
6864
|
-
| 'util.types.
|
|
6865
|
-
| 'util.types.isFloat32Array'
|
|
6866
|
-
| 'util.types.isFloat64Array'
|
|
6848
|
+
| 'util.types.isNumberObject'
|
|
6849
|
+
| 'util.types.isStringObject'
|
|
6850
|
+
| 'util.types.isSymbolObject'
|
|
6851
|
+
| 'util.types.isNativeError'
|
|
6852
|
+
| 'util.types.isRegExp'
|
|
6853
|
+
| 'util.types.isAsyncFunction'
|
|
6867
6854
|
| 'util.types.isGeneratorFunction'
|
|
6868
6855
|
| 'util.types.isGeneratorObject'
|
|
6869
|
-
| 'util.types.isInt8Array'
|
|
6870
|
-
| 'util.types.isInt16Array'
|
|
6871
|
-
| 'util.types.isInt32Array'
|
|
6872
|
-
| 'util.types.isKeyObject'
|
|
6873
|
-
| 'util.types.isMap'
|
|
6874
|
-
| 'util.types.isMapIterator'
|
|
6875
|
-
| 'util.types.isModuleNamespaceObject'
|
|
6876
|
-
| 'util.types.isNativeError'
|
|
6877
|
-
| 'util.types.isNumberObject'
|
|
6878
6856
|
| 'util.types.isPromise'
|
|
6879
|
-
| 'util.types.
|
|
6880
|
-
| 'util.types.isRegExp'
|
|
6857
|
+
| 'util.types.isMap'
|
|
6881
6858
|
| 'util.types.isSet'
|
|
6859
|
+
| 'util.types.isMapIterator'
|
|
6882
6860
|
| 'util.types.isSetIterator'
|
|
6861
|
+
| 'util.types.isWeakMap'
|
|
6862
|
+
| 'util.types.isWeakSet'
|
|
6863
|
+
| 'util.types.isArrayBuffer'
|
|
6864
|
+
| 'util.types.isDataView'
|
|
6883
6865
|
| 'util.types.isSharedArrayBuffer'
|
|
6884
|
-
| 'util.types.
|
|
6885
|
-
| 'util.types.
|
|
6866
|
+
| 'util.types.isProxy'
|
|
6867
|
+
| 'util.types.isModuleNamespaceObject'
|
|
6868
|
+
| 'util.types.isAnyArrayBuffer'
|
|
6869
|
+
| 'util.types.isBoxedPrimitive'
|
|
6870
|
+
| 'util.types.isArrayBufferView'
|
|
6886
6871
|
| 'util.types.isTypedArray'
|
|
6887
6872
|
| 'util.types.isUint8Array'
|
|
6888
6873
|
| 'util.types.isUint8ClampedArray'
|
|
6889
6874
|
| 'util.types.isUint16Array'
|
|
6890
6875
|
| 'util.types.isUint32Array'
|
|
6891
|
-
| 'util.types.
|
|
6892
|
-
| 'util.types.
|
|
6876
|
+
| 'util.types.isInt8Array'
|
|
6877
|
+
| 'util.types.isInt16Array'
|
|
6878
|
+
| 'util.types.isInt32Array'
|
|
6879
|
+
| 'util.types.isFloat16Array'
|
|
6880
|
+
| 'util.types.isFloat32Array'
|
|
6881
|
+
| 'util.types.isFloat64Array'
|
|
6882
|
+
| 'util.types.isBigInt64Array'
|
|
6883
|
+
| 'util.types.isBigUint64Array'
|
|
6884
|
+
| 'util.types.isKeyObject'
|
|
6885
|
+
| 'util.types.isCryptoKey'
|
|
6893
6886
|
| 'util.types.isWebAssemblyCompiledModule'
|
|
6894
|
-
| 'util.
|
|
6887
|
+
| 'util._extend'
|
|
6888
|
+
| 'util.isArray'
|
|
6889
|
+
| 'util.isBoolean'
|
|
6890
|
+
| 'util.isBuffer'
|
|
6891
|
+
| 'util.isDate'
|
|
6892
|
+
| 'util.isError'
|
|
6893
|
+
| 'util.isFunction'
|
|
6894
|
+
| 'util.isNull'
|
|
6895
|
+
| 'util.isNullOrUndefined'
|
|
6896
|
+
| 'util.isNumber'
|
|
6897
|
+
| 'util.isObject'
|
|
6898
|
+
| 'util.isPrimitive'
|
|
6899
|
+
| 'util.isRegExp'
|
|
6900
|
+
| 'util.isString'
|
|
6901
|
+
| 'util.isSymbol'
|
|
6902
|
+
| 'util.isUndefined'
|
|
6903
|
+
| 'util.log'
|
|
6895
6904
|
| 'util'
|
|
6896
|
-
| 'util/types
|
|
6905
|
+
| 'util/types'
|
|
6906
|
+
| 'util/types.isExternal'
|
|
6907
|
+
| 'util/types.isDate'
|
|
6897
6908
|
| 'util/types.isArgumentsObject'
|
|
6898
|
-
| 'util/types.isArrayBuffer'
|
|
6899
|
-
| 'util/types.isArrayBufferView'
|
|
6900
|
-
| 'util/types.isAsyncFunction'
|
|
6901
|
-
| 'util/types.isBigInt64Array'
|
|
6902
6909
|
| 'util/types.isBigIntObject'
|
|
6903
|
-
| 'util/types.isBigUint64Array'
|
|
6904
6910
|
| 'util/types.isBooleanObject'
|
|
6905
|
-
| 'util/types.
|
|
6906
|
-
| 'util/types.
|
|
6907
|
-
| 'util/types.
|
|
6908
|
-
| 'util/types.
|
|
6909
|
-
| 'util/types.
|
|
6910
|
-
| 'util/types.
|
|
6911
|
-
| 'util/types.isFloat32Array'
|
|
6912
|
-
| 'util/types.isFloat64Array'
|
|
6911
|
+
| 'util/types.isNumberObject'
|
|
6912
|
+
| 'util/types.isStringObject'
|
|
6913
|
+
| 'util/types.isSymbolObject'
|
|
6914
|
+
| 'util/types.isNativeError'
|
|
6915
|
+
| 'util/types.isRegExp'
|
|
6916
|
+
| 'util/types.isAsyncFunction'
|
|
6913
6917
|
| 'util/types.isGeneratorFunction'
|
|
6914
6918
|
| 'util/types.isGeneratorObject'
|
|
6915
|
-
| 'util/types.isInt8Array'
|
|
6916
|
-
| 'util/types.isInt16Array'
|
|
6917
|
-
| 'util/types.isInt32Array'
|
|
6918
|
-
| 'util/types.isKeyObject'
|
|
6919
|
-
| 'util/types.isMap'
|
|
6920
|
-
| 'util/types.isMapIterator'
|
|
6921
|
-
| 'util/types.isModuleNamespaceObject'
|
|
6922
|
-
| 'util/types.isNativeError'
|
|
6923
|
-
| 'util/types.isNumberObject'
|
|
6924
6919
|
| 'util/types.isPromise'
|
|
6925
|
-
| 'util/types.
|
|
6926
|
-
| 'util/types.isRegExp'
|
|
6920
|
+
| 'util/types.isMap'
|
|
6927
6921
|
| 'util/types.isSet'
|
|
6922
|
+
| 'util/types.isMapIterator'
|
|
6928
6923
|
| 'util/types.isSetIterator'
|
|
6924
|
+
| 'util/types.isWeakMap'
|
|
6925
|
+
| 'util/types.isWeakSet'
|
|
6926
|
+
| 'util/types.isArrayBuffer'
|
|
6927
|
+
| 'util/types.isDataView'
|
|
6929
6928
|
| 'util/types.isSharedArrayBuffer'
|
|
6930
|
-
| 'util/types.
|
|
6931
|
-
| 'util/types.
|
|
6929
|
+
| 'util/types.isProxy'
|
|
6930
|
+
| 'util/types.isModuleNamespaceObject'
|
|
6931
|
+
| 'util/types.isAnyArrayBuffer'
|
|
6932
|
+
| 'util/types.isBoxedPrimitive'
|
|
6933
|
+
| 'util/types.isArrayBufferView'
|
|
6932
6934
|
| 'util/types.isTypedArray'
|
|
6933
6935
|
| 'util/types.isUint8Array'
|
|
6934
6936
|
| 'util/types.isUint8ClampedArray'
|
|
6935
6937
|
| 'util/types.isUint16Array'
|
|
6936
6938
|
| 'util/types.isUint32Array'
|
|
6937
|
-
| 'util/types.
|
|
6938
|
-
| 'util/types.
|
|
6939
|
+
| 'util/types.isInt8Array'
|
|
6940
|
+
| 'util/types.isInt16Array'
|
|
6941
|
+
| 'util/types.isInt32Array'
|
|
6942
|
+
| 'util/types.isFloat16Array'
|
|
6943
|
+
| 'util/types.isFloat32Array'
|
|
6944
|
+
| 'util/types.isFloat64Array'
|
|
6945
|
+
| 'util/types.isBigInt64Array'
|
|
6946
|
+
| 'util/types.isBigUint64Array'
|
|
6947
|
+
| 'util/types.isKeyObject'
|
|
6948
|
+
| 'util/types.isCryptoKey'
|
|
6939
6949
|
| 'util/types.isWebAssemblyCompiledModule'
|
|
6940
|
-
| '
|
|
6941
|
-
| 'v8.
|
|
6942
|
-
| 'v8.DefaultDeserializer'
|
|
6943
|
-
| 'v8.DefaultSerializer'
|
|
6950
|
+
| 'v8'
|
|
6951
|
+
| 'v8.serialize'
|
|
6944
6952
|
| 'v8.deserialize'
|
|
6953
|
+
| 'v8.Serializer'
|
|
6945
6954
|
| 'v8.Deserializer'
|
|
6946
|
-
| 'v8.
|
|
6955
|
+
| 'v8.DefaultSerializer'
|
|
6956
|
+
| 'v8.DefaultDeserializer'
|
|
6957
|
+
| 'v8.promiseHooks'
|
|
6958
|
+
| 'v8.promiseHooks.onInit'
|
|
6959
|
+
| 'v8.promiseHooks.onSettled'
|
|
6960
|
+
| 'v8.promiseHooks.onBefore'
|
|
6961
|
+
| 'v8.promiseHooks.onAfter'
|
|
6962
|
+
| 'v8.promiseHooks.createHook'
|
|
6963
|
+
| 'v8.startupSnapshot'
|
|
6964
|
+
| 'v8.startupSnapshot.addSerializeCallback'
|
|
6965
|
+
| 'v8.startupSnapshot.addDeserializeCallback'
|
|
6966
|
+
| 'v8.startupSnapshot.setDeserializeMainFunction'
|
|
6967
|
+
| 'v8.startupSnapshot.isBuildingSnapshot'
|
|
6968
|
+
| 'v8.cachedDataVersionTag'
|
|
6947
6969
|
| 'v8.getHeapCodeStatistics'
|
|
6948
6970
|
| 'v8.getHeapSnapshot'
|
|
6949
6971
|
| 'v8.getHeapSpaceStatistics'
|
|
6950
6972
|
| 'v8.getHeapStatistics'
|
|
6951
6973
|
| 'v8.isStringOneByteRepresentation'
|
|
6952
|
-
| 'v8.promiseHooks.createHook'
|
|
6953
|
-
| 'v8.promiseHooks.onAfter'
|
|
6954
|
-
| 'v8.promiseHooks.onBefore'
|
|
6955
|
-
| 'v8.promiseHooks.onInit'
|
|
6956
|
-
| 'v8.promiseHooks.onSettled'
|
|
6957
|
-
| 'v8.promiseHooks'
|
|
6958
6974
|
| 'v8.queryObjects'
|
|
6959
|
-
| 'v8.serialize'
|
|
6960
|
-
| 'v8.Serializer'
|
|
6961
6975
|
| 'v8.setFlagsFromString'
|
|
6962
|
-
| 'v8.setHeapSnapshotNearHeapLimit'
|
|
6963
|
-
| 'v8.startupSnapshot.addDeserializeCallback'
|
|
6964
|
-
| 'v8.startupSnapshot.addSerializeCallback'
|
|
6965
|
-
| 'v8.startupSnapshot.isBuildingSnapshot'
|
|
6966
|
-
| 'v8.startupSnapshot.setDeserializeMainFunction'
|
|
6967
|
-
| 'v8.startupSnapshot'
|
|
6968
6976
|
| 'v8.stopCoverage'
|
|
6969
6977
|
| 'v8.takeCoverage'
|
|
6970
6978
|
| 'v8.writeHeapSnapshot'
|
|
6971
|
-
| 'v8'
|
|
6972
|
-
| '
|
|
6979
|
+
| 'v8.setHeapSnapshotNearHeapLimit'
|
|
6980
|
+
| 'v8.GCProfiler'
|
|
6973
6981
|
| 'vm.constants'
|
|
6982
|
+
| 'vm.compileFunction'
|
|
6974
6983
|
| 'vm.createContext'
|
|
6975
6984
|
| 'vm.isContext'
|
|
6976
6985
|
| 'vm.measureMemory'
|
|
6977
|
-
| 'vm.Module'
|
|
6978
6986
|
| 'vm.runInContext'
|
|
6979
6987
|
| 'vm.runInNewContext'
|
|
6980
6988
|
| 'vm.runInThisContext'
|
|
6981
6989
|
| 'vm.Script'
|
|
6990
|
+
| 'vm.Module'
|
|
6982
6991
|
| 'vm.SourceTextModule'
|
|
6983
6992
|
| 'vm.SyntheticModule'
|
|
6984
6993
|
| 'vm'
|
|
6985
6994
|
| 'wasi.WASI'
|
|
6986
6995
|
| 'wasi'
|
|
6987
|
-
| '
|
|
6988
|
-
| '
|
|
6989
|
-
| 'worker_threads.
|
|
6996
|
+
| 'worker_threads'
|
|
6997
|
+
| 'worker_threads.parentPort'
|
|
6998
|
+
| 'worker_threads.resourceLimits'
|
|
6999
|
+
| 'worker_threads.SHARE_ENV'
|
|
7000
|
+
| 'worker_threads.threadId'
|
|
7001
|
+
| 'worker_threads.workerData'
|
|
6990
7002
|
| 'worker_threads.getEnvironmentData'
|
|
6991
7003
|
| 'worker_threads.getHeapStatistics'
|
|
7004
|
+
| 'worker_threads.markAsUncloneable'
|
|
7005
|
+
| 'worker_threads.markAsUntransferable'
|
|
6992
7006
|
| 'worker_threads.isInternalThread'
|
|
6993
7007
|
| 'worker_threads.isMainThread'
|
|
6994
7008
|
| 'worker_threads.isMarkedAsUntransferable'
|
|
6995
|
-
| 'worker_threads.markAsUncloneable'
|
|
6996
|
-
| 'worker_threads.markAsUntransferable'
|
|
6997
|
-
| 'worker_threads.MessageChannel'
|
|
6998
|
-
| 'worker_threads.MessagePort'
|
|
6999
7009
|
| 'worker_threads.moveMessagePortToContext'
|
|
7000
|
-
| 'worker_threads.parentPort'
|
|
7001
7010
|
| 'worker_threads.postMessageToThread'
|
|
7002
7011
|
| 'worker_threads.receiveMessageOnPort'
|
|
7003
|
-
| 'worker_threads.resourceLimits'
|
|
7004
7012
|
| 'worker_threads.setEnvironmentData'
|
|
7005
|
-
| 'worker_threads.
|
|
7006
|
-
| 'worker_threads.
|
|
7013
|
+
| 'worker_threads.BroadcastChannel'
|
|
7014
|
+
| 'worker_threads.MessageChannel'
|
|
7015
|
+
| 'worker_threads.MessagePort'
|
|
7007
7016
|
| 'worker_threads.Worker'
|
|
7008
|
-
| 'worker_threads.workerData'
|
|
7009
|
-
| 'worker_threads'
|
|
7010
|
-
| 'WritableStream'
|
|
7011
|
-
| 'WritableStreamDefaultController'
|
|
7012
|
-
| 'WritableStreamDefaultWriter'
|
|
7013
|
-
| 'zlib.BrotliCompress'
|
|
7014
7017
|
| 'zlib.brotliCompress'
|
|
7015
|
-
| 'zlib.BrotliCompress()'
|
|
7016
7018
|
| 'zlib.brotliCompressSync'
|
|
7017
|
-
| 'zlib.BrotliDecompress'
|
|
7018
7019
|
| 'zlib.brotliDecompress'
|
|
7019
|
-
| 'zlib.BrotliDecompress()'
|
|
7020
7020
|
| 'zlib.brotliDecompressSync'
|
|
7021
|
+
| 'zlib.constants'
|
|
7022
|
+
| 'zlib.constants.ZSTD_e_continue'
|
|
7023
|
+
| 'zlib.constants.ZSTD_e_flush'
|
|
7024
|
+
| 'zlib.constants.ZSTD_e_end'
|
|
7025
|
+
| 'zlib.constants.ZSTD_fast'
|
|
7026
|
+
| 'zlib.constants.ZSTD_dfast'
|
|
7027
|
+
| 'zlib.constants.ZSTD_greedy'
|
|
7028
|
+
| 'zlib.constants.ZSTD_lazy'
|
|
7029
|
+
| 'zlib.constants.ZSTD_lazy2'
|
|
7021
7030
|
| 'zlib.constants.ZSTD_btlazy2'
|
|
7022
7031
|
| 'zlib.constants.ZSTD_btopt'
|
|
7023
7032
|
| 'zlib.constants.ZSTD_btultra'
|
|
7024
7033
|
| 'zlib.constants.ZSTD_btultra2'
|
|
7025
|
-
| 'zlib.constants.ZSTD_c_chainLog'
|
|
7026
|
-
| 'zlib.constants.ZSTD_c_checksumFlag'
|
|
7027
7034
|
| 'zlib.constants.ZSTD_c_compressionLevel'
|
|
7028
|
-
| 'zlib.constants.
|
|
7029
|
-
| 'zlib.constants.ZSTD_c_dictIDFlag'
|
|
7030
|
-
| 'zlib.constants.ZSTD_c_enableLongDistanceMatching'
|
|
7035
|
+
| 'zlib.constants.ZSTD_c_windowLog'
|
|
7031
7036
|
| 'zlib.constants.ZSTD_c_hashLog'
|
|
7032
|
-
| 'zlib.constants.
|
|
7033
|
-
| 'zlib.constants.
|
|
7037
|
+
| 'zlib.constants.ZSTD_c_chainLog'
|
|
7038
|
+
| 'zlib.constants.ZSTD_c_searchLog'
|
|
7039
|
+
| 'zlib.constants.ZSTD_c_minMatch'
|
|
7040
|
+
| 'zlib.constants.ZSTD_c_targetLength'
|
|
7041
|
+
| 'zlib.constants.ZSTD_c_strategy'
|
|
7042
|
+
| 'zlib.constants.ZSTD_c_enableLongDistanceMatching'
|
|
7034
7043
|
| 'zlib.constants.ZSTD_c_ldmHashLog'
|
|
7035
|
-
| 'zlib.constants.ZSTD_c_ldmHashRateLog'
|
|
7036
7044
|
| 'zlib.constants.ZSTD_c_ldmMinMatch'
|
|
7037
|
-
| 'zlib.constants.
|
|
7045
|
+
| 'zlib.constants.ZSTD_c_ldmBucketSizeLog'
|
|
7046
|
+
| 'zlib.constants.ZSTD_c_ldmHashRateLog'
|
|
7047
|
+
| 'zlib.constants.ZSTD_c_contentSizeFlag'
|
|
7048
|
+
| 'zlib.constants.ZSTD_c_checksumFlag'
|
|
7049
|
+
| 'zlib.constants.ZSTD_c_dictIDFlag'
|
|
7038
7050
|
| 'zlib.constants.ZSTD_c_nbWorkers'
|
|
7051
|
+
| 'zlib.constants.ZSTD_c_jobSize'
|
|
7039
7052
|
| 'zlib.constants.ZSTD_c_overlapLog'
|
|
7040
|
-
| 'zlib.constants.ZSTD_c_searchLog'
|
|
7041
|
-
| 'zlib.constants.ZSTD_c_strategy'
|
|
7042
|
-
| 'zlib.constants.ZSTD_c_targetLength'
|
|
7043
|
-
| 'zlib.constants.ZSTD_c_windowLog'
|
|
7044
|
-
| 'zlib.constants.ZSTD_CLEVEL_DEFAULT'
|
|
7045
7053
|
| 'zlib.constants.ZSTD_d_windowLogMax'
|
|
7046
|
-
| 'zlib.constants.
|
|
7047
|
-
| 'zlib.constants.
|
|
7048
|
-
| 'zlib.constants.
|
|
7049
|
-
| 'zlib.constants.
|
|
7050
|
-
| 'zlib.constants.
|
|
7054
|
+
| 'zlib.constants.ZSTD_CLEVEL_DEFAULT'
|
|
7055
|
+
| 'zlib.constants.ZSTD_error_no_error'
|
|
7056
|
+
| 'zlib.constants.ZSTD_error_GENERIC'
|
|
7057
|
+
| 'zlib.constants.ZSTD_error_prefix_unknown'
|
|
7058
|
+
| 'zlib.constants.ZSTD_error_version_unsupported'
|
|
7059
|
+
| 'zlib.constants.ZSTD_error_frameParameter_unsupported'
|
|
7060
|
+
| 'zlib.constants.ZSTD_error_frameParameter_windowTooLarge'
|
|
7051
7061
|
| 'zlib.constants.ZSTD_error_corruption_detected'
|
|
7062
|
+
| 'zlib.constants.ZSTD_error_checksum_wrong'
|
|
7063
|
+
| 'zlib.constants.ZSTD_error_literals_headerWrong'
|
|
7052
7064
|
| 'zlib.constants.ZSTD_error_dictionary_corrupted'
|
|
7053
7065
|
| 'zlib.constants.ZSTD_error_dictionary_wrong'
|
|
7054
7066
|
| 'zlib.constants.ZSTD_error_dictionaryCreation_failed'
|
|
7055
|
-
| 'zlib.constants.
|
|
7056
|
-
| 'zlib.constants.ZSTD_error_dstSize_tooSmall'
|
|
7057
|
-
| 'zlib.constants.ZSTD_error_frameParameter_unsupported'
|
|
7058
|
-
| 'zlib.constants.ZSTD_error_frameParameter_windowTooLarge'
|
|
7059
|
-
| 'zlib.constants.ZSTD_error_GENERIC'
|
|
7060
|
-
| 'zlib.constants.ZSTD_error_init_missing'
|
|
7061
|
-
| 'zlib.constants.ZSTD_error_literals_headerWrong'
|
|
7062
|
-
| 'zlib.constants.ZSTD_error_maxSymbolValue_tooLarge'
|
|
7063
|
-
| 'zlib.constants.ZSTD_error_maxSymbolValue_tooSmall'
|
|
7064
|
-
| 'zlib.constants.ZSTD_error_memory_allocation'
|
|
7065
|
-
| 'zlib.constants.ZSTD_error_no_error'
|
|
7066
|
-
| 'zlib.constants.ZSTD_error_noForwardProgress_destFull'
|
|
7067
|
-
| 'zlib.constants.ZSTD_error_noForwardProgress_inputEmpty'
|
|
7067
|
+
| 'zlib.constants.ZSTD_error_parameter_unsupported'
|
|
7068
7068
|
| 'zlib.constants.ZSTD_error_parameter_combination_unsupported'
|
|
7069
7069
|
| 'zlib.constants.ZSTD_error_parameter_outOfBound'
|
|
7070
|
-
| 'zlib.constants.
|
|
7071
|
-
| 'zlib.constants.
|
|
7072
|
-
| 'zlib.constants.
|
|
7070
|
+
| 'zlib.constants.ZSTD_error_tableLog_tooLarge'
|
|
7071
|
+
| 'zlib.constants.ZSTD_error_maxSymbolValue_tooLarge'
|
|
7072
|
+
| 'zlib.constants.ZSTD_error_maxSymbolValue_tooSmall'
|
|
7073
7073
|
| 'zlib.constants.ZSTD_error_stabilityCondition_notRespected'
|
|
7074
7074
|
| 'zlib.constants.ZSTD_error_stage_wrong'
|
|
7075
|
-
| 'zlib.constants.
|
|
7076
|
-
| 'zlib.constants.
|
|
7075
|
+
| 'zlib.constants.ZSTD_error_init_missing'
|
|
7076
|
+
| 'zlib.constants.ZSTD_error_memory_allocation'
|
|
7077
7077
|
| 'zlib.constants.ZSTD_error_workSpace_tooSmall'
|
|
7078
|
-
| 'zlib.constants.
|
|
7079
|
-
| 'zlib.constants.
|
|
7080
|
-
| 'zlib.constants.
|
|
7081
|
-
| 'zlib.constants.
|
|
7082
|
-
| 'zlib.constants'
|
|
7078
|
+
| 'zlib.constants.ZSTD_error_dstSize_tooSmall'
|
|
7079
|
+
| 'zlib.constants.ZSTD_error_srcSize_wrong'
|
|
7080
|
+
| 'zlib.constants.ZSTD_error_dstBuffer_null'
|
|
7081
|
+
| 'zlib.constants.ZSTD_error_noForwardProgress_destFull'
|
|
7082
|
+
| 'zlib.constants.ZSTD_error_noForwardProgress_inputEmpty'
|
|
7083
7083
|
| 'zlib.crc32'
|
|
7084
7084
|
| 'zlib.createBrotliCompress'
|
|
7085
7085
|
| 'zlib.createBrotliDecompress'
|
|
@@ -7092,49 +7092,57 @@ namespace NoUnsupportedFeaturesNodeBuiltins {
|
|
|
7092
7092
|
| 'zlib.createUnzip'
|
|
7093
7093
|
| 'zlib.createZstdCompress'
|
|
7094
7094
|
| 'zlib.createZstdDecompress'
|
|
7095
|
-
| 'zlib.Deflate'
|
|
7096
7095
|
| 'zlib.deflate'
|
|
7097
|
-
| 'zlib.Deflate()'
|
|
7098
|
-
| 'zlib.DeflateRaw'
|
|
7099
7096
|
| 'zlib.deflateRaw'
|
|
7100
|
-
| 'zlib.DeflateRaw()'
|
|
7101
7097
|
| 'zlib.deflateRawSync'
|
|
7102
7098
|
| 'zlib.deflateSync'
|
|
7103
|
-
| 'zlib.Gunzip'
|
|
7104
7099
|
| 'zlib.gunzip'
|
|
7105
|
-
| 'zlib.Gunzip()'
|
|
7106
7100
|
| 'zlib.gunzipSync'
|
|
7107
|
-
| 'zlib.Gzip'
|
|
7108
7101
|
| 'zlib.gzip'
|
|
7109
|
-
| 'zlib.Gzip()'
|
|
7110
7102
|
| 'zlib.gzipSync'
|
|
7111
|
-
| 'zlib.Inflate'
|
|
7112
7103
|
| 'zlib.inflate'
|
|
7113
|
-
| 'zlib.Inflate()'
|
|
7114
|
-
| 'zlib.InflateRaw'
|
|
7115
7104
|
| 'zlib.inflateRaw'
|
|
7116
|
-
| 'zlib.InflateRaw()'
|
|
7117
7105
|
| 'zlib.inflateRawSync'
|
|
7118
7106
|
| 'zlib.inflateSync'
|
|
7119
|
-
| 'zlib.Unzip'
|
|
7120
7107
|
| 'zlib.unzip'
|
|
7121
|
-
| 'zlib.Unzip()'
|
|
7122
7108
|
| 'zlib.unzipSync'
|
|
7123
|
-
| 'zlib.ZstdCompress'
|
|
7124
7109
|
| 'zlib.zstdCompress'
|
|
7125
7110
|
| 'zlib.zstdCompressSync'
|
|
7126
|
-
| 'zlib.ZstdDecompress'
|
|
7127
7111
|
| 'zlib.zstdDecompress'
|
|
7128
7112
|
| 'zlib.zstdDecompressSync'
|
|
7113
|
+
| 'zlib.BrotliCompress()'
|
|
7114
|
+
| 'zlib.BrotliCompress'
|
|
7115
|
+
| 'zlib.BrotliDecompress()'
|
|
7116
|
+
| 'zlib.BrotliDecompress'
|
|
7117
|
+
| 'zlib.Deflate()'
|
|
7118
|
+
| 'zlib.Deflate'
|
|
7119
|
+
| 'zlib.DeflateRaw()'
|
|
7120
|
+
| 'zlib.DeflateRaw'
|
|
7121
|
+
| 'zlib.Gunzip()'
|
|
7122
|
+
| 'zlib.Gunzip'
|
|
7123
|
+
| 'zlib.Gzip()'
|
|
7124
|
+
| 'zlib.Gzip'
|
|
7125
|
+
| 'zlib.Inflate()'
|
|
7126
|
+
| 'zlib.Inflate'
|
|
7127
|
+
| 'zlib.InflateRaw()'
|
|
7128
|
+
| 'zlib.InflateRaw'
|
|
7129
|
+
| 'zlib.Unzip()'
|
|
7130
|
+
| 'zlib.Unzip'
|
|
7131
|
+
| 'zlib.ZstdCompress'
|
|
7132
|
+
| 'zlib.ZstdDecompress'
|
|
7129
7133
|
| 'zlib.ZstdOptions'
|
|
7130
7134
|
| 'zlib'
|
|
7135
|
+
| 'import.meta.resolve'
|
|
7136
|
+
| 'import.meta.dirname'
|
|
7137
|
+
| 'import.meta.filename'
|
|
7138
|
+
| 'import.meta.main'
|
|
7131
7139
|
)[];
|
|
7132
|
-
}
|
|
7140
|
+
}>;
|
|
7133
7141
|
|
|
7134
7142
|
export type RuleEntry =
|
|
7143
|
+
| 'off'
|
|
7135
7144
|
| Linter.Severity
|
|
7136
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7137
|
-
| 'off';
|
|
7145
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7138
7146
|
}
|
|
7139
7147
|
|
|
7140
7148
|
/**
|
|
@@ -7168,9 +7176,9 @@ namespace PreferGlobalBuffer {
|
|
|
7168
7176
|
export type Options = 'always' | 'never';
|
|
7169
7177
|
|
|
7170
7178
|
export type RuleEntry =
|
|
7179
|
+
| 'off'
|
|
7171
7180
|
| Linter.Severity
|
|
7172
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7173
|
-
| 'off';
|
|
7181
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7174
7182
|
}
|
|
7175
7183
|
|
|
7176
7184
|
/**
|
|
@@ -7204,9 +7212,9 @@ namespace PreferGlobalConsole {
|
|
|
7204
7212
|
export type Options = 'always' | 'never';
|
|
7205
7213
|
|
|
7206
7214
|
export type RuleEntry =
|
|
7215
|
+
| 'off'
|
|
7207
7216
|
| Linter.Severity
|
|
7208
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7209
|
-
| 'off';
|
|
7217
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7210
7218
|
}
|
|
7211
7219
|
|
|
7212
7220
|
/**
|
|
@@ -7240,9 +7248,9 @@ namespace PreferGlobalProcess {
|
|
|
7240
7248
|
export type Options = 'always' | 'never';
|
|
7241
7249
|
|
|
7242
7250
|
export type RuleEntry =
|
|
7251
|
+
| 'off'
|
|
7243
7252
|
| Linter.Severity
|
|
7244
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7245
|
-
| 'off';
|
|
7253
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7246
7254
|
}
|
|
7247
7255
|
|
|
7248
7256
|
/**
|
|
@@ -7276,9 +7284,9 @@ namespace PreferGlobalTextDecoder {
|
|
|
7276
7284
|
export type Options = 'always' | 'never';
|
|
7277
7285
|
|
|
7278
7286
|
export type RuleEntry =
|
|
7287
|
+
| 'off'
|
|
7279
7288
|
| Linter.Severity
|
|
7280
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7281
|
-
| 'off';
|
|
7289
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7282
7290
|
}
|
|
7283
7291
|
|
|
7284
7292
|
/**
|
|
@@ -7312,9 +7320,9 @@ namespace PreferGlobalTextEncoder {
|
|
|
7312
7320
|
export type Options = 'always' | 'never';
|
|
7313
7321
|
|
|
7314
7322
|
export type RuleEntry =
|
|
7323
|
+
| 'off'
|
|
7315
7324
|
| Linter.Severity
|
|
7316
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7317
|
-
| 'off';
|
|
7325
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7318
7326
|
}
|
|
7319
7327
|
|
|
7320
7328
|
/**
|
|
@@ -7348,9 +7356,9 @@ namespace PreferGlobalUrlSearchParams {
|
|
|
7348
7356
|
export type Options = 'always' | 'never';
|
|
7349
7357
|
|
|
7350
7358
|
export type RuleEntry =
|
|
7359
|
+
| 'off'
|
|
7351
7360
|
| Linter.Severity
|
|
7352
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7353
|
-
| 'off';
|
|
7361
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7354
7362
|
}
|
|
7355
7363
|
|
|
7356
7364
|
/**
|
|
@@ -7384,9 +7392,9 @@ namespace PreferGlobalUrl {
|
|
|
7384
7392
|
export type Options = 'always' | 'never';
|
|
7385
7393
|
|
|
7386
7394
|
export type RuleEntry =
|
|
7395
|
+
| 'off'
|
|
7387
7396
|
| Linter.Severity
|
|
7388
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7389
|
-
| 'off';
|
|
7397
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7390
7398
|
}
|
|
7391
7399
|
|
|
7392
7400
|
/**
|
|
@@ -7421,14 +7429,14 @@ namespace PreferNodeProtocol {
|
|
|
7421
7429
|
* ]
|
|
7422
7430
|
* ```
|
|
7423
7431
|
*/
|
|
7424
|
-
export type Options = {
|
|
7425
|
-
|
|
7426
|
-
}
|
|
7432
|
+
export type Options = Readonly<{
|
|
7433
|
+
version?: string;
|
|
7434
|
+
}>;
|
|
7427
7435
|
|
|
7428
7436
|
export type RuleEntry =
|
|
7437
|
+
| 'off'
|
|
7429
7438
|
| Linter.Severity
|
|
7430
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7431
|
-
| 'off';
|
|
7439
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7432
7440
|
}
|
|
7433
7441
|
|
|
7434
7442
|
/**
|
|
@@ -7586,40 +7594,40 @@ namespace Hashbang {
|
|
|
7586
7594
|
* ]
|
|
7587
7595
|
* ```
|
|
7588
7596
|
*/
|
|
7589
|
-
export type Options = {
|
|
7590
|
-
|
|
7591
|
-
| Record<string, readonly [string, string]
|
|
7597
|
+
export type Options = Readonly<{
|
|
7598
|
+
convertPath?:
|
|
7599
|
+
| Readonly<Record<string, readonly [string, string]>>
|
|
7592
7600
|
| readonly [
|
|
7593
|
-
{
|
|
7601
|
+
Readonly<{
|
|
7594
7602
|
/** @minItems 1 */
|
|
7595
|
-
|
|
7596
|
-
|
|
7603
|
+
include: readonly [string, ...string[]];
|
|
7604
|
+
exclude?: readonly string[];
|
|
7597
7605
|
/**
|
|
7598
7606
|
* @minItems 2
|
|
7599
7607
|
* @maxItems 2
|
|
7600
7608
|
*/
|
|
7601
|
-
|
|
7602
|
-
}
|
|
7603
|
-
...
|
|
7609
|
+
replace: readonly [string, string];
|
|
7610
|
+
}>,
|
|
7611
|
+
...Readonly<{
|
|
7604
7612
|
/** @minItems 1 */
|
|
7605
|
-
|
|
7606
|
-
|
|
7613
|
+
include: readonly [string, ...string[]];
|
|
7614
|
+
exclude?: readonly string[];
|
|
7607
7615
|
/**
|
|
7608
7616
|
* @minItems 2
|
|
7609
7617
|
* @maxItems 2
|
|
7610
7618
|
*/
|
|
7611
|
-
|
|
7612
|
-
}[]
|
|
7619
|
+
replace: readonly [string, string];
|
|
7620
|
+
}>[],
|
|
7613
7621
|
];
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
}
|
|
7622
|
+
ignoreUnpublished?: boolean;
|
|
7623
|
+
additionalExecutables?: readonly string[];
|
|
7624
|
+
executableMap?: Readonly<Record<string, string>>;
|
|
7625
|
+
}>;
|
|
7618
7626
|
|
|
7619
7627
|
export type RuleEntry =
|
|
7628
|
+
| 'off'
|
|
7620
7629
|
| Linter.Severity
|
|
7621
|
-
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]
|
|
7622
|
-
| 'off';
|
|
7630
|
+
| SpreadOptionsIfIsArray<readonly [Linter.StringSeverity, Options]>;
|
|
7623
7631
|
}
|
|
7624
7632
|
|
|
7625
7633
|
/**
|
|
@@ -7804,87 +7812,84 @@ namespace Shebang {
|
|
|
7804
7812
|
export type RuleEntry = 0;
|
|
7805
7813
|
}
|
|
7806
7814
|
|
|
7807
|
-
export type EslintNRules = {
|
|
7808
|
-
|
|
7809
|
-
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
|
|
7826
|
-
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7815
|
+
export type EslintNRules = Readonly<{
|
|
7816
|
+
'n/callback-return': CallbackReturn.RuleEntry;
|
|
7817
|
+
'n/exports-style': ExportsStyle.RuleEntry;
|
|
7818
|
+
'n/file-extension-in-import': FileExtensionInImport.RuleEntry;
|
|
7819
|
+
'n/global-require': GlobalRequire.RuleEntry;
|
|
7820
|
+
'n/handle-callback-err': HandleCallbackErr.RuleEntry;
|
|
7821
|
+
'n/no-callback-literal': NoCallbackLiteral.RuleEntry;
|
|
7822
|
+
'n/no-deprecated-api': NoDeprecatedApi.RuleEntry;
|
|
7823
|
+
'n/no-exports-assign': NoExportsAssign.RuleEntry;
|
|
7824
|
+
'n/no-extraneous-import': NoExtraneousImport.RuleEntry;
|
|
7825
|
+
'n/no-extraneous-require': NoExtraneousRequire.RuleEntry;
|
|
7826
|
+
'n/no-missing-import': NoMissingImport.RuleEntry;
|
|
7827
|
+
'n/no-missing-require': NoMissingRequire.RuleEntry;
|
|
7828
|
+
'n/no-mixed-requires': NoMixedRequires.RuleEntry;
|
|
7829
|
+
'n/no-new-require': NoNewRequire.RuleEntry;
|
|
7830
|
+
'n/no-path-concat': NoPathConcat.RuleEntry;
|
|
7831
|
+
'n/no-process-env': NoProcessEnv.RuleEntry;
|
|
7832
|
+
'n/no-process-exit': NoProcessExit.RuleEntry;
|
|
7833
|
+
'n/no-restricted-import': NoRestrictedImport.RuleEntry;
|
|
7834
|
+
'n/no-restricted-require': NoRestrictedRequire.RuleEntry;
|
|
7835
|
+
'n/no-sync': NoSync.RuleEntry;
|
|
7836
|
+
'n/no-top-level-await': NoTopLevelAwait.RuleEntry;
|
|
7837
|
+
'n/no-unpublished-bin': NoUnpublishedBin.RuleEntry;
|
|
7838
|
+
'n/no-unpublished-import': NoUnpublishedImport.RuleEntry;
|
|
7839
|
+
'n/no-unpublished-require': NoUnpublishedRequire.RuleEntry;
|
|
7840
|
+
'n/no-unsupported-features/es-builtins': NoUnsupportedFeaturesEsBuiltins.RuleEntry;
|
|
7841
|
+
'n/no-unsupported-features/es-syntax': NoUnsupportedFeaturesEsSyntax.RuleEntry;
|
|
7842
|
+
'n/no-unsupported-features/node-builtins': NoUnsupportedFeaturesNodeBuiltins.RuleEntry;
|
|
7843
|
+
'n/prefer-global/buffer': PreferGlobalBuffer.RuleEntry;
|
|
7844
|
+
'n/prefer-global/console': PreferGlobalConsole.RuleEntry;
|
|
7845
|
+
'n/prefer-global/process': PreferGlobalProcess.RuleEntry;
|
|
7846
|
+
'n/prefer-global/text-decoder': PreferGlobalTextDecoder.RuleEntry;
|
|
7847
|
+
'n/prefer-global/text-encoder': PreferGlobalTextEncoder.RuleEntry;
|
|
7848
|
+
'n/prefer-global/url-search-params': PreferGlobalUrlSearchParams.RuleEntry;
|
|
7849
|
+
'n/prefer-global/url': PreferGlobalUrl.RuleEntry;
|
|
7850
|
+
'n/prefer-node-protocol': PreferNodeProtocol.RuleEntry;
|
|
7851
|
+
'n/prefer-promises/dns': PreferPromisesDns.RuleEntry;
|
|
7852
|
+
'n/prefer-promises/fs': PreferPromisesFs.RuleEntry;
|
|
7853
|
+
'n/process-exit-as-throw': ProcessExitAsThrow.RuleEntry;
|
|
7854
|
+
'n/hashbang': Hashbang.RuleEntry;
|
|
7847
7855
|
|
|
7848
7856
|
// deprecated
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
}
|
|
7857
|
+
'n/no-hide-core-modules': NoHideCoreModules.RuleEntry;
|
|
7858
|
+
'n/shebang': Shebang.RuleEntry;
|
|
7859
|
+
}>;
|
|
7852
7860
|
|
|
7853
|
-
export type EslintNRulesOption = {
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
-
|
|
7857
|
-
ExportsStyle.Options1,
|
|
7858
|
-
];
|
|
7859
|
-
readonly 'n/file-extension-in-import': readonly [
|
|
7861
|
+
export type EslintNRulesOption = Readonly<{
|
|
7862
|
+
'n/callback-return': CallbackReturn.Options;
|
|
7863
|
+
'n/exports-style': readonly [ExportsStyle.Options0, ExportsStyle.Options1];
|
|
7864
|
+
'n/file-extension-in-import': readonly [
|
|
7860
7865
|
FileExtensionInImport.Options0,
|
|
7861
7866
|
FileExtensionInImport.Options1,
|
|
7862
7867
|
];
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
|
|
7885
|
-
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
}
|
|
7868
|
+
'n/handle-callback-err': HandleCallbackErr.Options;
|
|
7869
|
+
'n/no-deprecated-api': NoDeprecatedApi.Options;
|
|
7870
|
+
'n/no-extraneous-import': NoExtraneousImport.Options;
|
|
7871
|
+
'n/no-extraneous-require': NoExtraneousRequire.Options;
|
|
7872
|
+
'n/no-missing-import': NoMissingImport.Options;
|
|
7873
|
+
'n/no-missing-require': NoMissingRequire.Options;
|
|
7874
|
+
'n/no-mixed-requires': NoMixedRequires.Options;
|
|
7875
|
+
'n/no-process-env': NoProcessEnv.Options;
|
|
7876
|
+
'n/no-restricted-import': NoRestrictedImport.Options;
|
|
7877
|
+
'n/no-restricted-require': NoRestrictedRequire.Options;
|
|
7878
|
+
'n/no-sync': NoSync.Options;
|
|
7879
|
+
'n/no-top-level-await': NoTopLevelAwait.Options;
|
|
7880
|
+
'n/no-unpublished-bin': NoUnpublishedBin.Options;
|
|
7881
|
+
'n/no-unpublished-import': NoUnpublishedImport.Options;
|
|
7882
|
+
'n/no-unpublished-require': NoUnpublishedRequire.Options;
|
|
7883
|
+
'n/no-unsupported-features/es-builtins': NoUnsupportedFeaturesEsBuiltins.Options;
|
|
7884
|
+
'n/no-unsupported-features/es-syntax': NoUnsupportedFeaturesEsSyntax.Options;
|
|
7885
|
+
'n/no-unsupported-features/node-builtins': NoUnsupportedFeaturesNodeBuiltins.Options;
|
|
7886
|
+
'n/prefer-global/buffer': PreferGlobalBuffer.Options;
|
|
7887
|
+
'n/prefer-global/console': PreferGlobalConsole.Options;
|
|
7888
|
+
'n/prefer-global/process': PreferGlobalProcess.Options;
|
|
7889
|
+
'n/prefer-global/text-decoder': PreferGlobalTextDecoder.Options;
|
|
7890
|
+
'n/prefer-global/text-encoder': PreferGlobalTextEncoder.Options;
|
|
7891
|
+
'n/prefer-global/url-search-params': PreferGlobalUrlSearchParams.Options;
|
|
7892
|
+
'n/prefer-global/url': PreferGlobalUrl.Options;
|
|
7893
|
+
'n/prefer-node-protocol': PreferNodeProtocol.Options;
|
|
7894
|
+
'n/hashbang': Hashbang.Options;
|
|
7895
|
+
}>;
|