File tree Expand file tree Collapse file tree 12 files changed +56
-17
lines changed Expand file tree Collapse file tree 12 files changed +56
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-array-fromasync"
3
3
description : " disallow the `Array.fromAsync` method"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-array-fromasync
7
8
> disallow the ` Array.fromAsync ` method
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: [ no-new-in-esnext]
11
11
12
12
This rule reports ES2026 [ ` Array.fromAsync ` method] ( https://github.com/tc39/proposal-array-from-async ) as errors.
@@ -46,6 +46,10 @@ This rule has an option.
46
46
Configure the allowTestedProperty mode for only this rule.
47
47
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
48
48
49
+ ## 🚀 Version
50
+
51
+ This rule was introduced in v8.7.0.
52
+
49
53
## 📚 References
50
54
51
55
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-array-fromasync.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-asyncdisposablestack"
3
3
description : " disallow the `AsyncDisposableStack` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-asyncdisposablestack
7
8
> disallow the ` AsyncDisposableStack ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: [ no-explicit-resource-management] and [ no-new-in-esnext]
11
11
12
12
This rule reports ES2026 [ ` AsyncDisposableStack ` class] ( https://github.com/tc39/proposal-explicit-resource-management ) as errors.
@@ -24,6 +24,10 @@ let asyncdisposablestack = new AsyncDisposableStack()
24
24
25
25
</eslint-playground >
26
26
27
+ ## 🚀 Version
28
+
29
+ This rule was introduced in v8.7.0.
30
+
27
31
## 📚 References
28
32
29
33
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-asyncdisposablestack.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-disposablestack"
3
3
description : " disallow the `DisposableStack` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-disposablestack
7
8
> disallow the ` DisposableStack ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: [ no-explicit-resource-management] and [ no-new-in-esnext]
11
11
12
12
This rule reports ES2026 [ ` DisposableStack ` class] ( https://github.com/tc39/proposal-explicit-resource-management ) as errors.
@@ -24,6 +24,10 @@ let disposablestack = new DisposableStack()
24
24
25
25
</eslint-playground >
26
26
27
+ ## 🚀 Version
28
+
29
+ This rule was introduced in v8.7.0.
30
+
27
31
## 📚 References
28
32
29
33
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-disposablestack.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-error-iserror"
3
3
description : " disallow the `Error.isError` method"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-error-iserror
7
8
> disallow the ` Error.isError ` method
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: [ no-new-in-esnext]
11
11
12
12
This rule reports ES2026 [ ` Error.isError ` method] ( https://github.com/tc39/proposal-is-error ) as errors.
@@ -46,6 +46,10 @@ This rule has an option.
46
46
Configure the allowTestedProperty mode for only this rule.
47
47
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
48
48
49
+ ## 🚀 Version
50
+
51
+ This rule was introduced in v8.7.0.
52
+
49
53
## 📚 References
50
54
51
55
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-error-iserror.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-asyncdisposablestack-properties"
3
3
description : " disallow non-standard static properties on `AsyncDisposableStack` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-asyncdisposablestack-properties
7
8
> disallow non-standard static properties on ` AsyncDisposableStack ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
-
11
10
This rule reports non-standard static properties on ` AsyncDisposableStack ` class as errors.
12
11
13
12
## 💡 Examples
@@ -50,6 +49,10 @@ An array of non-standard property names to allow.
50
49
Configure the allowTestedProperty mode for only this rule.
51
50
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
52
51
52
+ ## 🚀 Version
53
+
54
+ This rule was introduced in v8.7.0.
55
+
53
56
## 📚 References
54
57
55
58
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-asyncdisposablestack-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-asyncdisposablestack-prototype-properties"
3
3
description : " disallow non-standard properties on AsyncDisposableStack instance"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-asyncdisposablestack-prototype-properties
7
8
> disallow non-standard properties on AsyncDisposableStack instance
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
-
11
10
This rule reports non-standard properties on AsyncDisposableStack instance as errors.
12
11
13
12
## 💡 Examples
@@ -51,6 +50,10 @@ An array of non-standard property names to allow.
51
50
Configure the allowTestedProperty mode for only this rule.
52
51
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
53
52
53
+ ## 🚀 Version
54
+
55
+ This rule was introduced in v8.7.0.
56
+
54
57
## 📚 References
55
58
56
59
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-asyncdisposablestack-prototype-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-disposablestack-properties"
3
3
description : " disallow non-standard static properties on `DisposableStack` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-disposablestack-properties
7
8
> disallow non-standard static properties on ` DisposableStack ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
-
11
10
This rule reports non-standard static properties on ` DisposableStack ` class as errors.
12
11
13
12
## 💡 Examples
@@ -50,6 +49,10 @@ An array of non-standard property names to allow.
50
49
Configure the allowTestedProperty mode for only this rule.
51
50
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
52
51
52
+ ## 🚀 Version
53
+
54
+ This rule was introduced in v8.7.0.
55
+
53
56
## 📚 References
54
57
55
58
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-disposablestack-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-disposablestack-prototype-properties"
3
3
description : " disallow non-standard properties on DisposableStack instance"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-disposablestack-prototype-properties
7
8
> disallow non-standard properties on DisposableStack instance
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
-
11
10
This rule reports non-standard properties on DisposableStack instance as errors.
12
11
13
12
## 💡 Examples
@@ -51,6 +50,10 @@ An array of non-standard property names to allow.
51
50
Configure the allowTestedProperty mode for only this rule.
52
51
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
53
52
53
+ ## 🚀 Version
54
+
55
+ This rule was introduced in v8.7.0.
56
+
54
57
## 📚 References
55
58
56
59
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-disposablestack-prototype-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-nonstandard-error-properties"
3
3
description : " disallow non-standard static properties on `Error` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-nonstandard-error-properties
7
8
> disallow non-standard static properties on ` Error ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
-
11
10
This rule reports non-standard static properties on ` Error ` class as errors.
12
11
13
12
## 💡 Examples
@@ -50,6 +49,10 @@ An array of non-standard property names to allow.
50
49
Configure the allowTestedProperty mode for only this rule.
51
50
This is prior to the ` settings['es-x'].allowTestedProperty ` setting.
52
51
52
+ ## 🚀 Version
53
+
54
+ This rule was introduced in v8.7.0.
55
+
53
56
## 📚 References
54
57
55
58
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-nonstandard-error-properties.js )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " es-x/no-suppressederror"
3
3
description : " disallow the `SuppressedError` class"
4
+ since : " v8.7.0"
4
5
---
5
6
6
7
# es-x/no-suppressederror
7
8
> disallow the ` SuppressedError ` class
8
9
9
- - ❗ <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
10
10
- ✅ The following configurations enable this rule: [ no-explicit-resource-management] and [ no-new-in-esnext]
11
11
12
12
This rule reports ES2026 [ ` SuppressedError ` class] ( https://github.com/tc39/proposal-explicit-resource-management ) as errors.
@@ -24,6 +24,10 @@ let suppressederror = new SuppressedError()
24
24
25
25
</eslint-playground >
26
26
27
+ ## 🚀 Version
28
+
29
+ This rule was introduced in v8.7.0.
30
+
27
31
## 📚 References
28
32
29
33
- [ Rule source] ( https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-suppressederror.js )
You can’t perform that action at this time.
0 commit comments