Skip to content

Commit 57b8b0e

Browse files
committed
update ScriptTarget.LatestStandard to ES2025
1 parent 3ff5b2f commit 57b8b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7675,7 +7675,7 @@ export const enum ScriptTarget {
76757675
ESNext = 99,
76767676
JSON = 100,
76777677
Latest = ESNext,
7678-
LatestStandard = ES2024,
7678+
LatestStandard = ES2025,
76797679
}
76807680

76817681
export const enum LanguageVariant {

src/server/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ export const enum ScriptTarget {
33053305
ESNext = "esnext",
33063306
JSON = "json",
33073307
Latest = ESNext,
3308-
LatestStandard = ES2024,
3308+
LatestStandard = ES2025,
33093309
}
33103310

33113311
{

0 commit comments

Comments
 (0)