Skip to content

Commit

Permalink
feat: add es2024 target
Browse files Browse the repository at this point in the history
Supported in `esbuild@0.22.0`
  • Loading branch information
sxzz committed Sep 17, 2024
1 parent c52a4d6 commit 4c8cd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export type EsTarget =
| 'es2021'
| 'es2022'
| 'es2023'
| 'es2024'
| 'esnext'

export type Target =
Expand Down

0 comments on commit 4c8cd7f

Please sign in to comment.