mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix library inclusions for ES2024 target (#60622)
This commit is contained in:
@@ -147,8 +147,8 @@ export const inverseJsxOptionMap: Map<string, string> = new Map(mapIterator(jsxO
|
||||
// augmented in another lib.
|
||||
// NOTE: We must reevaluate the target for upcoming features when each successive TC39 edition is ratified in
|
||||
// June of each year. This includes changes to `LanguageFeatureMinimumTarget`, `ScriptTarget`,
|
||||
// `ScriptTargetFeatures` transformers/esnext.ts, compiler/commandLineParser.ts and the contents of each
|
||||
// lib/esnext.*.d.ts file.
|
||||
// `ScriptTargetFeatures` transformers/esnext.ts, compiler/commandLineParser.ts,
|
||||
// compiler/utilitiesPublic.ts, and the contents of each lib/esnext.*.d.ts file.
|
||||
const libEntries: [string, string][] = [
|
||||
// JavaScript only
|
||||
["es5", "lib.es5.d.ts"],
|
||||
|
||||
Reference in New Issue
Block a user