Skip to content

Commit 43da8b5

Browse files
committed
Remove commandLineParser.ts changes per reviewer feedback
RyanCavanaugh noted this PR is still valid minus commandlineParser.ts. Revert commandLineParser.ts to match upstream main.
1 parent c148a59 commit 43da8b5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ const libEntries: [string, string][] = [
237237
["es2025.iterator", "lib.es2025.iterator.d.ts"],
238238
["es2025.promise", "lib.es2025.promise.d.ts"],
239239
["es2025.regexp", "lib.es2025.regexp.d.ts"],
240-
["es2025.json", "lib.es2025.json.d.ts"],
241240
// Fallback for backward compatibility
242241
["esnext.asynciterable", "lib.es2018.asynciterable.d.ts"],
243242
["esnext.symbol", "lib.es2019.symbol.d.ts"],

0 commit comments

Comments
 (0)