Skip to content

Commit

Permalink
fix: remove invalid es-builtins (#258)
Browse files Browse the repository at this point in the history
feat: node builtins

Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>
  • Loading branch information
aladdin-add and scagood committed Apr 30, 2024
1 parent 9466731 commit ecdf019
Showing 1 changed file with 0 additions and 197 deletions.
197 changes: 0 additions & 197 deletions lib/rules/no-unsupported-features/es-builtins.js
Expand Up @@ -419,203 +419,6 @@ const traceMap = {
unescape: {
[READ]: { supported: ["0.10.0"] },
},

// General APIs
AbortController: {
[READ]: { supported: ["15.0.0"] },
},
AbortSignal: {
[READ]: { supported: ["15.0.0"] },
abort: { [READ]: { supported: ["15.12.0"] } },
any: { [READ]: { supported: ["20.3.0"] } },
timeout: { [READ]: { supported: ["17.3.0"] } },
},
Blob: {
[READ]: { supported: ["18.0.0"] },
},
BroadcastChannel: {
[READ]: { supported: ["15.4.0"] },
},
ByteLengthQueuingStrategy: {
[READ]: { supported: ["18.0.0"] },
},
CompressionStream: {
[READ]: { supported: ["18.0.0"] },
},
CountQueuingStrategy: {
[READ]: { supported: ["18.0.0"] },
},
Crypto: {
[READ]: { supported: ["19.0.0"] },
},
CryptoKey: {
[READ]: { supported: ["15.0.0"] },
},
CustomEvent: {
[READ]: { supported: ["19.0.0"] },
},
DOMException: {
[READ]: { supported: ["17.0.0"] },
},
DecompressionStream: {
[READ]: { supported: ["18.0.0"] },
},
Event: {
[READ]: { supported: ["14.5.0"] },
},
EventTarget: {
[READ]: { supported: ["14.5.0"] },
},
FormData: {
[READ]: { supported: ["18.0.0"] },
},
Headers: {
[READ]: { supported: ["18.0.0"] },
},
MessageChannel: {
[READ]: { supported: ["15.0.0"] },
},
MessageEvent: {
[READ]: { supported: ["15.0.0"] },
},
MessagePort: {
[READ]: { supported: ["14.7.0"] },
},
Performance: {
[READ]: { supported: ["8.5.0"] },
},
PerformanceEntry: {
[READ]: { supported: ["8.5.0"] },
},
PerformanceMark: {
[READ]: { supported: ["8.5.0"] },
},
PerformanceMeasure: {
[READ]: { supported: ["8.5.0"] },
},
PerformanceObserver: {
[READ]: { supported: ["8.5.0"] },
supportedEntryTypes: { [READ]: { supported: ["8.5.0"] } },
},
PerformanceObserverEntryList: {
[READ]: { supported: ["8.5.0"] },
},
ReadableByteStreamController: {
[READ]: { supported: ["18.0.0"] },
},
ReadableStream: {
[READ]: { supported: ["18.0.0"] },
from: { [READ]: { supported: ["20.6.0"] } },
},
ReadableStreamBYOBReader: {
[READ]: { supported: ["18.0.0"] },
},
ReadableStreamBYOBRequest: {
[READ]: { supported: ["18.0.0"] },
},
ReadableStreamDefaultController: {
[READ]: { supported: ["18.0.0"] },
},
ReadableStreamDefaultReader: {
[READ]: { supported: ["18.0.0"] },
},
Request: {
[READ]: { supported: ["18.0.0"] },
},
Response: {
[READ]: { supported: ["18.0.0"] },
},
SubtleCrypto: {
[READ]: { supported: ["15.0.0"] },
},
TextDecoder: {
[READ]: { supported: ["11.0.0"] },
},
TextDecoderStream: {
[READ]: { supported: ["18.0.0"] },
},
TextEncoder: {
[READ]: { supported: ["11.0.0"] },
},
TextEncoderStream: {
[READ]: { supported: ["18.0.0"] },
},
TransformStream: {
[READ]: { supported: ["18.0.0"] },
},
TransformStreamDefaultController: {
[READ]: { supported: ["16.5.0"] },
},
URL: {
[READ]: { supported: ["10.0.0"] },
canParse: { [READ]: { supported: ["19.9.0"] } },
createObjectURL: { [READ]: { supported: ["16.7.0"] } },
revokeObjectURL: { [READ]: { supported: ["16.7.0"] } },
},
URLSearchParams: {
[READ]: { supported: ["10.0.0"] },
},
Worker: {
[READ]: { supported: ["12.17.0"] },
},
WritableStream: {
[READ]: { supported: ["18.0.0"] },
},
WritableStreamDefaultController: {
[READ]: { supported: ["18.0.0"] },
},
WritableStreamDefaultWriter: {
[READ]: { supported: ["18.0.0"] },
},
atob: {
[READ]: { supported: ["16.0.0"] },
},
btoa: {
[READ]: { supported: ["16.0.0"] },
},
clearInterval: {
[READ]: { supported: ["0.10.0"] },
},
clearTimeout: {
[READ]: { supported: ["0.10.0"] },
},
console: {
[READ]: { supported: ["0.10.0"] },
assert: { [READ]: { supported: ["10.0.0"] } },
clear: { [READ]: { supported: ["8.3.0"] } },
countReset: { [READ]: { supported: ["8.3.0"] } },
count: { [READ]: { supported: ["8.3.0"] } },
debug: { [READ]: { supported: ["8.0.0"] } },
dir: { [READ]: { supported: ["0.10.0"] } },
dirxml: { [READ]: { supported: ["9.3.0"] } },
error: { [READ]: { supported: ["0.10.0"] } },
groupCollapsed: { [READ]: { supported: ["8.5.0"] } },
groupEnd: { [READ]: { supported: ["8.5.0"] } },
group: { [READ]: { supported: ["8.5.0"] } },
info: { [READ]: { supported: ["0.10.0"] } },
log: { [READ]: { supported: ["0.10.0"] } },
table: { [READ]: { supported: ["10.0.0"] } },
timeEnd: { [READ]: { supported: ["0.10.0"] } },
timeLog: { [READ]: { supported: ["10.7.0"] } },
time: { [READ]: { supported: ["0.10.0"] } },
trace: { [READ]: { supported: ["0.10.0"] } },
warn: { [READ]: { supported: ["0.10.0"] } },
},
fetch: {
[READ]: { supported: ["18.0.0"] },
},
queueMicrotask: {
[READ]: { supported: ["11.0.0"] },
},
setInterval: {
[READ]: { supported: ["0.10.0"] },
},
setTimeout: {
[READ]: { supported: ["0.10.0"] },
},
structuredClone: {
[READ]: { supported: ["17.0.0"] },
},
},
modules: {},
}
Expand Down

0 comments on commit ecdf019

Please sign in to comment.