Skip to content

Commit f1ffb89

Browse files
committed
fix/es2024-target
1 parent 76264f7 commit f1ffb89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/parser-typescript-config/src/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@
557557
"ES2020",
558558
"ES2021",
559559
"ES2022",
560+
"ES2024",
560561
"ESNext"
561562
]
562563
},
@@ -868,6 +869,10 @@
868869
{
869870
"pattern": "^[Ee][Ss]2022(\\.([Aa][Rr][Rr][Aa][Yy]|[Ee][Rr][Rr][Oo][Rr]|[Ii][Nn][Tt][Ll]|[Oo][Bb][Jj][Ee][Cc][Tt]|[Ss][Tt][Rr][Ii][Nn][Gg]))?$"
870871
},
872+
{
873+
"pattern": "^[Ee][Ss]2024(\\.[A-Za-z]+)?$"
874+
},
875+
871876
{
872877
"pattern": "^[Ee][Ss][Nn][Ee][Xx][Tt](\\.([Aa][Rr][Rr][Aa][Yy]|[Aa][Ss][Yy][Nn][Cc][Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee]|[Bb][Ii][Gg][Ii][Nn][Tt]|[Ii][Nn][Tt][Ll]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ss][Yy][Mm][Bb][Oo][Ll]|[Ww][Ee][Aa][Kk][Rr][Ee][Ff]))?$"
873878
},

0 commit comments

Comments
 (0)