Commit Graph
956 Commits
Author SHA1 Message Date
Roman AandGitHub dfb7488978 Fix capitalisation for checkJs (#61795) 2025-06-29 09:24:21 -07:00
Andrew BranchandGitHub cb38d99d08 Add --module node20 (#61805) 2025-06-09 14:20:00 -07:00
RenéandGitHub 652ed7fea0 Add lib.esnext.sharedmemory (#61646) 2025-06-06 13:33:13 -07:00
ffd98c1773 feat: add Error.isError() to ESNext lib (#60788)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-06-06 12:16:35 -07:00
Ryan CavanaughandGitHub cd341998a9 tsc --init update (#61813) 2025-06-06 12:03:28 -07:00
Sebastian "Sebbie" SilbermannandGitHub 0a1aa6d6eb Deemphasize old JSX transform (#61586) 2025-04-17 11:02:55 -07:00
Jake BaileyandGitHub 220706eb03 Add new option "libReplacement" (#60829) 2025-01-23 17:34:52 -08:00
2c865e461e --erasableSyntaxOnly (#61011)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-01-23 15:56:35 -08:00
Kenta MoriuchiandGitHub 1c4083f4ed Add ESNext float16 features and fix TypedArrays of BigInt types (#60151) 2025-01-21 22:04:14 -05:00
Andrew BranchandGitHub f69580f821 Add --module node18 (#60722) 2024-12-13 10:16:23 -08:00
Billy JanitschandGitHub 6f75783184 Fix library inclusions for ES2024 target (#60622) 2024-12-03 17:19:58 -05:00
Dirk LuijkandGitHub 60dd512a83 fix(60223): add Promise.try() to ESNext lib (#60232) 2024-11-05 17:14:02 -08:00
Andrew BranchandGitHub b8e4ed8aeb Fix --showConfig to show transitively implied options that vary from the default config (#60240) 2024-10-16 11:14:44 -07:00
Andrew BranchandGitHub bd3d70058c Rewrite relative import extensions with flag (#59767) 2024-09-27 12:27:16 -07:00
9d98874739 Introduce ES2024 target and fix some types (#58573)
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com>
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-09-27 14:58:17 -04:00
Sheetal NandiandGitHub 02b07a1788 Dont open composite projects to determine if script info is part of project (#59688) 2024-09-18 10:35:22 -07:00
52eaa7b02f Enable --isolatedDeclarations on TS codebase (#59635)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-09-15 18:10:52 -07:00
Sheetal NandiandGitHub 31afb988d1 Updates to --build parsing on command line (#59874) 2024-09-06 12:52:55 -07:00
Sheetal NandiandGitHub d514dab3f6 Fix the incorrect copy over for watchOptions and fix order of watches for referenced projects (#59871) 2024-09-05 13:30:08 -07:00
Daniel RosenwasserandGitHub e6f3bafddf Optimize path mapping lookups (#59048) 2024-08-29 09:17:24 -07:00
Sheetal NandiandGitHub d06fb82d7c Add option --stopBuildOnErrors to tsbuild to get previous behavior of not building downstream projects if upstream has errors (#59433) 2024-08-16 19:02:42 -07:00
Dimitri MitropoulosandGitHub 20f26a481b allow generateTrace in tsconfig and compiler API (#59636) 2024-08-15 09:26:41 -07:00
Jake BaileyandGitHub 195203e971 Add regex eslint plugin, fix lints (#59371) 2024-08-13 14:16:53 -07:00
Jake BaileyandGitHub 574ae44fd4 Bring back exported defaultInitCompilerOptions (#59436) 2024-07-26 14:24:32 -07:00
Jake BaileyandGitHub 85d6bb6fe6 Add new option "noUncheckedSideEffectImports" (#58941) 2024-07-19 17:35:02 -07:00
307ff6c397 add types for iterator helpers proposal (#58222)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-07-19 16:46:03 -04:00
Ron BucktonandGitHub 6f530cc4ce Add TReturn/TNext to Iterable et al (#58243) 2024-07-19 13:14:00 -04:00
Sheetal NandiandGitHub afa03f0948 Allow declarationMap to be emitted when transpiling declarations and option is enabled (#59337) 2024-07-17 17:07:17 -07:00
972e9a70c6 Added affectsSourceFile to importHelpers and jsxImportSource (#59195)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
2024-07-10 14:18:45 -07:00
752135eb40 Remove unused exports & dead code (using Knip) (#56817)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-06-27 14:24:01 -07:00
Daniel RosenwasserandGitHub 4935e14901 Use more explicit operations in core helpers (and other nits) (#58873) 2024-06-18 16:00:00 -07:00
Sheetal NandiandGitHub e834989ebd Allow --noCheck to be commandLine option (#58839) 2024-06-14 11:40:32 -07:00
Wesley WighamandGitHub bbfc1aa281 Enable JS emit for noCheck and noCheck for transpileModule (#58364) 2024-05-30 13:38:37 -07:00
Jake BaileyandGitHub 16beff101a Use explicit extensions for imports within src (#58421) 2024-05-06 17:07:54 -07:00
Sheetal NandiandGitHub 7a38980a7e Validate the options passed in are numbers instead of strings for our custom commandline options (#58388) 2024-05-01 14:51:36 -07:00
Wesley WighamandGitHub f76727d17a Add noCheck API option (#57934) 2024-04-26 13:21:15 -07:00
Sheetal NandiandGitHub c92bd16ac0 Exclude outDir and declarationDir even if they come from extended config (#58335) 2024-04-26 13:14:40 -07:00
e62418e868 Isolated declarations errors (#58201)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-04-19 15:37:15 -07:00
3480321b38 Add types for String#isWellFormed and String#toWellFormed (#58010)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2024-04-19 13:52:23 -07:00
Jake BaileyandGitHub 17e420daf6 Use built-in no-restricted-syntax to ban null instead of plugin, ban null type too (#58095) 2024-04-18 09:06:32 -07:00
Sheetal NandiandGitHub cbae6cf9f4 Add template variable ${configDir} for substitution of config files directory path (#58042) 2024-04-16 16:25:07 -07:00
Gabriela Araujo BrittoandGitHub 551a600e84 Add es2023 target (#58140) 2024-04-11 18:42:41 -07:00
Jake BaileyandGitHub e72605925d Update deps and fix new lints (#57870) 2024-03-21 09:24:23 -07:00
3282ff28e6 add Array.fromAsync to esnext (#57748)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2024-03-19 10:43:02 -07:00
Joshua ChenandGitHub a9460c8c93 Add lib declaration for RegExp#unicodeSets (#57111) 2024-03-18 15:02:07 -07:00
Gabriela Araujo BrittoandGitHub b009837298 Revert "Allow (non-assert) type predicates to narrow by discriminant" (#57750) 2024-03-15 11:59:09 -07:00
Ron BucktonandGitHub 193d3ccef7 Track minimum language version for various language features (#57670) 2024-03-11 17:13:29 -04:00
Jake BaileyandGitHub 3a0869fd97 Update typescript dep to v5.4.2, other dependencies (#57664) 2024-03-06 12:29:01 -08:00
RenéandGitHub 877d9d316d Intl.NumberFormat: Add latest options, fix previous library discrepancies (#56902) 2024-03-01 09:40:44 -08:00
26df0cb23e Remove 5.5 deprecated compiler options (#57527)
Co-authored-by: Andrew Branch <andrew@wheream.io>
2024-02-28 14:35:39 -08:00