You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[es-x/no-regexp-unicode-property-escapes-2023](./no-regexp-unicode-property-escapes-2023.md)| disallow the new values of RegExp Unicode property escape sequences in ES2023. ||
Copy file name to clipboardExpand all lines: docs/rules/no-regexp-unicode-property-escapes-2022.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ since: "v6.0.0"
11
11
12
12
This rule reports the new values of ES2018 [RegExp Unicode property escape sequences](https://github.com/tc39/proposal-regexp-unicode-property-escapes#readme) which were added in ES2022.
13
13
14
-
For example, the following patterns are valid in ES2022, but syntax error in ES2020 environments:
14
+
For example, the following patterns are valid in ES2022, but syntax error in ES2021 environments:
description: "disallow the new values of RegExp Unicode property escape sequences in ES2023"
4
+
---
5
+
6
+
# es-x/no-regexp-unicode-property-escapes-2023
7
+
> disallow the new values of RegExp Unicode property escape sequences in ES2023
8
+
9
+
- ❗ <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
10
+
- ✅ The following configurations enable this rule: `plugin:es-x/no-new-in-esnext`
11
+
12
+
This rule reports the new values of ES2018 [RegExp Unicode property escape sequences](https://github.com/tc39/proposal-regexp-unicode-property-escapes#readme) which were added in ES2023.
13
+
14
+
For example, the following patterns are valid in ES2023, but syntax error in ES2022 environments:
0 commit comments