We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e5be2 commit 5c80cb0Copy full SHA for 5c80cb0
internal/js/esbuild/options.go
@@ -45,6 +45,7 @@ var (
45
"es2021": api.ES2021,
46
"es2022": api.ES2022,
47
"es2023": api.ES2023,
48
+ "es2024": api.ES2024,
49
}
50
51
// source names: https://github.com/evanw/esbuild/blob/9eca46464ed5615cb36a3beb3f7a7b9a8ffbe7cf/internal/config/config.go#L208
0 commit comments