Commit Graph

  • 8369d41efe fix ordering of code fix import with triple-slash directives (#52484) Tobias S 2023-04-10 19:45:57 +02:00
  • 0f724c0430 Update package-lock.json TypeScript Bot 2023-04-10 06:21:32 +00:00
  • c61abc9d83 Update package-lock.json TypeScript Bot 2023-04-08 06:17:52 +00:00
  • d4c48e1495 Adds linked editing for JSX tags (#53284) Isabel Duan 2023-04-07 13:39:10 -07:00
  • c89f87f66a Detect malformed UTF-8 files and refuse to engage further (#53667) Ryan Cavanaugh 2023-04-07 12:51:47 -07:00
  • d23b7e7c52 export TypingsInstaller from tsserverlibrary (#53394) Kat Marchán 2023-04-07 11:32:24 -07:00
  • 85f20246a4 Make the server logs more stable by stubbing time and seq info in the log (#53693) Sheetal Nandi 2023-04-06 16:23:44 -07:00
  • 7f6376794e Reuse operandType in checkPrefixUnaryExpression (#53682) Jake Bailey 2023-04-06 13:37:12 -07:00
  • 287ee41cf2 Fix two module specifier ending preference detection issues (#53691) Andrew Branch 2023-04-06 13:06:58 -07:00
  • 8dc7ee8c2b Revert "Allow ImportAdder to insert imports into a new file" navya9singh 2023-04-06 10:50:23 -07:00
  • fab885d440 Allow ImportAdder to insert imports into a new file Andrew Branch 2023-04-05 16:02:39 -07:00
  • 68d8be4f1d Update package-lock.json TypeScript Bot 2023-04-06 06:17:38 +00:00
  • 3b45f4db12 Bump version to 5.0.4 and LKG v5.0.4 release-5.0 TypeScript Bot 2023-04-05 23:26:35 +00:00
  • f4be5b1321 Remove error on redundant isolatedModules/verbatimModuleSyntax combination (#53611) Andrew Branch 2023-04-05 15:08:28 -07:00
  • d07b1b93ab Fix incorrect setting of nonRecursive watch field (#53675) Sheetal Nandi 2023-04-05 14:17:52 -07:00
  • f243b987af Fix crash in parseJsxChild found by fuzzing (#53674) Jake Bailey 2023-04-05 13:47:02 -07:00
  • dc7e5a738a 🤖 Pick PR #53599 (Ignore allowImportingTsExtensions...) into release-5.0 (#53600) TypeScript Bot 2023-04-05 13:39:54 -07:00
  • 233b4b0540 🤖 Pick PR #53611 (Remove error on redundant isolatedM...) into release-5.0 (#53612) TypeScript Bot 2023-04-05 13:39:16 -07:00
  • 365cb5815a 🤖 Pick PR #53613 (Fix Go To Source Definition in `--m...) into release-5.0 (#53617) TypeScript Bot 2023-04-05 13:38:48 -07:00
  • 97dac8a261 🤖 Pick PR #53665 (Fix crash when private id in array ...) into release-5.0 (#53677) TypeScript Bot 2023-04-05 13:35:44 -07:00
  • b2d5d9b13f 🤖 Pick PR #53666 (Disable JSX recovery hack when in u...) into release-5.0 (#53676) TypeScript Bot 2023-04-05 13:35:33 -07:00
  • bebb6d0086 Disable JSX recovery hack when in unary expression context (#53666) Jake Bailey 2023-04-05 13:04:37 -07:00
  • a720ba921f Fix crash when private id in array assignment (#53665) Jake Bailey 2023-04-05 13:04:13 -07:00
  • e83d61398e Provide snippet completions for @param in JSDoc (#53260) Gabriela Araujo Britto 2023-04-04 15:35:09 -03:00
  • a280cafbf8 Update package-lock.json TypeScript Bot 2023-04-04 06:17:19 +00:00
  • 1a636a908f DOM update 2023-04-23 (#53652) Nathan Shively-Sanders 2023-04-03 15:34:57 -07:00
  • acb48f192c More directory patterns for testing that we will care about (#53653) Sheetal Nandi 2023-04-03 15:34:37 -07:00
  • 3f7a8d5604 fix(52828): No signature help in parameter declaration before , and ) (#52840) Oleksandr T 2023-04-03 23:43:20 +03:00
  • 21db2ae9a2 Update package-lock.json TypeScript Bot 2023-04-02 06:17:51 +00:00
  • 3f675b60bf More complete check in isConstTypeVariable (#53341) Anders Hejlsberg 2023-04-01 14:45:31 -07:00
  • b40385b595 Explicit undefined return type checked similar to explicit void return type (#53607) Anders Hejlsberg 2023-04-01 14:44:52 -07:00
  • 27d3454f07 Add baselines per root for affected file watching (#53616) Sheetal Nandi 2023-03-31 15:57:19 -07:00
  • 9052ef895a Fix Go To Source Definition in --moduleResolution bundler (#53613) Andrew Branch 2023-03-31 15:50:11 -07:00
  • 2eab265a2b Baseline some watch related path determinations so its easy to track changes (#53598) Sheetal Nandi 2023-03-31 15:13:06 -07:00
  • 710e7d914d Remove non-ascii characters from internal code comments (#53608) David Sherret 2023-03-31 13:57:57 -04:00
  • b29ed18466 Ignore allowImportingTsExtensions in transpileModule to suppress option validation error with noEmit (#53599) Andrew Branch 2023-03-31 09:10:49 -07:00
  • 13c374a868 Update package-lock.json TypeScript Bot 2023-03-31 06:18:05 +00:00
  • 52a8061e11 Type-only auto-import improvements (#53590) Andrew Branch 2023-03-30 12:01:40 -07:00
  • 0ee51b96dc More baselining for timeouts that make furture changes easier (#53579) Sheetal Nandi 2023-03-30 09:48:34 -07:00
  • 5586727193 Allow getter and setter types to be unrelated (#53417) Andrew Branch 2023-03-30 08:51:01 -07:00
  • 0e198c2c1d Bump version to 5.0.3 and LKG v5.0.3 TypeScript Bot 2023-03-30 00:26:45 +00:00
  • 7bde5efe94 Update azure-devops-node-api (#53370) Jake Bailey 2023-03-29 16:29:39 -07:00
  • ae2b4afdcb Provide string completions within unions in indexed access types (#53225) Mateusz Burzyński 2023-03-29 19:07:34 +02:00
  • d105b6a994 More baselining for future changes (#53564) Sheetal Nandi 2023-03-29 00:47:37 -07:00
  • 4d4d5f2845 Update package-lock.json TypeScript Bot 2023-03-29 06:17:04 +00:00
  • 111df34f41 🤖 Pick PR #53207 (Fixed symbol declarations for gener...) into release-5.0 (#53271) TypeScript Bot 2023-03-28 10:52:11 -07:00
  • b6fed21a87 fix(53347): Incorrect generated JS code when private (hashtag) property is used with parenthesis in left assignment (#53434) Oleksandr T 2023-03-28 20:24:36 +03:00
  • 1e70bb8dc4 🤖 Pick PR #53481 (Retry string completions from the i...) into release-5.0 (#53551) TypeScript Bot 2023-03-28 10:02:57 -07:00
  • 7e093f072b 🤖 Pick PR #53351 (Fix subtype reduction involving typ...) into release-5.0 (#53422) TypeScript Bot 2023-03-28 10:02:37 -07:00
  • b345c3a563 🤖 Pick PR #53443 (Support wildcard exports in tsconfi...) into release-5.0 (#53557) TypeScript Bot 2023-03-28 09:50:12 -07:00
  • 2b57a88b72 Use related spans for "implement abstract class" errors (#48030) Iván 2023-03-28 11:54:36 -03:00
  • 647c587e46 Update package-lock.json TypeScript Bot 2023-03-28 06:22:57 +00:00
  • 089876a5c5 Retry string completions from the inferred type by default (#53481) Mateusz Burzyński 2023-03-28 03:21:03 +02:00
  • 6e44db7d1d Don't capture type parameters defined inside the extraction range with "Extract to function" (#53543) Maria José Solano 2023-03-27 18:12:41 -07:00
  • aebd31be07 🤖 Pick PR #53547 (Fix double-emit in constructor) into release-5.0 (#53550) TypeScript Bot 2023-03-27 18:12:23 -07:00
  • 85ef01d31a Fix double-emit in constructor (#53547) Ron Buckton 2023-03-27 18:16:49 -04:00
  • 3efcfcb70c Cache getConstraintOfDistributiveConditionalType (#53358) Jake Bailey 2023-03-27 14:12:06 -07:00
  • b34371a444 Fix baselines after bad merge (#53546) Jake Bailey 2023-03-27 14:09:19 -07:00
  • b78f920ea0 🤖 Pick PR #53365 (Change ParamaterDecorator to allow ...) into release-5.0 (#53392) TypeScript Bot 2023-03-27 14:01:09 -07:00
  • 8e08f38a08 fix(53006): generate let in namespaces for expando (#53206) Zzzen 2023-03-28 04:26:14 +08:00
  • c5b288487a Don't error when function has an implicit return but its return type is assignable to undefined (#53490) Maria José Solano 2023-03-27 13:21:07 -07:00
  • 437fd059be fix(53257): Illegal .d.ts class property definition for "constructor" generated from JavaScript (#53266) Oleksandr T 2023-03-27 21:32:10 +03:00
  • f64f40d205 Update package-lock.json TypeScript Bot 2023-03-26 06:17:45 +00:00
  • a7a0a673db Update package-lock.json TypeScript Bot 2023-03-25 06:16:32 +00:00
  • c2dc2fd9b9 fix(396): (Dis)allow Octal and Bad Escape Sequences in String and (Tagged) Template Literals (#51837) 形素叢集・ぐらふぃーむ 2023-03-25 07:15:50 +08:00
  • 24373d80ec Update package-lock.json TypeScript Bot 2023-03-24 06:19:39 +00:00
  • e47e1266dc Add current directory, useCasesensitive file names to each baseline (#53483) Sheetal Nandi 2023-03-23 21:14:22 -07:00
  • ac55b297b7 Upgrade "boolean-trivia" lint to new "argument-trivia" lint that uses type info, has quick fixes, etc. (#53002) Jake Bailey 2023-03-23 16:26:39 -07:00
  • 3a3146e25f Add tests for completions crash (#53472) Andrew Branch 2023-03-23 15:59:43 -07:00
  • 3cfe180ad8 Try tracking reused nodes in formatting. trackNodeRecurrenceInFormatting Daniel Rosenwasser 2023-03-23 22:04:29 +00:00
  • e674ef3d58 Pick PR #53468 (Fix incorrect assert about configFi...) into release-5.0 (#53471) Sheetal Nandi 2023-03-23 13:15:25 -07:00
  • 9bd1a3225b Revert PR #53255 (#53464) Jake Bailey 2023-03-23 12:52:05 -07:00
  • c66f8de7c8 Fix incorrect assert about configFileName when watch is created with explicit options, projectReferences etc (#53468) Sheetal Nandi 2023-03-23 12:40:09 -07:00
  • 218180ded2 Fixed an issue with an incorrect resolved signature being cached/returned sometimes for signatures depending on the contextual type/outer inference (#52146) Mateusz Burzyński 2023-03-23 20:15:33 +01:00
  • 916f9b7344 Handle jsx runtime implicit synthetic import in find all references (#51319) Wesley Wigham 2023-03-23 12:08:52 -07:00
  • e34eaff0c6 🤖 Pick PR #53388 (Exclude special index signature rul...) into release-5.0 (#53445) TypeScript Bot 2023-03-23 11:54:51 -07:00
  • 89478254c8 Defer type comparability check for assertions (#53261) Gabriela Araujo Britto 2023-03-23 15:46:42 -03:00
  • d5fd34b037 Don't error when calling resolveEntityName (#53441) Gabriela Araujo Britto 2023-03-23 14:49:53 -03:00
  • 5712730c2d fix: non-relative path completion without baseUrl (#52908) Lyu, Wei-Da 2023-03-23 23:57:57 +08:00
  • 511921e1e2 Improve detection of cases where subtype reduction is unnecessary (#53435) Anders Hejlsberg 2023-03-23 07:09:12 -07:00
  • 37bafa539c Exclude comparable relation from literal type relation optimization (#53419) Anders Hejlsberg 2023-03-23 07:04:16 -07:00
  • 25550bd3d6 Exclude special index signature rule from strict subtype relation (#53388) Anders Hejlsberg 2023-03-23 07:03:09 -07:00
  • 7009c76d00 Support wildcard exports in tsconfig lookup (#53443) Andrew Branch 2023-03-22 15:21:50 -07:00
  • 5348903e88 🤖 Pick PR #53385 (Add missing ambient check to `verba...) into release-5.0 (#53389) TypeScript Bot 2023-03-22 14:46:54 -07:00
  • f6f6cb893f Include type parameters in tagged template literals in isPartOfTypeNode (#53428) Daniel Rosenwasser 2023-03-22 14:04:34 -07:00
  • 1b745df857 Adding baseline methods for verification of findAllRefs, GoTo*, Occurrences, highlights and rename deprecating the corresponding verification methods from fourslash tests (#52576) Sheetal Nandi 2023-03-22 14:02:18 -07:00
  • 3e5466ec51 Read log file or requests file if supplied as input buildInfoSize Sheetal Nandi 2023-03-22 12:20:29 -07:00
  • a1744f5dcd logs moduleResolutionLogs Sheetal Nandi 2023-03-21 15:35:51 -07:00
  • a82b9274b5 Fix the type of copyWithin (#53340) Eric Ferreira 2023-03-22 13:54:49 -04:00
  • 9f18c3fd9c fix: escape module specifier for snippet after quoted (#53407) Lyu, Wei-Da 2023-03-23 01:19:16 +08:00
  • 1761a67ff8 perf: ensure compiler options affecting semantic diagnostics get included in build info (#53423) David Sherret 2023-03-22 12:54:17 -04:00
  • 1df5717b12 Update package-lock.json TypeScript Bot 2023-03-22 06:21:51 +00:00
  • 2c952fe850 Remove redundant throws of Debug.assertNever (#53405) Jake Bailey 2023-03-21 16:04:06 -07:00
  • 3f90887a6e Optimize the transformed output of JSXSpreadAttributes containing an ObjectLiteralExpression (#49100) Mateusz Burzyński 2023-03-21 23:47:35 +01:00
  • 01de7885a4 Avoid calculating union in spread if property types are identical (#53413) Jake Bailey 2023-03-21 14:44:47 -07:00
  • 01a7a3e146 fix(53289): TypeScript cannot auto-complete keyword typeof (#53325) Oleksandr T 2023-03-21 22:51:08 +02:00
  • c5b539dcd5 fix(53372): TypeScript cannot auto-complete keyword extends (#53418) Oleksandr T 2023-03-21 22:12:38 +02:00
  • 84a09c762b Accurate constraintType for indexedAccessType (#53059) SHIMA RYUHEI 2023-03-22 04:54:05 +09:00
  • 3d2c3442db Fix recursive type inference (#53396) Anders Hejlsberg 2023-03-21 12:53:16 -07:00
  • bace6897e2 Fix subtype reduction involving type variables with union constraints (#53351) Anders Hejlsberg 2023-03-21 12:52:05 -07:00