Commit Graph

  • 7f7a30ee59 Address PR feedback: remove NEW labels and switch to baseline testing copilot-swe-agent[bot] 2025-07-25 18:22:20 +00:00
  • 2920760406 Initial plan copilot-swe-agent[bot] 2025-07-25 18:16:06 +00:00
  • 16955325a0 Apply formatting copilot-swe-agent[bot] 2025-07-25 18:11:09 +00:00
  • 963e16736e Implement switch/case completion prioritization copilot-swe-agent[bot] 2025-07-25 17:56:40 +00:00
  • d1d0418faf Initial plan copilot-swe-agent[bot] 2025-07-25 17:27:18 +00:00
  • f163c167b7 Clean up unused imports and apply formatting copilot-swe-agent[bot] 2025-07-25 14:25:20 +00:00
  • 486c12af19 Fix isolated declarations to not flag function expressions in call arguments copilot-swe-agent[bot] 2025-07-25 14:21:45 +00:00
  • 655637f611 Add test case for isolated declarations function expression issue copilot-swe-agent[bot] 2025-07-25 14:08:19 +00:00
  • 8df2f7c170 Initial plan copilot-swe-agent[bot] 2025-07-25 13:54:01 +00:00
  • 9aa3c8fa44 Fix lint issues and finalize implementation copilot/fix-62121 copilot-swe-agent[bot] 2025-07-24 17:01:12 +00:00
  • dadd7418ed Implement Symbol-based disposability checking copilot-swe-agent[bot] 2025-07-24 16:45:54 +00:00
  • 6ff8065d1c Initial plan copilot-swe-agent[bot] 2025-07-24 16:29:49 +00:00
  • ad825f2bee Bump version to 5.9.1-rc and LKG v5.9-rc TypeScript Bot 2025-07-23 23:42:42 +00:00
  • 463a5bf92c Update LKG TypeScript Bot 2025-07-23 23:01:28 +00:00
  • 086e664947 Merge remote-tracking branch 'origin/main' into release-5.9 TypeScript Bot 2025-07-23 23:00:58 +00:00
  • be86783155 Give more specific errors for verbatimModuleSyntax (#62113) Daniel Rosenwasser 2025-07-23 15:38:01 -07:00
  • f820fc887f Fix EvolvingArray crash in discriminant property narrowing copilot/fix-23572 copilot-swe-agent[bot] 2025-07-23 21:50:39 +00:00
  • 7f0a0e542b Apply formatting fixes copilot-swe-agent[bot] 2025-07-23 21:10:06 +00:00
  • 5d94666678 Implement fix for exhaustiveness checking on non-union types copilot-swe-agent[bot] 2025-07-23 21:04:58 +00:00
  • 8d3be0e510 Initial plan copilot-swe-agent[bot] 2025-07-23 20:42:25 +00:00
  • 22ef57786f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714192406710 to main (#62068) CSIGS@microsoft.com 2025-07-22 13:23:03 -07:00
  • d5a414cd1d Don't use noErrorTruncation when printing types with maximumLength set (#62091) Mateusz Burzyński 2025-07-22 17:56:52 +02:00
  • dd265074c6 Fix excess property checking when accessing last tuple element in destructuring copilot/fix-41548 copilot-swe-agent[bot] 2025-07-21 22:16:09 +00:00
  • 1f1fe0c217 Revert catastrophically bad fix and investigate root cause of last tuple element issue copilot-swe-agent[bot] 2025-07-21 22:08:22 +00:00
  • 2d1cf66c34 Make conservative fix for specific array destructuring position copilot-swe-agent[bot] 2025-07-21 21:46:11 +00:00
  • f14b5c8a2f Remove unused and confusing dom.iterable.d.ts file (#62037) Jake Bailey 2025-07-21 14:30:30 -07:00
  • c2434b6ea3 Fix line endings after formatting copilot-swe-agent[bot] 2025-07-21 21:19:24 +00:00
  • a8310444c5 Fix excess property checking in problematic array destructuring positions copilot-swe-agent[bot] 2025-07-21 21:14:13 +00:00
  • 0552254d27 Revert previous fix and analyze root cause of differential destructuring behavior copilot-swe-agent[bot] 2025-07-21 21:06:50 +00:00
  • a7a4a5c2ed Add test case for excess property checking fix in destructuring contexts copilot-swe-agent[bot] 2025-07-21 20:26:39 +00:00
  • 14850044d4 Fix excess property checking in array destructuring contexts copilot-swe-agent[bot] 2025-07-21 20:19:02 +00:00
  • 5d148fdce6 Initial plan copilot-swe-agent[bot] 2025-07-21 19:49:45 +00:00
  • 2778e84ed8 Restore AbortSignal.abort (#62086) Nathan Shively-Sanders 2025-07-17 11:27:15 -07:00
  • 610f0de5ea Fix test failures by correctly including AwaitExpression in left-hand side expression check copilot/fix-62072 copilot-swe-agent[bot] 2025-07-15 18:55:24 +00:00
  • 89ff1601ce Apply formatting changes copilot-swe-agent[bot] 2025-07-15 16:56:40 +00:00
  • 27234b3da0 Fix isLeftHandSideExpression to handle AwaitExpression correctly copilot-swe-agent[bot] 2025-07-15 16:55:15 +00:00
  • dd2d1c5e6b Was actually needed copilot/fix-46709 Ryan Cavanaugh 2025-07-15 09:48:09 -07:00
  • 74504dd87c Initial plan copilot-swe-agent[bot] 2025-07-15 16:39:44 +00:00
  • ba8ae71998 Move this check and remove unnecessary symmetry Ryan Cavanaugh 2025-07-15 09:20:17 -07:00
  • 5754edce4b Final fix verification and code formatting copilot-swe-agent[bot] 2025-07-15 04:04:34 +00:00
  • c3df353a8d Implement fix for this type comparison false positive copilot-swe-agent[bot] 2025-07-15 03:59:49 +00:00
  • 6355df5d95 Initial exploration and test case creation copilot-swe-agent[bot] 2025-07-15 03:53:44 +00:00
  • 58449bba93 Initial plan copilot-swe-agent[bot] 2025-07-15 03:47:34 +00:00
  • 407266629b Apply formatting changes copilot/fix-62029 copilot-swe-agent[bot] 2025-07-15 03:37:46 +00:00
  • 6eb7cb85fa Fix debug assertion failure in move to file refactor for symbols exported separately copilot-swe-agent[bot] 2025-07-14 19:54:40 +00:00
  • ed650548ec Fix debug assertion failure in move to file refactor for symbols exported separately copilot-swe-agent[bot] 2025-07-14 19:33:19 +00:00
  • dbfbc0e5d9 Revert code changes and create test case that triggers original assertion copilot-swe-agent[bot] 2025-07-14 19:20:42 +00:00
  • be81535036 Final formatting and test validation copilot-swe-agent[bot] 2025-07-14 18:47:47 +00:00
  • 05666fc9fb Fix move to file refactor issue with React components copilot-swe-agent[bot] 2025-07-14 18:31:31 +00:00
  • 917e69c247 Initial commit: Analyzing move to file refactor issue with React components copilot-swe-agent[bot] 2025-07-14 18:25:34 +00:00
  • 7dd3d82509 Initial plan copilot-swe-agent[bot] 2025-07-14 18:18:14 +00:00
  • 6a6b5225c6 Apply code formatting copilot/fix-62056 copilot-swe-agent[bot] 2025-07-14 17:15:07 +00:00
  • 6f002ef7f9 Fix: Exclude generator functions from convert-to-class suggestions copilot-swe-agent[bot] 2025-07-14 17:13:53 +00:00
  • 277ae43411 Initial plan copilot-swe-agent[bot] 2025-07-14 17:05:02 +00:00
  • 95b6f6cb6d Add test baseline for --showConfig with no input files copilot/fix-48443 copilot-swe-agent[bot] 2025-07-11 17:48:00 +00:00
  • eb35630899 Refactor --showConfig to write output then issue diagnostics copilot-swe-agent[bot] 2025-07-11 17:12:05 +00:00
  • f1c7d72244 Apply formatting and finalize fix for --showConfig copilot-swe-agent[bot] 2025-07-11 16:57:42 +00:00
  • d4fb9b4068 Fix --showConfig to work when no input files are found copilot-swe-agent[bot] 2025-07-11 16:40:35 +00:00
  • 442649aa4e Initial plan copilot-swe-agent[bot] 2025-07-11 16:29:27 +00:00
  • 65cb4bd2d5 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710202354753 to main (#62038) CSIGS@microsoft.com 2025-07-10 13:45:15 -07:00
  • 6b7aabbf1d Fix enum constant declaration generation in namespaces copilot/fix-61944 copilot-swe-agent[bot] 2025-07-10 00:10:03 +00:00
  • 245f32013b Merge branch 'main' into copilot/fix-61944 Ryan Cavanaugh 2025-07-09 16:44:21 -07:00
  • 999fdc858a Fix JSDoc @import crashes in getCompletionEntryDetails copilot/fix-62027 copilot-swe-agent[bot] 2025-07-09 16:27:57 +00:00
  • 5fc84dfaa3 Initial plan copilot-swe-agent[bot] 2025-07-09 16:11:38 +00:00
  • bb731fac27 Updated for https://dev.azure.com/typescript/cf7ac146-d525-443c-b23c-0d58337efebc/_build?definitionId=72 by using baselines generated in https://dev.azure.com/typescript/cf7ac146-d525-443c-b23c-0d58337efebc/_build/results?buildId=165657 users/merlinbot/1es-pt-auto-baselining-pr microsoft-github-policy-service[bot] 2025-07-08 16:44:37 +00:00
  • 9e20e032ef Clear out checker-level stacks on pop (#62016) Jake Bailey 2025-07-08 07:54:20 -07:00
  • 87740bc7fe Fix for Issue 61081 (#61221) Julian Taub 2025-07-07 16:30:01 -04:00
  • 894046694b Apply formatting to es2023.intl.d.ts copilot/fix-61960 copilot-swe-agent[bot] 2025-07-07 19:10:58 +00:00
  • 5de28dbf4d Add approximatelySign to NumberFormatPartTypeRegistry for ES2023 copilot-swe-agent[bot] 2025-07-07 19:09:35 +00:00
  • dc0ec584e3 Revert all LCL file changes as requested copilot/fix-61971 copilot-swe-agent[bot] 2025-07-07 19:03:44 +00:00
  • 64a51e8e28 Initial plan copilot-swe-agent[bot] 2025-07-07 19:03:18 +00:00
  • e01d5c6e51 Fix diagnostic code 69010 typo to 6910 copilot-swe-agent[bot] 2025-07-07 16:53:31 +00:00
  • 8955d5b187 Initial plan copilot-swe-agent[bot] 2025-07-07 16:42:05 +00:00
  • 833a8d492c Fix Symbol completion priority and cursor positioning (#61945) Copilot 2025-07-02 14:46:24 -07:00
  • 0018c9ff12 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702194908541 to main (#61992) CSIGS@microsoft.com 2025-07-02 14:35:28 -07:00
  • fe698aef28 Just add a trailing call to visitNode instead of creating a new array when collecting outlining spans (#61987) Daniel Rosenwasser 2025-07-02 10:18:12 -07:00
  • ae9e5da45e Bump version to 5.9.0-beta and LKG v5.9-beta TypeScript Bot 2025-07-02 02:04:33 +00:00
  • 441655c270 DOM Update 2025-06-18 (#61986) oUnnecessaryIntermediateArrayForOutliningSpans Jake Bailey 2025-07-01 18:49:19 -07:00
  • 8518a8764e fix Intl.Segments#containing return value type (#61236) Kenta Moriuchi 2025-07-02 09:10:50 +09:00
  • 6d684e34e4 Restore repo dispatch for twoslash-repros workflow (#60682) Jake Bailey 2025-07-01 09:33:39 -07:00
  • 3ba257ffac fix: diagnostic message for class name 'Object' when targeting different ECMAScript versions (#61850) Idan Goshen 2025-07-01 01:46:33 +03:00
  • 666ef27201 Fix Copilot instructions to emphasize mandatory lint, test, and format steps (#61950) Copilot 2025-06-30 15:22:28 -07:00
  • e58dde511c perf: improve regexp performance by using non-capturing groups (#58551) Anthony Fu 2025-07-01 07:12:49 +09:00
  • 5fd65f3189 Bump the github-actions group across 1 directory with 3 updates (#61804) dependabot[bot] 2025-06-30 14:53:13 -07:00
  • 1ea1809e16 Properly disallow yield in bodyless arrows (#61976) Mateusz Burzyński 2025-06-30 23:52:49 +02:00
  • b70d4d7e4b Revert change to type print in an error message (#61977) Mateusz Burzyński 2025-06-30 23:30:04 +02:00
  • 91cdbd518c Fixed nullish coalesce operator's precedence (#61372) Mateusz Burzyński 2025-06-30 22:49:03 +02:00
  • 58665cf3ae Don't return tags when returning quick info for JSDoc nodes (#59816) Mateusz Burzyński 2025-06-30 22:20:08 +02:00
  • c35b14335a Keep accessors as accessors in emitted anonymous class declarations (#60853) Mateusz Burzyński 2025-06-30 22:19:53 +02:00
  • 3267e426e3 Handle silentNeverType in iteration-related functions (#61317) Mateusz Burzyński 2025-06-30 21:52:51 +02:00
  • 5519be3ae1 Fixed crash when getting a definition for a class member with a computed name and an override modifier (#60631) Mateusz Burzyński 2025-06-30 21:48:39 +02:00
  • 2ea2ecfdc1 Fixed crash in hasVisibleDeclarations related to binding elements (#61352) Mateusz Burzyński 2025-06-30 20:57:47 +02:00
  • c33f83ac9b Fixed a printer crash caused by empty parameter modifiers (#60537) Mateusz Burzyński 2025-06-30 20:14:10 +02:00
  • b46556e7b7 Fixed JSDoc display on JsxNamespacedName attributes (#61825) Mateusz Burzyński 2025-06-30 20:07:48 +02:00
  • 88b3bea6df Fix typo in nightly yaml (#61906) Duncan Steele 2025-06-30 18:42:59 +01:00
  • 8665f920c9 Fixed crash on ComputedPropertyName when computing interactive inlay hints (#61857) Mateusz Burzyński 2025-06-30 19:28:27 +02:00
  • 36f7fbaded Improve release publisher pipeline (#61551) Jake Bailey 2025-06-30 10:26:51 -07:00
  • d297037a83 Fixed crash on ConstructSignature when computing interactive inlay hints (#61973) Mateusz Burzyński 2025-06-30 19:21:50 +02:00
  • dfb7488978 Fix capitalisation for checkJs (#61795) Roman A 2025-06-29 17:24:21 +01:00
  • d6eb3d0484 Skip incremental verification for alternate result test resolutionChange Sheetal Nandi 2025-06-27 10:32:27 -07:00