Commit Graph

36604 Commits

Author SHA1 Message Date
Sheetal Nandi 45f24e288f Baselines after merging main 2025-10-01 12:16:44 -07:00
Sheetal Nandi 6baf7671b3 Formatting fix 2025-10-01 11:29:12 -07:00
Sheetal Nandi a9c97f380e Merge branch 'main' into ignoreConfig 2025-10-01 11:24:19 -07:00
Jake Bailey 968d5deb8b Fix incorrect test options (#62515) 2025-10-01 00:17:28 +00:00
Andrew Branch eef6a0cbcf Deprecate baseUrl (#62509) 2025-09-30 14:03:17 -07:00
Hans Brende 31a0ead46d Don't compare "missing" to undefined in compareProperties under exactOptionalPropertyTypes (#61683) 2025-09-30 13:15:38 -07:00
Matt Kantor d4b15eb56d Enhance type argument completions (#62170) 2025-09-30 13:00:20 -07:00
dependabot[bot] 83ff20281e Bump the github-actions group across 1 directory with 2 updates (#62507)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-30 10:33:44 -07:00
Anders Hejlsberg e350126ab9 Port microsoft/typescript-go#1764 (#62510) 2025-09-29 14:47:59 -07:00
Anders Hejlsberg 97610a8a63 Port microsoft/typescript-go#1757 (#62501) 2025-09-29 14:42:29 -07:00
Anders Hejlsberg 1cd5309f7d Port https://github.com/microsoft/typescript-go/pull/1759 (#62502) 2025-09-28 20:55:30 +00:00
Jake Bailey 5f183ad73d Revert PR 61928 (#62423) 2025-09-25 10:22:27 -07:00
Andrew Branch 6f6efb419a Disable conditional exports fallbacks on null values (#62483) 2025-09-25 09:16:51 -07:00
Jake Bailey 96acaa5290 Remove no-default-lib (#62435) 2025-09-24 16:16:14 -07:00
Sheetal Nandi fb5c30a012 Format and lint 2025-09-22 16:02:52 -07:00
Sheetal Nandi 5e5aaa980e Add --ignoreConfig 2025-09-22 15:55:54 -07:00
Ryan Cavanaugh 904e7dd97d Enable noUncheckedSideEffectImports by default (#62443) 2025-09-22 12:06:04 -07:00
Janhvi Chitnis 233f392d67 fix(error message): fixes issue in error message TS1355 (#62465) 2025-09-19 08:47:27 -07:00
Sheetal Nandi e9bcbe6ef7 Fix incorrectly ignored dts file from project reference for resolution (#62438) 2025-09-11 19:14:30 +00:00
Copilot cdfc519b99 Switch libReplacement to false by default (#62391)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-09-10 17:02:03 -07:00
Greggman 3320dfdfcf Add missing Float16Array constructors (#62351) 2025-09-09 11:22:55 -07:00
Mateusz Burzyński 4f94cb2aa4 Fix parenthesizer rules for manually constructed binary expressions with ?? and ||/&& mix (#62311) 2025-09-09 10:06:00 -07:00
Ryan Cavanaugh 3f5c77f1f9 Replace all testcase instances of 'module' with 'namespace' (#62399) 2025-09-08 16:07:45 -07:00
CSIGS@microsoft.com 0f4b3387bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250829194312467 to main (#62357) 2025-09-08 12:49:11 -07:00
dependabot[bot] 0f415c5f80 Bump the github-actions group across 1 directory with 4 updates (#62411)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-09-08 16:23:59 +00:00
Andrew Branch 7956c00166 Deprecate --moduleResolution node10 (#62338) 2025-08-27 13:51:20 -07:00
Andrew Branch 3eb7b6a179 Stop pinging Kat on protocol changes (#62339) 2025-08-26 23:34:39 +00:00
Andrew Branch e635bb97f5 Allow --module bundler --moduleResolution commonjs (#62320) 2025-08-22 14:17:18 -07:00
dependabot[bot] 261630d650 Bump the github-actions group with 2 updates (#62299)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 11:50:03 -07:00
Jake Bailey 73c0bc8bc8 Update deps (#62285) 2025-08-14 12:17:24 -07:00
René e39d5775b6 Update Node.js core modules (#62201) 2025-08-11 13:16:40 -07:00
dependabot[bot] 605d7ee0bd Bump the github-actions group with 2 updates (#62252)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 09:49:31 -07:00
dependabot[bot] 391616532d Bump github/codeql-action from 3.29.1 to 3.29.2 in the github-actions group (#62006)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 09:14:47 -07:00
John Favret e3ef7ff50d added john favret to pr_owners.txt (#62191) 2025-08-04 17:40:57 +00:00
Daniel Rosenwasser c6a1812e0c Bump version to 6.0 (#62162) 2025-07-31 16:21:24 -07:00
Jake Bailey c1f5656041 Restructure CI to prepare for required checks and merge queues (#61978) 2025-07-31 16:04:06 -07:00
Copilot 39c5d01877 Fix private identifier fields generating errors in class expression declarations (#62155)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Co-authored-by: weswigham <2932786+weswigham@users.noreply.github.com>
Co-authored-by: Wesley Wigham <wewigham@microsoft.com>
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2025-07-31 15:51:51 -07:00
Wesley Wigham c3ee238ae7 Add format to update baselines/fix lints task (#62160) 2025-07-31 13:57:52 -07:00
Daniel Rosenwasser be86783155 Give more specific errors for verbatimModuleSyntax (#62113) 2025-07-23 15:38:01 -07:00
CSIGS@microsoft.com 22ef57786f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714192406710 to main (#62068) 2025-07-22 13:23:03 -07:00
Mateusz Burzyński d5a414cd1d Don't use noErrorTruncation when printing types with maximumLength set (#62091) 2025-07-22 08:56:52 -07:00
Jake Bailey f14b5c8a2f Remove unused and confusing dom.iterable.d.ts file (#62037) 2025-07-21 14:30:30 -07:00
Nathan Shively-Sanders 2778e84ed8 Restore AbortSignal.abort (#62086) 2025-07-17 11:27:15 -07:00
CSIGS@microsoft.com 65cb4bd2d5 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710202354753 to main (#62038) 2025-07-10 13:45:15 -07:00
Jake Bailey 9e20e032ef Clear out checker-level stacks on pop (#62016) 2025-07-08 07:54:20 -07:00
Julian Taub 87740bc7fe Fix for Issue 61081 (#61221) 2025-07-07 13:30:01 -07:00
Copilot 833a8d492c Fix Symbol completion priority and cursor positioning (#61945)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
2025-07-02 14:46:24 -07:00
CSIGS@microsoft.com 0018c9ff12 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702194908541 to main (#61992) 2025-07-02 14:35:28 -07:00
Daniel Rosenwasser fe698aef28 Just add a trailing call to visitNode instead of creating a new array when collecting outlining spans (#61987) 2025-07-02 10:18:12 -07:00
Jake Bailey 441655c270 DOM Update 2025-06-18 (#61986) 2025-07-01 18:49:19 -07:00