Commit Graph

  • c6fd738f88 Accept new baselines Anders Hejlsberg 2023-12-03 09:26:23 -08:00
  • 4c5b6d12d6 Include TypeFlags.Index in TypeFlags.Simplifiable Anders Hejlsberg 2023-12-03 09:25:37 -08:00
  • 5866644c7c Defer keyof (T & U) for generic T and/or U Anders Hejlsberg 2023-12-03 09:24:53 -08:00
  • 670815f768 Update package-lock.json TypeScript Bot 2023-12-02 06:14:47 +00:00
  • 63717cf44a Bump version to 5.3.3 and LKG v5.3.3 TypeScript Bot 2023-12-02 01:27:59 +00:00
  • 4c2afa7f7b 🤖 Pick PR #56627 (Transpile jsdoc parsing mode) into release-5.3 (#56629) TypeScript Bot 2023-12-01 17:17:27 -08:00
  • 8a6ad459d5 ParseNone -> ParseAll (#56639) Daniel Rosenwasser 2023-12-01 17:17:02 -08:00
  • 3500c92a78 feat(56600): JSDoc @callback doesn't support this parameters via @this (#56610) Oleksandr T 2023-12-02 01:48:36 +02:00
  • 99d243579d fix(42220): Missing 'used before declaration' for class expression used in own computed property name (#56514) Oleksandr T 2023-12-02 01:26:22 +02:00
  • 8da01f3583 Check callback parameters bivariantly if they result from instantiation (#56218) Anders Hejlsberg 2023-12-01 10:38:04 -08:00
  • 5bc6617738 Transpile jsdoc parsing mode (#56627) Sheetal Nandi 2023-11-30 17:21:41 -08:00
  • 6edfef8c0d Fixed an issue with reverse mapped types inference when single type variable is left after inferring from matching types (#55941) Mateusz Burzyński 2023-11-30 23:57:52 +01:00
  • 30f3ce7b51 Do not suggest lib.dom.d.ts (#56617) Mitar 2023-11-30 14:57:08 -08:00
  • fd74874733 String#matchAll should return iterable of RegExpExecArray (fixes #36788) (#55565) Nil Admirari 2023-11-30 21:51:08 +00:00
  • 8d1fa440dd Defer processing of nested generic calls that return constructor types (#54813) Mateusz Burzyński 2023-11-30 20:24:04 +01:00
  • eb2046d046 Reverse mapped types with intersection constraint (#55811) Andrea Simone Costa 2023-11-30 20:21:28 +01:00
  • 2c4cbd98fa Defer index types on remapping mapped types (#55140) Mateusz Burzyński 2023-11-30 17:21:05 +01:00
  • 3258d75169 Reduce intersections of constrained type variables and primitive types (#56515) Anders Hejlsberg 2023-11-30 07:04:09 -08:00
  • f834133fe2 Correctly resolve declared type for late bound property symbols of function expressions (#55357) Mateusz Burzyński 2023-11-30 16:02:48 +01:00
  • 0a87761521 Prefer non-partial signature match in non-generic case (#55447) Mateusz Burzyński 2023-11-30 15:49:40 +01:00
  • 7216ee0bb8 Update package-lock.json TypeScript Bot 2023-11-30 06:15:13 +00:00
  • ba3d2b02b2 🤖 Pick PR #56434 (Fix support for intersections in te...) into release-5.3 (#56491) TypeScript Bot 2023-11-29 16:23:03 -08:00
  • afffad43f4 Allow non-generic return types to be read from single generic call signatures (#54477) Mateusz Burzyński 2023-11-30 00:40:43 +01:00
  • 0e610182d8 Avoid pulling object function property augmentations when resolving intersections' properties (#54753) Mateusz Burzyński 2023-11-30 00:37:13 +01:00
  • 24166a4ed8 Report more "No overload matches this call" errors on call target nodes (#54447) Mateusz Burzyński 2023-11-30 00:23:09 +01:00
  • e9737b893c Report arity errors on call target nodes (#54443) Mateusz Burzyński 2023-11-30 00:06:42 +01:00
  • 68b9b07264 Consistently check assignability to template literal placeholders (#56598) Anders Hejlsberg 2023-11-29 14:51:39 -08:00
  • e5513254a3 Fixed symbol lookup for binding expando properties in blocks (#56552) Mateusz Burzyński 2023-11-29 22:06:34 +01:00
  • 697025d0c0 Add inlay hints for IndexSignature (#56580) Pranav Senthilnathan 2023-11-29 10:51:32 -08:00
  • f97c3fd377 Consistently allow Locale objects in locale list params (#52996) lionel-rowe 2023-11-29 17:21:49 +00:00
  • aef29e400e Add types for Promise.withResolvers() (#56593) Linus Groh 2023-11-29 16:55:55 +00:00
  • 2869579b2c Update package-lock.json TypeScript Bot 2023-11-29 06:19:21 +00:00
  • 4eae150282 fix(50303): Using @linkcode in combination with private methods causes TS1003 in JavaScript files. (#56338) Oleksandr T 2023-11-29 01:07:31 +02:00
  • c250aed310 fix inlay hints for template literal type (#56309) Zzzen 2023-11-29 05:34:33 +08:00
  • e98ae5a5c4 Fix baselines (#56577) Sheetal Nandi 2023-11-28 13:24:06 -08:00
  • 1c11e452a7 Fixed dependent variables narrowing when they are declared using nested binding patterns (#56306) Mateusz Burzyński 2023-11-28 20:10:22 +01:00
  • b6121e400c Replace disk path operations to use fileNames instead of path (#56476) Sheetal Nandi 2023-11-27 22:21:29 -08:00
  • c32ad95b96 Update package-lock.json TypeScript Bot 2023-11-28 06:15:29 +00:00
  • 2f2d2f2bb9 Inlay hints for ThisType nodes (#56564) Maria José Solano 2023-11-27 16:57:01 -08:00
  • 921259ee02 fix(56567): import type from = require('foo') fails to parse (#56568) Oleksandr T 2023-11-28 01:22:27 +02:00
  • 1797837351 Handle package json watch life time (#56488) Sheetal Nandi 2023-11-27 14:50:22 -08:00
  • 6e65f973f6 Print watch map with same casing as was added with (#56566) Sheetal Nandi 2023-11-27 14:01:53 -08:00
  • c474123b47 Fixed const reverse mapped types themselves to be treated as const (#55794) Mateusz Burzyński 2023-11-27 21:57:57 +01:00
  • 2d4cacdf39 Bump the github-actions group with 1 update (#56553) dependabot[bot] 2023-11-27 10:48:26 -08:00
  • b334e073d5 Bump TS devDep to 5.3, hack dtsBundler to remove new comments (#56554) Jake Bailey 2023-11-27 09:26:24 -08:00
  • 59f1aa775c Rewrite nested option parsing Andrew Branch 2023-11-22 16:18:30 -08:00
  • dc42c72b95 Revert "Fix showConfig" Andrew Branch 2023-11-22 11:55:00 -08:00
  • 864f641d19 Start implementing suboptions a different way Andrew Branch 2023-11-22 11:53:54 -08:00
  • 19e60f1a19 Fix showConfig Andrew Branch 2023-11-22 11:21:13 -08:00
  • f3808c416d 🤖 Pick PR #56504 (Fixed an issue in boolean compariso...) into release-5.3 (#56512) TypeScript Bot 2023-11-22 11:10:25 -08:00
  • d4fbc9b57d Fixed an issue in boolean comparison narrowing when the reference is an optional chain (#56504) Mateusz Burzyński 2023-11-22 20:01:10 +01:00
  • 6f9d34985d Fix typo in cherry-pick job (#56511) Jake Bailey 2023-11-22 10:57:20 -08:00
  • 8caae9394d Fix cherry-pick job for unmerged PRs (#56510) Jake Bailey 2023-11-22 10:53:52 -08:00
  • dcbfb0c75e Fix repository_dispatch syntax (#56499) Jake Bailey 2023-11-22 10:26:22 -08:00
  • cfd05d7a2a Remove open-cherry-pick-pr.mjs (#56498) Jake Bailey 2023-11-22 10:25:30 -08:00
  • b9ae79192c Add git user info to cherry-pick task (#56495) Jake Bailey 2023-11-21 15:33:20 -08:00
  • 5f5ed0f487 Fix branch name in new cherry pick workflow (#56494) Jake Bailey 2023-11-21 15:24:55 -08:00
  • b8bfb0199e Add a new cherry-pick GHA workflow (#56493) Jake Bailey 2023-11-21 15:17:15 -08:00
  • 06c3da54dd fix(47327): Inlay Hint for TypeScript broken for spread operation (#56368) Oleksandr T 2023-11-22 01:14:59 +02:00
  • 13c9b16b2a When reparsing top level await dont set original node for the new source file (#56439) Sheetal Nandi 2023-11-21 13:35:49 -08:00
  • 2c0c128e98 Avoid incorrect narrowings using const variables from binding elemens with literal initializers (#56347) Mateusz Burzyński 2023-11-21 21:24:02 +01:00
  • d845ee2b6a Make AssertEntry and AssertClause interfaces (#56485) Andrew Branch 2023-11-21 11:53:50 -08:00
  • b4fe221e65 Cherry-pick #56489 into release-5.3 (#56490) Jake Bailey 2023-11-21 11:50:51 -08:00
  • f750eb3794 Pick #56485 into release-5.3 (#56486) Andrew Branch 2023-11-21 11:50:15 -08:00
  • 0aa2c48ee3 Make our dts files compile when exactOptionalPropertyTypes is enabled downstream (#56489) Jake Bailey 2023-11-21 11:40:31 -08:00
  • 1532d6d56a Fast path for unions of string literals only stringLiteralUnions Anders Hejlsberg 2023-11-21 10:47:10 -08:00
  • 86a3720e7d Reference moduleFormatInterop instead of moduleResolution to control require(esm) error Andrew Branch 2023-11-21 10:24:35 -08:00
  • c266e47794 Fix support for intersections in template literal placeholder types (#56434) Anders Hejlsberg 2023-11-20 17:09:54 -08:00
  • 38ef79e0b0 Improve constraints of conditional types applied to constrained type variables (#56004) Anders Hejlsberg 2023-11-20 17:08:22 -08:00
  • 3e094edc97 Only call getLowerBoundOfKeyType on non-generic mapped types (#56280) Anders Hejlsberg 2023-11-20 17:07:07 -08:00
  • 9302332481 Propagate intersectionState in typeRelatedToSomeType (#56207) Anders Hejlsberg 2023-11-20 17:05:43 -08:00
  • a415aed1fd Add test demonstrating interop for esbuild and webpack Andrew Branch 2023-11-20 16:51:06 -08:00
  • 17592d3e04 Update mostly invalid tests Andrew Branch 2023-11-20 16:42:37 -08:00
  • 0abfb521d5 Handle file name casing when deduplicating results from the project (#56438) Sheetal Nandi 2023-11-20 16:30:56 -08:00
  • 854ba6fb34 Add --moduleFormatDetection=bundler Andrew Branch 2023-11-20 15:50:07 -08:00
  • d78fbd810e Add new options Andrew Branch 2023-11-20 15:33:20 -08:00
  • ffc21e5752 Skip invalid completion check immediately after newline (#55061) Sg 2023-11-21 05:18:06 +08:00
  • 77a2f64810 Bump the github-actions group with 1 update (#56468) dependabot[bot] 2023-11-20 12:14:50 -08:00
  • dac1da8434 Add a test case for lack of duplicate property errors (#56348) Mateusz Burzyński 2023-11-20 21:10:38 +01:00
  • 9063d7b41d Error on export default of type: issue https://github.com/microsoft/TypeScript/issues/55087 (#55097) EliLichtblau 2023-11-20 13:19:57 -05:00
  • c10edfbc8d Update package-lock.json TypeScript Bot 2023-11-20 06:15:49 +00:00
  • 27047e3391 Update LKG. v5.3.2 Daniel Rosenwasser 2023-11-20 05:49:14 +00:00
  • b4aefd2758 Update package-lock.json TypeScript Bot 2023-11-19 06:14:19 +00:00
  • 5741df41c1 Accept new baselines stripTagsInPlaceholders Anders Hejlsberg 2023-11-18 17:02:00 -08:00
  • e0c3fc632a Strip object type tags in template literal placeholders Anders Hejlsberg 2023-11-18 17:01:25 -08:00
  • bb13ec01f2 Update package-lock.json TypeScript Bot 2023-11-18 06:14:27 +00:00
  • d09b1bfb5a Pick #56449 into release-5.3 (#56451) Andrew Branch 2023-11-17 16:18:10 -08:00
  • f0d2cadd7d feat(55737): JSDoc {@link} support all 4 types of links (#56244) Oleksandr T 2023-11-18 01:07:48 +02:00
  • 4d3418205c Elide re-exports of unresolved type-only imports (#56449) Andrew Branch 2023-11-17 14:38:39 -08:00
  • f07c0dd637 fix(54268): Renaming JSDoc @param symbol only renames the first instance (#56226) Oleksandr T 2023-11-17 23:46:42 +02:00
  • e2a5d45b51 Update LKG. Daniel Rosenwasser 2023-11-17 18:09:50 +00:00
  • 196dcf8a95 Update package-lock.json TypeScript Bot 2023-11-17 06:15:16 +00:00
  • 85c7e7a552 Update existing baselines bug/56431 Andrew Branch 2023-11-16 16:50:03 -08:00
  • d088733b24 Produce wide index signatures from the spread of an index signature Andrew Branch 2023-11-16 16:44:24 -08:00
  • b464619504 Add more tests per code review Anders Hejlsberg 2023-11-16 13:43:29 -08:00
  • 8b43f5bbe3 Remove SuppressedErrorConstructor's extends clause (#55817) Nathan Shively-Sanders 2023-11-16 11:28:15 -08:00
  • 361fafb23c Filtered out types from import suggestions in JS files (#53619) Josh Goldberg ✨ 2023-11-16 13:18:24 -05:00
  • 8ab01ebf6d Update fourslash test Anders Hejlsberg 2023-11-16 09:53:09 -08:00
  • ca7e9c4d1d Accept new baselines Anders Hejlsberg 2023-11-16 09:33:06 -08:00
  • 2cf8379310 Update test Anders Hejlsberg 2023-11-16 09:32:58 -08:00