Skip to content

Commit

Permalink
All items in es-x
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Feb 23, 2024
1 parent 41ec4a8 commit f840ef4
Showing 1 changed file with 171 additions and 162 deletions.
333 changes: 171 additions & 162 deletions lib/rules/no-unsupported-features/es-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,168 +44,177 @@
"no-template-literals": { "supported": ">=4.0.0" },
"no-trailing-function-commas": { "supported": ">=8.0.0" },
"no-unicode-codepoint-escapes": { "supported": ">=4.0.0" },
"no-accessor-properties": { "supported": ">=0.10.0" },

"no-accessor-properties": { "supported": null },
"no-arbitrary-module-namespace-names": { "supported": null },
"no-array-from": { "supported": null },
"no-array-isarray": { "supported": null },
"no-array-of": { "supported": null },
"no-array-prototype-copywithin": { "supported": null },
"no-array-prototype-entries": { "supported": null },
"no-array-prototype-every": { "supported": null },
"no-array-prototype-fill": { "supported": null },
"no-array-prototype-filter": { "supported": null },
"no-array-prototype-findindex": { "supported": null },
"no-array-prototype-find": { "supported": null },
"no-array-prototype-findlast-findlastindex": { "supported": null },
"no-array-prototype-flat": { "supported": null },
"no-array-prototype-foreach": { "supported": null },
"no-array-prototype-includes": { "supported": null },
"no-array-prototype-indexof": { "supported": null },
"no-array-prototype-keys": { "supported": null },
"no-array-prototype-lastindexof": { "supported": null },
"no-array-prototype-map": { "supported": null },
"no-array-prototype-reduce": { "supported": null },
"no-array-prototype-reduceright": { "supported": null },
"no-array-prototype-some": { "supported": null },
"no-array-prototype-toreversed": { "supported": null },
"no-array-prototype-tosorted": { "supported": null },
"no-array-prototype-tospliced": { "supported": null },
"no-array-prototype-values": { "supported": null },
"no-array-prototype-with": { "supported": null },
"no-array-string-prototype-at": { "supported": null },
"no-atomics": { "supported": null },
"no-atomics-waitasync": { "supported": null },
"no-class-fields": { "supported": null },
"no-class-static-block": { "supported": null },
"no-date-now": { "supported": null },
"no-date-prototype-getyear-setyear": { "supported": null },
"no-date-prototype-togmtstring": { "supported": null },
"no-error-cause": { "supported": null },
"no-escape-unescape": { "supported": null },
"no-export-ns-from": { "supported": null },
"no-function-declarations-in-if-statement-clauses-without-block": {
"supported": null
"no-array-from": { "supported": ">=4.0.0" },
// "no-array-fromasync": { "supported": null },
"no-array-isarray": { "supported": ">=0.10.0" },
"no-array-of": { "supported": ">=4.0.0" },
"no-array-prototype-copywithin": { "supported": ">=4.0.0" },
"no-array-prototype-entries": { "supported": ">=0.12.0" },
"no-array-prototype-every": { "supported": ">=0.10.0" },
"no-array-prototype-fill": { "supported": ">=4.0.0" },
"no-array-prototype-filter": { "supported": ">=0.10.0" },
"no-array-prototype-findindex": { "supported": ">=4.0.0" },
"no-array-prototype-find": { "supported": ">=4.0.0" },
"no-array-prototype-findlast-findlastindex": { "supported": ">=18.0.0" },
"no-array-prototype-flat": { "supported": ">=11.0.0" },
// "no-array-prototype-flatmap": { "supported": ">=11.0.0" },
"no-array-prototype-foreach": { "supported": ">=0.10.0" },
"no-array-prototype-includes": { "supported": ">=6.0.0" },
"no-array-prototype-indexof": { "supported": ">=0.10.0" },
"no-array-prototype-keys": { "supported": ">=0.12.0" },
"no-array-prototype-lastindexof": { "supported": ">=0.10.0" },
"no-array-prototype-map": { "supported": ">=0.10.0" },
"no-array-prototype-reduce": { "supported": ">=0.10.0" },
"no-array-prototype-reduceright": { "supported": ">=0.10.0" },
"no-array-prototype-some": { "supported": ">=0.10.0" },
"no-array-prototype-toreversed": { "supported": ">=20.0.0" },
"no-array-prototype-tosorted": { "supported": ">=20.0.0" },
"no-array-prototype-tospliced": { "supported": ">=20.0.0" },
"no-array-prototype-values": { "supported": ">=10.9.0" },
"no-array-prototype-with": { "supported": ">=20.0.0" },
"no-array-string-prototype-at": { "supported": ">=16.6.0" },
"no-atomics": { "supported": ">=8.10.0" },
"no-atomics-waitasync": { "supported": ">=16.0.0" },
"no-class-fields": { "supported": ">=12.0.0" },
"no-class-static-block": { "supported": ">=16.11.0" },
"no-date-now": { "supported": ">=0.10.0" },
"no-error-cause": { "supported": ">=16.9.0" },
"no-export-ns-from": { "supported": ">=13.2.0" },
"no-function-prototype-bind": { "supported": ">=0.10.0" },
"no-global-this": { "supported": ">=12.0.0" },
"no-hashbang": { "supported": ">=12.0.0" },
"no-import-meta": { "supported": ">=10.4.0" },
"no-intl-datetimeformat-prototype-formatrange": { "supported": ">=12.9.0" },
"no-intl-datetimeformat-prototype-formattoparts": {
"supported": ">=12.9.0"
},
"no-function-prototype-bind": { "supported": null },
"no-global-this": { "supported": null },
"no-hashbang": { "supported": null },
"no-import-meta": { "supported": null },
"no-initializers-in-for-in": { "supported": null },
"no-intl-datetimeformat-prototype-formatrange": { "supported": null },
"no-intl-datetimeformat-prototype-formattoparts": { "supported": null },
"no-intl-displaynames": { "supported": null },
"no-intl-getcanonicallocales": { "supported": null },
"no-intl-listformat": { "supported": null },
"no-intl-locale": { "supported": null },
"no-intl-numberformat-prototype-formatrange": { "supported": null },
"no-intl-numberformat-prototype-formatrangetoparts": { "supported": null },
"no-intl-numberformat-prototype-formattoparts": { "supported": null },
"no-intl-pluralrules": { "supported": null },
"no-intl-pluralrules-prototype-selectrange": { "supported": null },
"no-intl-relativetimeformat": { "supported": null },
"no-intl-segmenter": { "supported": null },
"no-intl-supportedvaluesof": { "supported": null },
"no-json": { "supported": null },
"no-keyword-properties": { "supported": null },
"no-labelled-function-declarations": { "supported": null },
"no-legacy-object-prototype-accessor-methods": { "supported": null },
"no-map": { "supported": null },
"no-math-acosh": { "supported": null },
"no-math-asinh": { "supported": null },
"no-math-atanh": { "supported": null },
"no-math-cbrt": { "supported": null },
"no-math-clz32": { "supported": null },
"no-math-cosh": { "supported": null },
"no-math-expm1": { "supported": null },
"no-math-fround": { "supported": null },
"no-math-hypot": { "supported": null },
"no-math-imul": { "supported": null },
"no-math-log10": { "supported": null },
"no-math-log1p": { "supported": null },
"no-math-log2": { "supported": null },
"no-math-sign": { "supported": null },
"no-math-sinh": { "supported": null },
"no-math-tanh": { "supported": null },
"no-math-trunc": { "supported": null },
"no-number-epsilon": { "supported": null },
"no-number-isfinite": { "supported": null },
"no-number-isinteger": { "supported": null },
"no-number-isnan": { "supported": null },
"no-number-issafeinteger": { "supported": null },
"no-number-maxsafeinteger": { "supported": null },
"no-number-minsafeinteger": { "supported": null },
"no-number-parsefloat": { "supported": null },
"no-number-parseint": { "supported": null },
"no-object-assign": { "supported": null },
"no-object-create": { "supported": null },
"no-object-defineproperties": { "supported": null },
"no-object-defineproperty": { "supported": null },
"no-object-entries": { "supported": null },
"no-object-freeze": { "supported": null },
"no-object-fromentries": { "supported": null },
"no-object-getownpropertydescriptor": { "supported": null },
"no-object-getownpropertydescriptors": { "supported": null },
"no-object-getownpropertynames": { "supported": null },
"no-object-getownpropertysymbols": { "supported": null },
"no-object-getprototypeof": { "supported": null },
"no-object-hasown": { "supported": null },
"no-object-isextensible": { "supported": null },
"no-object-isfrozen": { "supported": null },
"no-object-is": { "supported": null },
"no-object-issealed": { "supported": null },
"no-object-keys": { "supported": null },
"no-object-map-groupby": { "supported": null },
"no-object-preventextensions": { "supported": null },
"no-object-seal": { "supported": null },
"no-object-setprototypeof": { "supported": null },
"no-object-values": { "supported": null },
"no-private-in": { "supported": null },
"no-promise-all-settled": { "supported": null },
"no-promise-any": { "supported": null },
"no-promise": { "supported": null },
"no-promise-prototype-finally": { "supported": null },
"no-promise-withresolvers": { "supported": null },
"no-proxy": { "supported": null },
"no-reflect": { "supported": null },
"no-regexp-d-flag": { "supported": null },
"no-regexp-prototype-compile": { "supported": null },
"no-regexp-prototype-flags": { "supported": null },
"no-regexp-unicode-property-escapes-2019": { "supported": null },
"no-regexp-unicode-property-escapes-2020": { "supported": null },
"no-regexp-unicode-property-escapes-2021": { "supported": null },
"no-regexp-unicode-property-escapes-2022": { "supported": null },
"no-regexp-unicode-property-escapes-2023": { "supported": null },
"no-regexp-d-flag": { "supported": null },
"no-regexp-v-flag": { "supported": null },
"no-resizable-and-growable-arraybuffers": { "supported": null },
"no-set": { "supported": null },
"no-shadow-catch-param": { "supported": null },
"no-shared-array-buffer": { "supported": null },
"no-string-create-html-methods": { "supported": null },
"no-string-fromcodepoint": { "supported": null },
"no-string-prototype-codepointat": { "supported": null },
"no-string-prototype-endswith": { "supported": null },
"no-string-prototype-includes": { "supported": null },
"no-string-prototype-iswellformed-towellformed": { "supported": null },
"no-string-prototype-matchall": { "supported": null },
"no-string-prototype-normalize": { "supported": null },
"no-string-prototype-padstart-padend": { "supported": null },
"no-string-prototype-repeat": { "supported": null },
"no-string-prototype-replaceall": { "supported": null },
"no-string-prototype-startswith": { "supported": null },
"no-string-prototype-substr": { "supported": null },
"no-string-prototype-trim": { "supported": null },
"no-string-prototype-trimleft-trimright": { "supported": null },
"no-string-prototype-trimstart-trimend": { "supported": null },
"no-string-raw": { "supported": null },
"no-subclassing-builtins": { "supported": null },
"no-symbol": { "supported": null },
"no-symbol-prototype-description": { "supported": null },
"no-top-level-await": { "supported": null },
"no-trailing-commas": { "supported": null },
"no-typed-arrays": { "supported": null },
"no-weak-map": { "supported": null },
"no-weakrefs": { "supported": null },
"no-weak-set": { "supported": null }
"no-intl-displaynames": { "supported": ">=14.0.0" },
"no-intl-getcanonicallocales": { "supported": ">=7.0.0" },
"no-intl-listformat": { "supported": ">=12.0.0" },
"no-intl-locale": { "supported": ">=12.0.0" },
"no-intl-numberformat-prototype-formatrange": { "supported": ">=19.0.0" },
"no-intl-numberformat-prototype-formatrangetoparts": {
"supported": ">=19.0.0"
},
"no-intl-numberformat-prototype-formattoparts": { "supported": ">=10.0.0" },
"no-intl-pluralrules": { "supported": ">=10.0.0" },
"no-intl-pluralrules-prototype-selectrange": { "supported": ">=19.0.0" },
"no-intl-relativetimeformat": { "supported": ">=12.0.0" },
"no-intl-segmenter": { "supported": ">=16.0.0" },
"no-intl-supportedvaluesof": { "supported": ">=18.0.0" },
"no-json": { "supported": ">=0.10.0" },
"no-map": { "supported": ">=0.12.0" },
"no-math-acosh": { "supported": ">=0.12.0" },
"no-math-asinh": { "supported": ">=0.12.0" },
"no-math-atanh": { "supported": ">=0.12.0" },
"no-math-cbrt": { "supported": ">=0.12.0" },
"no-math-clz32": { "supported": ">=0.12.0" },
"no-math-cosh": { "supported": ">=0.12.0" },
"no-math-expm1": { "supported": ">=0.12.0" },
"no-math-fround": { "supported": ">=0.12.0" },
"no-math-hypot": { "supported": ">=0.12.0" },
"no-math-imul": { "supported": ">=0.12.0" },
"no-math-log10": { "supported": ">=0.12.0" },
"no-math-log1p": { "supported": ">=0.12.0" },
"no-math-log2": { "supported": ">=0.12.0" },
"no-math-sign": { "supported": ">=0.12.0" },
"no-math-sinh": { "supported": ">=0.12.0" },
"no-math-tanh": { "supported": ">=0.12.0" },
"no-math-trunc": { "supported": ">=0.12.0" },
"no-number-epsilon": { "supported": ">=0.12.0" },
"no-number-isfinite": { "supported": ">=0.10.0" },
"no-number-isinteger": { "supported": ">=0.10.0" },
"no-number-isnan": { "supported": ">=0.10.0" },
"no-number-issafeinteger": { "supported": ">=0.12.0" },
"no-number-maxsafeinteger": { "supported": ">=0.12.0" },
"no-number-minsafeinteger": { "supported": ">=0.12.0" },
"no-number-parsefloat": { "supported": ">=0.12.0" },
"no-number-parseint": { "supported": ">=0.12.0" },
"no-object-assign": { "supported": ">=4.0.0" },
"no-object-create": { "supported": ">=0.10.0" },
"no-object-defineproperties": { "supported": ">=0.10.0" },
"no-object-defineproperty": { "supported": ">=0.10.0" },
"no-object-entries": { "supported": ">=7.0.0" },
"no-object-freeze": { "supported": ">=0.10.0" },
"no-object-fromentries": { "supported": ">=12.0.0" },
"no-object-getownpropertydescriptor": { "supported": ">=0.10.0" },
"no-object-getownpropertydescriptors": { "supported": ">=7.0.0" },
"no-object-getownpropertynames": { "supported": ">=0.10.0" },
"no-object-getownpropertysymbols": { "supported": ">=0.12.0" },
"no-object-getprototypeof": { "supported": ">=0.10.0" },
"no-object-hasown": { "supported": ">=16.9.0" },
"no-object-isextensible": { "supported": ">=0.10.0" },
"no-object-isfrozen": { "supported": ">=0.10.0" },
"no-object-is": { "supported": ">=0.10.0" },
"no-object-issealed": { "supported": ">=0.10.0" },
"no-object-keys": { "supported": ">=0.10.0" },
"no-object-map-groupby": { "supported": ">=21.0.0" },
"no-object-preventextensions": { "supported": ">=0.10.0" },
"no-object-seal": { "supported": ">=0.10.0" },
"no-object-setprototypeof": { "supported": ">=0.12.0" },
"no-object-values": { "supported": ">=7.0.0" },
"no-promise-all-settled": { "supported": ">=12.9.0" },
"no-promise-any": { "supported": ">=15.0.0" },
"no-promise": { "supported": ">=0.12.0" },
"no-promise-prototype-finally": { "supported": ">=10.0.0" },
"no-promise-withresolvers": { "supported": null }, // not supported
"no-proxy": { "supported": ">=6.0.0" },
"no-reflect": { "supported": ">=6.0.0" },
"no-regexp-prototype-compile": { "supported": ">=0.10.0" },
"no-regexp-prototype-flags": { "supported": ">=6.0.0" },
"no-regexp-d-flag": { "supported": ">=16.0.0" },
"no-regexp-v-flag": { "supported": ">=20.0.0" },
"no-resizable-and-growable-arraybuffers": { "supported": ">=20.0.0" },
"no-set": { "supported": ">=0.12.0" },
"no-shared-array-buffer": { "supported": ">=8.10.0" },
"no-string-fromcodepoint": { "supported": ">=4.0.0" },
"no-string-prototype-codepointat": { "supported": ">=4.0.0" },
"no-string-prototype-endswith": { "supported": ">=4.0.0" },
"no-string-prototype-includes": { "supported": ">=4.0.0" },
"no-string-prototype-iswellformed-towellformed": {
"supported": ">=20.0.0"
},
"no-string-prototype-matchall": { "supported": ">=12.0.0" },
"no-string-prototype-normalize": { "supported": ">=0.12.0" },
"no-string-prototype-padstart-padend": { "supported": ">=8.0.0" },
"no-string-prototype-repeat": { "supported": ">=4.0.0" },
"no-string-prototype-replaceall": { "supported": ">=15.0.0" },
"no-string-prototype-startswith": { "supported": ">=4.0.0" },
"no-string-prototype-substr": { "supported": ">=0.10.0" },
"no-string-prototype-trim": { "supported": ">=0.10.0" },
"no-string-prototype-trimleft-trimright": { "supported": ">=0.10.0" },
"no-string-prototype-trimstart-trimend": { "supported": ">=10.0.0" },
"no-string-raw": { "supported": ">=4.0.0" },
"no-symbol": { "supported": ">=0.12.0" },
"no-symbol-prototype-description": { "supported": ">=11.0.0" },
"no-top-level-await": { "supported": ">=14.8.0" },
"no-typed-arrays": { "supported": ">=0.10.0" },
"no-weak-map": { "supported": ">=0.12.0" },
"no-weakrefs": { "supported": ">=14.6.0" },
"no-weak-set": { "supported": ">=0.12.0" }

// -- Deprecated
// "no-date-prototype-getyear-setyear": { "supported": ">=0.10.0" },
// "no-date-prototype-togmtstring": { "supported": ">=0.10.0" },
// "no-escape-unescape": { "supported": ">=0.10.0" },
// "no-legacy-object-prototype-accessor-methods": { "supported": null },
// "no-string-create-html-methods": { "supported": null },

// -- Hard to find
// "no-arbitrary-module-namespace-names": { "supported": null },
// "no-function-declarations-in-if-statement-clauses-without-block": { "supported": null },
// "no-initializers-in-for-in": { "supported": null },
// "no-keyword-properties": { "supported": null },
// "no-labelled-function-declarations": { "supported": null },
// "no-private-in": { "supported": null }, // no-new-in-es2022
// "no-regexp-unicode-property-escapes-2019": { "supported": null },
// "no-regexp-unicode-property-escapes-2020": { "supported": null },
// "no-regexp-unicode-property-escapes-2021": { "supported": null },
// "no-regexp-unicode-property-escapes-2022": { "supported": null },
// "no-regexp-unicode-property-escapes-2023": { "supported": null },
// "no-shadow-catch-param": { "supported": null },
// "no-subclassing-builtins": { "supported": null }, // no-new-in-es2015
// "no-trailing-commas": { "supported": null }, // no-new-in-es5
}

0 comments on commit f840ef4

Please sign in to comment.