Commit Graph

  • 77bb09055b Fix typo in artifact script (#57698) Jake Bailey 2024-03-08 10:57:32 -08:00
  • 016b4aff11 Update 'pack this' result script to update new status comment (#57696) Jake Bailey 2024-03-08 10:51:28 -08:00
  • ddc417bf3c Update package-lock.json TypeScript Bot 2024-03-08 06:14:39 +00:00
  • 6357c89c52 Properly set hasAction for erasing modifiers in class member completions (#57643) Gabriela Araujo Britto 2024-03-07 11:34:47 -08:00
  • 881f449a8a Hoist function exports to top of module body in CJS/AMD/UMD (#57669) Ron Buckton 2024-03-06 18:43:59 -05:00
  • 27fe5034e0 Remove es3 related tests (#57668) Jake Bailey 2024-03-06 14:36:24 -08:00
  • 3a0869fd97 Update typescript dep to v5.4.2, other dependencies (#57664) Jake Bailey 2024-03-06 12:29:01 -08:00
  • 353ccb7688 Ensure correct script kind and text when using cached sourceFile from scriptInfo (#57641) Sheetal Nandi 2024-03-04 15:56:35 -08:00
  • 0f6f7c308a Add a test case related to spreading objects (#57642) Mateusz Burzyński 2024-03-05 00:53:41 +01:00
  • 3b1b82a6bf Add optionality to mapped type indexed access substitutions (#57549) Anders Hejlsberg 2024-03-04 15:51:36 -08:00
  • 8336042ea3 Bump the github-actions group with 2 updates (#57624) dependabot[bot] 2024-03-04 15:16:12 -08:00
  • 320e17f122 "Annotate" exported object to fix named / namespace imports of our API in Node ESM (#57133) Jake Bailey 2024-03-04 13:06:41 -08:00
  • 6d458e81cd Deduplicate protocol.ts content (#57361) Andrew Branch 2024-03-04 11:41:49 -08:00
  • 64edd07330 fix(57590): [Formatting] Remove spaces between ... and type name in tuple spread (#57604) idango10 2024-03-04 19:48:48 +02:00
  • 42bb138173 Bump version to 5.4.2 and LKG v5.4.2 TypeScript Bot 2024-03-04 06:55:29 +00:00
  • 1d6d962d31 Update package-lock.json TypeScript Bot 2024-03-03 06:14:54 +00:00
  • 39489ffb4d Revert contextual type check optimize-57465 Anders Hejlsberg 2024-03-02 16:07:13 -08:00
  • b71f242e59 Accept new baselines Anders Hejlsberg 2024-03-02 14:32:08 -08:00
  • f69ea1776a Don't infer type predicate for non-predicate contextual type Anders Hejlsberg 2024-03-02 14:31:49 -08:00
  • 0d78152bd7 Update package-lock.json TypeScript Bot 2024-03-02 06:15:00 +00:00
  • c7f1c3d309 Avoid creating closures Anders Hejlsberg 2024-03-01 21:40:28 -08:00
  • 703253ae6b Delay expensive functionHasImplicitReturn call Anders Hejlsberg 2024-03-01 17:37:23 -08:00
  • 233aba7c43 Fix copy paste error in new workflows (#57611) Jake Bailey 2024-03-01 17:35:23 -08:00
  • ea0d228f83 Fix instanceof use with Symbol.hasInstance in conjunction with union/intersection (#57602) Ron Buckton 2024-03-01 19:09:28 -05:00
  • f4eeea052e Refactor workflows for new typescript-bot triggers (#57409) Jake Bailey 2024-03-01 16:07:56 -08:00
  • 8ada4ef44f fix(57386): Invalid use of 'eval' when defining a namespaced eval function (#57391) Oleksandr T 2024-03-02 01:14:27 +02:00
  • 5d17aa7eb9 Add baselines missed in #56902 (#57598) Nathan Shively-Sanders 2024-03-01 11:17:22 -08:00
  • 877d9d316d Intl.NumberFormat: Add latest options, fix previous library discrepancies (#56902) René 2024-03-01 17:40:44 +00:00
  • 0dec9c67b5 simplify Dan Vanderkam 2024-03-01 11:57:57 -05:00
  • adbdc7d7a2 Merge branch 'suggested-changes-57465' into infer-type-predicate-16069 Dan Vanderkam 2024-03-01 09:14:18 -05:00
  • 3964aa183e Update package-lock.json TypeScript Bot 2024-03-01 06:14:43 +00:00
  • 869422f2a5 Accept new baselines suggested-changes-57465 Anders Hejlsberg 2024-02-29 16:19:44 -08:00
  • a4ff6b4d87 Always bind flow nodes to return statements + other fixes Anders Hejlsberg 2024-02-29 16:19:27 -08:00
  • af0424c010 Fixed a crash when computing flow type of destructured never (#57586) Mateusz Burzyński 2024-03-01 01:00:36 +01:00
  • 9a8c0a1181 tests are fixed Dan Vanderkam 2024-02-29 13:32:56 -05:00
  • 9591231ded Use unescapeLeadingUnderscores Dan Vanderkam 2024-02-29 13:30:55 -05:00
  • e089896be4 Preserve parameter types for optional parameters /fields with undefined in type and for required params with default value (#57484) Titian Cernicova-Dragomir 2024-02-29 17:42:26 +00:00
  • 2d70b57df4 Update package-lock.json TypeScript Bot 2024-02-29 06:15:09 +00:00
  • 26df0cb23e Remove 5.5 deprecated compiler options (#57527) Jake Bailey 2024-02-28 14:35:39 -08:00
  • cfbb15f0c1 Ensure comments before // @Filename are not part of the following virtual test file (#57579) Andrew Branch 2024-02-28 13:40:10 -08:00
  • 63dd17baef Get narrowable types for new expressions (#57382) Mateusz Burzyński 2024-02-28 21:33:38 +01:00
  • f23927a806 Remove code related to prepend and fix baselines (#57472) Sheetal Nandi 2024-02-28 09:52:38 -08:00
  • e0ae9be286 Update package-lock.json TypeScript Bot 2024-02-28 16:25:13 +00:00
  • df8d755c1d Prefer global over object members completions after ... (#57542) Mateusz Burzyński 2024-02-28 00:05:37 +01:00
  • 65de938e4e Remove target=es3 (#57525) Jake Bailey 2024-02-27 11:40:18 -08:00
  • 23156cb970 Error on unused eslint directives, reenable lost eslint rules (#57350) Jake Bailey 2024-02-27 10:49:41 -08:00
  • a77370342d Close "Design Limitation" automatically (#57554) Jake Bailey 2024-02-26 14:46:58 -08:00
  • 28011a237a Bump the github-actions group with 2 updates (#57538) dependabot[bot] 2024-02-26 12:44:51 -08:00
  • 4df884c773 Ensure harness doesn't force or eagerly computes target, stop using raw target elsewhere (#57526) Jake Bailey 2024-02-26 11:32:18 -08:00
  • 455f06eb50 Update baselines to fix CI (#57551) Mateusz Burzyński 2024-02-26 20:15:35 +01:00
  • 65812bf3ec fix(57348): Auto-complete on satisfies auto-imports satisfies (#57364) Oleksandr T 2024-02-26 19:29:45 +02:00
  • 3ab6faef39 Drop isTriviallyNonBoolean, switch to simpler test, check for assertions Dan Vanderkam 2024-02-25 19:08:00 -05:00
  • 8f531ff3ba Update package-lock.json TypeScript Bot 2024-02-25 06:14:10 +00:00
  • 1162564a68 Update package-lock.json TypeScript Bot 2024-02-24 06:14:16 +00:00
  • 992c70519c Add release pipeline to release-5.4 (#57513) Jake Bailey 2024-02-23 15:44:18 -08:00
  • f71d629e3f Switch our tsconfigs over to NodeNext (#57213) Jake Bailey 2024-02-23 13:16:35 -08:00
  • 24a43256bd Fix release pipeline (for real this time) (#57512) Jake Bailey 2024-02-23 12:03:47 -08:00
  • e5148c64f6 Switch release pipeline image (#57509) Jake Bailey 2024-02-23 09:41:21 -08:00
  • a04fcdb483 Don't explicity clone self in release pipeline (#57508) Jake Bailey 2024-02-23 09:29:36 -08:00
  • 97bccc333e Switch releaese pipeline to new pool (#57507) Jake Bailey 2024-02-23 09:19:28 -08:00
  • 52df1158d9 Add test case for a predicate that throws Dan Vanderkam 2024-02-23 11:14:14 -05:00
  • 41f624d67e revert back to CheckMode.TypeOnly Dan Vanderkam 2024-02-23 11:13:59 -05:00
  • 933605267c circularity test is fixed Dan Vanderkam 2024-02-23 10:52:40 -05:00
  • ef2d465047 Various fixes for circularity issue Dan Vanderkam 2024-02-23 10:51:44 -05:00
  • a72b1f1743 add prisma circularity test with failing baseline Dan Vanderkam 2024-02-23 10:50:48 -05:00
  • 16a36a71f1 Update package-lock.json TypeScript Bot 2024-02-23 06:15:10 +00:00
  • f58958c10e Add even more config to release pipeline (#57496) Jake Bailey 2024-02-22 16:21:03 -08:00
  • e7b31e799b Fix output artifact in new release pipeline (#57495) Jake Bailey 2024-02-22 16:12:43 -08:00
  • 30715feb43 Add replacement release pipeline (#57363) Jake Bailey 2024-02-22 15:37:13 -08:00
  • af6c6a954c Fix current document position mappers (#57489) Sheetal Nandi 2024-02-22 13:15:15 -08:00
  • 2fc6e2e80c Test document position mapper (#57426) Sheetal Nandi 2024-02-22 11:03:40 -08:00
  • 78bc536cd4 Update package-lock.json TypeScript Bot 2024-02-22 06:14:49 +00:00
  • d0e385e8c7 add union type test to baselines Dan Vanderkam 2024-02-21 17:31:13 -05:00
  • a9c8928900 Disable fail-fast in CI (#57473) Jake Bailey 2024-02-21 14:07:56 -08:00
  • ef091bf755 Allow plugins to be loaded from package subpaths (#57266) Phil Pluckthun 2024-02-21 21:55:47 +00:00
  • 101df932d5 Add secondary subtype check and tests Dan Vanderkam 2024-02-21 16:16:15 -05:00
  • 1c0fd31223 Bump the github-actions group with 1 update (#57437) dependabot[bot] 2024-02-21 10:18:03 -08:00
  • e2684f1289 Run formatter Dan Vanderkam 2024-02-21 11:44:55 -05:00
  • 35a8839801 Update package-lock.json TypeScript Bot 2024-02-21 06:14:47 +00:00
  • 3dfdd1b7c1 Bump version to 5.5. (#57452) Daniel Rosenwasser 2024-02-20 15:20:55 -08:00
  • 0c24ccc049 Infer type predicates from function bodies Dan Vanderkam 2024-02-20 17:32:46 -05:00
  • 60f93aa83a Making Move To File Action appear less often (#57080) Aiday Marlen Kyzy 2024-02-20 09:06:10 +01:00
  • 363abe8408 Update package-lock.json TypeScript Bot 2024-02-20 06:14:59 +00:00
  • db6b2a9802 Bump version to 5.4.1-rc and LKG v5.4-rc TypeScript Bot 2024-02-19 06:10:40 +00:00
  • bd4f51c8f0 Update LKG TypeScript Bot 2024-02-19 05:58:57 +00:00
  • 8a1f79dca5 Merge remote-tracking branch 'origin/main' into release-5.4 TypeScript Bot 2024-02-19 05:58:22 +00:00
  • d04e3489b0 Improve apparent type of mapped types (#57122) Anders Hejlsberg 2024-02-18 16:46:37 -08:00
  • 86a16636ca Update package-lock.json TypeScript Bot 2024-02-17 06:14:05 +00:00
  • feb57c269b Instantiate earlier inferred constraints in conditional types (#57362) Mateusz Burzyński 2024-02-16 23:31:28 +01:00
  • 91e67ffbea fix(57392): using is not suggested as a keyword (#57394) Oleksandr T 2024-02-17 00:12:17 +02:00
  • 29c0024bcf Avoid creating rest elements with errorType when any is spread (#57116) Mateusz Burzyński 2024-02-16 23:05:33 +01:00
  • c18c1c20dc fix(57302): Cannot move symbols from tsx to ts files (#57305) Oleksandr T 2024-02-16 20:36:23 +02:00
  • c4de2afcc2 Update package-lock.json TypeScript Bot 2024-02-16 06:14:39 +00:00
  • f41a5f5986 Preserve separators in numeric literals with target=ES2021+ (#57144) Dan Vanderkam 2024-02-15 17:26:42 -05:00
  • da5f0fe9d4 Add missing members to array of objects in quickfix (#57143) hborchardt 2024-02-15 20:49:38 +01:00
  • 67542c4c1f Update package-lock.json TypeScript Bot 2024-02-15 06:14:57 +00:00
  • 98348eaa89 Bump the github-actions group with 3 updates (#57411) dependabot[bot] 2024-02-14 19:01:50 -08:00
  • ec2c78c32b Update TypeScript-Twoslash-Repro-Action action version (#57410) Jake Bailey 2024-02-14 17:52:14 -08:00
  • 3de2cdce4d Set NODE_ENV to development and not testing in launch template (#57407) Wesley Wigham 2024-02-14 10:50:54 -08:00
  • db3d54ffbc Update package-lock.json TypeScript Bot 2024-02-14 06:15:21 +00:00