Skip to content

Commit ecdf019

Browse files
aladdin-addscagood
andauthored
fix: remove invalid es-builtins (#258)
feat: node builtins Co-authored-by: Sebastian Good <[email protected]>
1 parent 9466731 commit ecdf019

File tree

1 file changed

+0
-197
lines changed

1 file changed

+0
-197
lines changed

Diff for: lib/rules/no-unsupported-features/es-builtins.js

-197
Original file line numberDiff line numberDiff line change
@@ -419,203 +419,6 @@ const traceMap = {
419419
unescape: {
420420
[READ]: { supported: ["0.10.0"] },
421421
},
422-
423-
// General APIs
424-
AbortController: {
425-
[READ]: { supported: ["15.0.0"] },
426-
},
427-
AbortSignal: {
428-
[READ]: { supported: ["15.0.0"] },
429-
abort: { [READ]: { supported: ["15.12.0"] } },
430-
any: { [READ]: { supported: ["20.3.0"] } },
431-
timeout: { [READ]: { supported: ["17.3.0"] } },
432-
},
433-
Blob: {
434-
[READ]: { supported: ["18.0.0"] },
435-
},
436-
BroadcastChannel: {
437-
[READ]: { supported: ["15.4.0"] },
438-
},
439-
ByteLengthQueuingStrategy: {
440-
[READ]: { supported: ["18.0.0"] },
441-
},
442-
CompressionStream: {
443-
[READ]: { supported: ["18.0.0"] },
444-
},
445-
CountQueuingStrategy: {
446-
[READ]: { supported: ["18.0.0"] },
447-
},
448-
Crypto: {
449-
[READ]: { supported: ["19.0.0"] },
450-
},
451-
CryptoKey: {
452-
[READ]: { supported: ["15.0.0"] },
453-
},
454-
CustomEvent: {
455-
[READ]: { supported: ["19.0.0"] },
456-
},
457-
DOMException: {
458-
[READ]: { supported: ["17.0.0"] },
459-
},
460-
DecompressionStream: {
461-
[READ]: { supported: ["18.0.0"] },
462-
},
463-
Event: {
464-
[READ]: { supported: ["14.5.0"] },
465-
},
466-
EventTarget: {
467-
[READ]: { supported: ["14.5.0"] },
468-
},
469-
FormData: {
470-
[READ]: { supported: ["18.0.0"] },
471-
},
472-
Headers: {
473-
[READ]: { supported: ["18.0.0"] },
474-
},
475-
MessageChannel: {
476-
[READ]: { supported: ["15.0.0"] },
477-
},
478-
MessageEvent: {
479-
[READ]: { supported: ["15.0.0"] },
480-
},
481-
MessagePort: {
482-
[READ]: { supported: ["14.7.0"] },
483-
},
484-
Performance: {
485-
[READ]: { supported: ["8.5.0"] },
486-
},
487-
PerformanceEntry: {
488-
[READ]: { supported: ["8.5.0"] },
489-
},
490-
PerformanceMark: {
491-
[READ]: { supported: ["8.5.0"] },
492-
},
493-
PerformanceMeasure: {
494-
[READ]: { supported: ["8.5.0"] },
495-
},
496-
PerformanceObserver: {
497-
[READ]: { supported: ["8.5.0"] },
498-
supportedEntryTypes: { [READ]: { supported: ["8.5.0"] } },
499-
},
500-
PerformanceObserverEntryList: {
501-
[READ]: { supported: ["8.5.0"] },
502-
},
503-
ReadableByteStreamController: {
504-
[READ]: { supported: ["18.0.0"] },
505-
},
506-
ReadableStream: {
507-
[READ]: { supported: ["18.0.0"] },
508-
from: { [READ]: { supported: ["20.6.0"] } },
509-
},
510-
ReadableStreamBYOBReader: {
511-
[READ]: { supported: ["18.0.0"] },
512-
},
513-
ReadableStreamBYOBRequest: {
514-
[READ]: { supported: ["18.0.0"] },
515-
},
516-
ReadableStreamDefaultController: {
517-
[READ]: { supported: ["18.0.0"] },
518-
},
519-
ReadableStreamDefaultReader: {
520-
[READ]: { supported: ["18.0.0"] },
521-
},
522-
Request: {
523-
[READ]: { supported: ["18.0.0"] },
524-
},
525-
Response: {
526-
[READ]: { supported: ["18.0.0"] },
527-
},
528-
SubtleCrypto: {
529-
[READ]: { supported: ["15.0.0"] },
530-
},
531-
TextDecoder: {
532-
[READ]: { supported: ["11.0.0"] },
533-
},
534-
TextDecoderStream: {
535-
[READ]: { supported: ["18.0.0"] },
536-
},
537-
TextEncoder: {
538-
[READ]: { supported: ["11.0.0"] },
539-
},
540-
TextEncoderStream: {
541-
[READ]: { supported: ["18.0.0"] },
542-
},
543-
TransformStream: {
544-
[READ]: { supported: ["18.0.0"] },
545-
},
546-
TransformStreamDefaultController: {
547-
[READ]: { supported: ["16.5.0"] },
548-
},
549-
URL: {
550-
[READ]: { supported: ["10.0.0"] },
551-
canParse: { [READ]: { supported: ["19.9.0"] } },
552-
createObjectURL: { [READ]: { supported: ["16.7.0"] } },
553-
revokeObjectURL: { [READ]: { supported: ["16.7.0"] } },
554-
},
555-
URLSearchParams: {
556-
[READ]: { supported: ["10.0.0"] },
557-
},
558-
Worker: {
559-
[READ]: { supported: ["12.17.0"] },
560-
},
561-
WritableStream: {
562-
[READ]: { supported: ["18.0.0"] },
563-
},
564-
WritableStreamDefaultController: {
565-
[READ]: { supported: ["18.0.0"] },
566-
},
567-
WritableStreamDefaultWriter: {
568-
[READ]: { supported: ["18.0.0"] },
569-
},
570-
atob: {
571-
[READ]: { supported: ["16.0.0"] },
572-
},
573-
btoa: {
574-
[READ]: { supported: ["16.0.0"] },
575-
},
576-
clearInterval: {
577-
[READ]: { supported: ["0.10.0"] },
578-
},
579-
clearTimeout: {
580-
[READ]: { supported: ["0.10.0"] },
581-
},
582-
console: {
583-
[READ]: { supported: ["0.10.0"] },
584-
assert: { [READ]: { supported: ["10.0.0"] } },
585-
clear: { [READ]: { supported: ["8.3.0"] } },
586-
countReset: { [READ]: { supported: ["8.3.0"] } },
587-
count: { [READ]: { supported: ["8.3.0"] } },
588-
debug: { [READ]: { supported: ["8.0.0"] } },
589-
dir: { [READ]: { supported: ["0.10.0"] } },
590-
dirxml: { [READ]: { supported: ["9.3.0"] } },
591-
error: { [READ]: { supported: ["0.10.0"] } },
592-
groupCollapsed: { [READ]: { supported: ["8.5.0"] } },
593-
groupEnd: { [READ]: { supported: ["8.5.0"] } },
594-
group: { [READ]: { supported: ["8.5.0"] } },
595-
info: { [READ]: { supported: ["0.10.0"] } },
596-
log: { [READ]: { supported: ["0.10.0"] } },
597-
table: { [READ]: { supported: ["10.0.0"] } },
598-
timeEnd: { [READ]: { supported: ["0.10.0"] } },
599-
timeLog: { [READ]: { supported: ["10.7.0"] } },
600-
time: { [READ]: { supported: ["0.10.0"] } },
601-
trace: { [READ]: { supported: ["0.10.0"] } },
602-
warn: { [READ]: { supported: ["0.10.0"] } },
603-
},
604-
fetch: {
605-
[READ]: { supported: ["18.0.0"] },
606-
},
607-
queueMicrotask: {
608-
[READ]: { supported: ["11.0.0"] },
609-
},
610-
setInterval: {
611-
[READ]: { supported: ["0.10.0"] },
612-
},
613-
setTimeout: {
614-
[READ]: { supported: ["0.10.0"] },
615-
},
616-
structuredClone: {
617-
[READ]: { supported: ["17.0.0"] },
618-
},
619422
},
620423
modules: {},
621424
}

0 commit comments

Comments
 (0)