Commit Graph

  • faee7b3621 Avoid printing comments on static fields twice. (#47363) Martin Probst 2022-01-11 21:19:36 +01:00
  • 0f1496f354 Process package.json exports with auto-import provider (#47092) Andrew Branch 2022-01-11 11:10:35 -08:00
  • 935c05cf34 Fix the related repos CI (#47386) Orta Therox 2022-01-11 15:27:51 +00:00
  • 4d6dd119d5 Add missing mapped type indexed access constraint (#47370) Anders Hejlsberg 2022-01-11 07:23:18 -08:00
  • b85f5a0612 Add function names for quick fix code actions. quickFixFunctionNames Daniel Rosenwasser 2022-01-11 00:13:51 +00:00
  • 852b1c2b73 Fix checker initialization crash with esModuleInterop and global merges resolving to ImportEquals aliases (#47348) Andrew Branch 2022-01-10 16:04:12 -08:00
  • 337bbcccbe Update package-lock.json TypeScript Bot 2022-01-10 06:07:07 +00:00
  • b53073bf66 Update package-lock.json TypeScript Bot 2022-01-08 06:07:09 +00:00
  • 7f189b9701 fix ATA toplevel dep detection (#47164) Kat Marchán 2022-01-07 13:48:31 -08:00
  • 8a8c71c147 Use relative paths for the end of compile report (#47344) Orta Therox 2022-01-07 19:55:55 +00:00
  • 6fc0584dd5 fix(46402): create valid property keys/jsx attribute names (#46716) Oleksandr T 2022-01-07 21:46:26 +02:00
  • 484f1414d6 Prevent merged class/namespace from overlapping with Record<string, unknown> (#47088) Jake Bailey 2022-01-07 11:02:48 -08:00
  • a3d23d36cc Fix conditional type constraint exploration + signature relations (#47341) Anders Hejlsberg 2022-01-07 07:44:57 -10:00
  • 363e3a78f4 Add Error.prototype.cause (#47020) Kagami Sascha Rosylight 2022-01-07 15:58:58 +01:00
  • e46f3baec1 Adds a github actions workflow which pings related repos with a blank commit once a month to ensure their automation stays running (#46747) Orta Therox 2022-01-07 13:37:16 +00:00
  • 0fcd86150e docs(common): url link format updated (#47336) Alka Vats 2022-01-07 03:38:19 +05:30
  • 95d8921641 Update package-lock.json TypeScript Bot 2022-01-06 06:07:15 +00:00
  • 69662090a3 Use node ipc for TS Server (#46418) Matt Bierner 2022-01-05 16:39:45 -08:00
  • e10c912bf6 Update package-lock.json TypeScript Bot 2022-01-05 06:06:57 +00:00
  • 404a7d602d Gabritto/semicolons (#46832) Gabriela Araujo Britto 2022-01-04 11:50:49 -08:00
  • f4e1efbc29 Control flow analysis for dependent parameters (#47190) Anders Hejlsberg 2022-01-04 09:22:11 -10:00
  • 2f058b72d6 Update package-lock.json TypeScript Bot 2022-01-04 06:06:11 +00:00
  • 9a75d2acc8 fix(46845): Add missing "locale" field to Intl.DisplayNamesOptions (#46849) gfyoung 2022-01-03 12:10:20 -08:00
  • db9e007900 Update package-lock.json TypeScript Bot 2022-01-02 06:06:34 +00:00
  • ef9fd97e4d Update package-lock.json TypeScript Bot 2021-12-27 06:06:35 +00:00
  • fdbe371b12 Update package-lock.json TypeScript Bot 2021-12-24 06:06:15 +00:00
  • 5cab95150a Discourage typo fixes in PR template (#46908) tjjfvi 2021-12-23 06:58:23 -08:00
  • afce88ec50 Update package-lock.json TypeScript Bot 2021-12-23 06:06:14 +00:00
  • 25fc025f50 Update package-lock.json TypeScript Bot 2021-12-21 06:06:27 +00:00
  • c71e781443 Add comment, switch to &&. fix-undefined-globalObjectType-in-symbol-merging Daniel Rosenwasser 2021-12-20 12:45:37 -08:00
  • d7b49238ea Update package-lock.json TypeScript Bot 2021-12-20 06:06:43 +00:00
  • 7433b0c6d0 Update package-lock.json TypeScript Bot 2021-12-19 06:06:07 +00:00
  • 9256e119c6 Check for undefined globalObjectType in getPropertyOfObjectType Nathan Shively-Sanders 2021-12-17 15:45:27 -08:00
  • 8a5d476ec9 Fix baselines from bad merge (#47177) Nathan Shively-Sanders 2021-12-17 12:15:08 -08:00
  • a42379179b fix merging of function and derived class (#47170) Zzzen 2021-12-17 09:29:07 +08:00
  • 20e86dab5b Emit class fields as-is with target: es2022 (#47018) Kagami Sascha Rosylight 2021-12-17 00:15:33 +01:00
  • c282771d59 fix(47004): ignore arguments name in PropertyAssignment (#47054) Oleksandr T 2021-12-16 23:05:48 +02:00
  • 93bdfd2511 fix(47056): report errors for all properties with errors (#47057) Oleksandr T 2021-12-16 22:58:15 +02:00
  • 270b0d1c73 fix(46824): remove duplicate private identifier errors (#47116) Andrew Nguyen 2021-12-16 15:07:12 -05:00
  • 34e897457a Update package-lock.json TypeScript Bot 2021-12-16 06:06:21 +00:00
  • 2bbdb31b07 update es2020.intl DisplayNames#of (#47157) Tao Cumplido 2021-12-15 18:51:35 +01:00
  • f21e1a6e9d Update package-lock.json TypeScript Bot 2021-12-15 06:06:11 +00:00
  • 3d3825e783 Fix multiple issues with indexed access types applied to mapped types (#47109) Anders Hejlsberg 2021-12-14 11:51:03 -08:00
  • 7e0e8671fa fix(47134): show all meanings for type-only imports and exports (#47138) LowR 2021-12-15 03:58:21 +09:00
  • 8974fead2d fix(47062): support generic arrow function with default type parameter in tsx (#47112) Hiroshi Ogawa 2021-12-15 02:02:36 +09:00
  • 67872a50d0 Fix enums and namespace merge (#47059) Armando Aguirre 2021-12-13 14:03:19 -08:00
  • 430599722e Fix extract type crash (#47136) Andrew Branch 2021-12-13 10:39:34 -08:00
  • 06746efbd9 Revert change to getFalsyFlags (#47125) Anders Hejlsberg 2021-12-13 09:05:55 -08:00
  • d4170586f0 Update package-lock.json TypeScript Bot 2021-12-11 06:06:53 +00:00
  • 1bc124e635 Bump version to 4.5.4 and LKG v4.5.4 TypeScript Bot 2021-12-11 00:10:14 +00:00
  • 1d4ec40130 Cherry-pick PR #47096 into release-4.5 (#47105) TypeScript Bot 2021-12-10 15:47:23 -08:00
  • df87a8c12d fix(44693): emit declaration of JSDoc overridden properties with different types (#46797) Oleksandr T 2021-12-10 21:06:59 +02:00
  • 4e39023396 Enable customDescriptionGenerator in launch template, update eslint setting (#47089) Jake Bailey 2021-12-09 11:47:12 -08:00
  • 0ed9247e17 Explicitly Omit unspreadable properties from rest type in the generic case (#47078) Jake Bailey 2021-12-09 11:45:52 -08:00
  • 9b5abac4f4 chore: add packageManager field to support corepack (#46756) Jack Works 2021-12-09 22:46:27 +08:00
  • e2c89af335 use default type parameter rather than unknown when show quick help (#46792) Song Gao 2021-12-09 09:02:22 +08:00
  • 921825585d fix: do not use ts.NodeArray in factory inputs (#46843) David Sherret 2021-12-08 19:57:52 -05:00
  • a2c7fa2d05 Add 12 more grammar errors (#47075) Nathan Shively-Sanders 2021-12-08 16:54:58 -08:00
  • c8f1a874a3 Exempt tslib from indirect call transform (#47070) Ron Buckton 2021-12-08 15:42:37 -08:00
  • a72bf5410c Plain JS grammar errors (#47067) Nathan Shively-Sanders 2021-12-08 15:16:23 -08:00
  • 022542548e fix(47043): as const cast wrong colour when using typescript 4.5.2 (#47066) Oleksandr T 2021-12-08 20:15:58 +02:00
  • 48228b810f Update package-lock.json TypeScript Bot 2021-12-08 06:06:15 +00:00
  • 002c79bf50 Bump version to 4.5.3 and LKG v4.5.3 TypeScript Bot 2021-12-07 23:41:28 +00:00
  • 5f372d9d7e fix(46606): show completion in jsdoc property tag (#46657) Oleksandr T 2021-12-08 01:28:41 +02:00
  • 6722ef12d3 Add a test for a destructured union with tuple members (#46656) Mateusz Burzyński 2021-12-08 00:22:46 +01:00
  • 67f84ef771 Fix Awaited<T> for onfulfilled callbacks with more than one argument (#46951) Ron Buckton 2021-12-07 15:21:11 -08:00
  • ae448625b0 Cherry-pick PR #46599 into release-4.5 (#46974) TypeScript Bot 2021-12-07 15:19:19 -08:00
  • c63f0cf7d2 Cherry-pick PR #46973 into release-4.5 (#47005) TypeScript Bot 2021-12-07 15:16:27 -08:00
  • d710e39921 🤖 Pick PR #47007 (Use features for selected module re...) into release-4.5 (#47016) TypeScript Bot 2021-12-07 15:16:18 -08:00
  • c1758b555d Cherry-pick PR #46951 into release-4.5 (#47058) TypeScript Bot 2021-12-07 15:15:57 -08:00
  • 7a12909ae3 fix(45713) Improve error report summaries (#45742) Ryan Bargholz 2021-12-07 19:50:44 +09:00
  • 305842bd9e Update package-lock.json TypeScript Bot 2021-12-07 06:06:18 +00:00
  • 4013271cd8 Unwrap parens when checking for JSDocFunctionType in conditional expression (#46962) Jake Bailey 2021-12-06 16:44:37 -08:00
  • 4761ba6285 fix(46998): Hover on as const shows type const = /*unresolved*/ any (#47000) Oleksandr T 2021-12-07 00:41:46 +02:00
  • 1fe9bfdd0e Fix strict/es5+ octal literal 2x error #46810 (#46823) Jay Clark 2021-12-06 16:46:08 -04:00
  • 2a7eb58589 Properly union inferred template literal string types (#46782) Anders Hejlsberg 2021-12-06 10:51:50 -08:00
  • 7a1687de26 fix(42678): detect access to uninitialized variable in IIFE (#42776) Zzzen 2021-12-07 02:42:20 +08:00
  • 1f275d705d "No repeated property names" error in object literals is duplicated in strict mode (#46929) Yuki Osaki 2021-12-07 03:22:28 +09:00
  • 97a7901f26 Use features for selected module resolution rather than all features for type reference directives, since they can add restrictions to resolutions (#47007) Wesley Wigham 2021-12-04 04:24:28 -08:00
  • b2af6051ef Improve isValidSpreadType check (#47010) Anders Hejlsberg 2021-12-03 16:11:01 -08:00
  • 2ce05a8292 Completions sorting overhaul (#46703) Andrew Branch 2021-12-03 14:54:51 -08:00
  • 49b1acc126 Pin chalk to ^4.1 (#46985) (#47014) Andrew Branch 2021-12-03 14:38:39 -08:00
  • 240ba0acef Fix checker initialization crash (#46973) Andrew Branch 2021-12-03 14:30:03 -08:00
  • 407edc95c0 fix(46563): show completions at this type (#46581) Oleksandr T 2021-12-04 00:29:45 +02:00
  • c5d9200ec6 feat(46986): offer QF for using await outside of async context (#46994) Oleksandr T 2021-12-03 22:36:19 +02:00
  • 6a1af7cf5f Add DanielRosenwasser to PR owners. (#47006) Daniel Rosenwasser 2021-12-03 12:32:16 -08:00
  • 4b794fe1dd fix(46345): omit temp variable for computed property name in ambient context (#46446) Oleksandr T 2021-12-03 02:04:11 +02:00
  • bedc8d4124 fix(46195): handle numeric separators and larger integers correctly in codefix for large integers (#46389) LowR 2021-12-03 09:01:43 +09:00
  • 5113ba284b Add jakebailey to pr_owners.txt (#46996) Jake Bailey 2021-12-02 14:09:10 -08:00
  • c792a66065 Pin chalk to ^4.1 (#46985) Ron Buckton 2021-12-02 11:05:17 -08:00
  • 670ad45bda Describe defaults of more options (#46498) Jack Bates 2021-12-01 08:45:00 -07:00
  • b8ec791ca1 Don't call afterEach within beforeEach (#46963) Andrew Casey 2021-11-30 15:08:42 -08:00
  • cdf12f91c7 Fix parsing of parenthesized functions in conditional expressions (#46960) Jake Bailey 2021-11-30 12:57:37 -08:00
  • 0f3d0e0470 Update package-lock.json TypeScript Bot 2021-11-30 06:06:28 +00:00
  • d3d088fac5 fix(44639): Transpilation of optional chaining combined with type casting results in function call losing its context (#44666) Oleksandr T 2021-11-29 23:22:53 +02:00
  • 68bf5a519a Fix formatting the end of a selection (#46875) Andrew Branch 2021-11-29 09:27:21 -08:00
  • 04f831d795 Import chalk with import() syntax (#46931) uhyo 2021-11-29 22:32:29 +09:00
  • 2e706758af Add function names for code fixes. (#46728) Daniel Rosenwasser 2021-11-27 13:15:07 -07:00
  • 912c01a2a6 Update package-lock.json TypeScript Bot 2021-11-27 06:06:06 +00:00
  • 90600e1b17 Update package-lock.json TypeScript Bot 2021-11-24 06:07:09 +00:00