Commit Graph

  • e8e47dd484 Add missing test case for assertion functions with PropertySignature declarations (#59714) Mateusz Burzyński 2024-08-22 20:16:39 +02:00
  • a5eec2485f Simplify handling of node:-prefixed modules in auto-imports (#59702) Andrew Branch 2024-08-21 16:43:21 -07:00
  • f6ec916313 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240821102429476 to main (#59708) CSIGS@microsoft.com 2024-08-21 13:00:06 -07:00
  • 7f597beb2e Don’t try to recreate AutoImportProvider after giving up because of too many dependencies until program structure changes (#59692) Andrew Branch 2024-08-20 17:12:28 -07:00
  • 533ed3d665 error on variables that are used but never initialized (#55887) Zzzen 2024-08-21 04:02:54 +08:00
  • 627fbcbd69 Add fast path exits if we are retaining all configured projects (#59689) Sheetal Nandi 2024-08-20 10:18:12 -07:00
  • 6212132b83 Update LKG v5.6-rc TypeScript Bot 2024-08-20 05:20:46 +00:00
  • bbb5faf7e7 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#59695) TypeScript Bot 2024-08-19 22:19:09 -07:00
  • 2192336dfe Fixing delay caused in vscode due to pasteEdits (#59542) navya9singh 2024-08-19 17:45:57 -07:00
  • 12d7c85066 Bump version to 5.7 (#59693) Daniel Rosenwasser 2024-08-19 17:27:25 -07:00
  • e6edc567a3 Fixed an issue with contextual type for intersection properties (take 2) (#52095) Mateusz Burzyński 2024-08-19 23:14:11 +02:00
  • 6894ff7f38 Fix Set of one string literal bug in openExternalProject (#59686) Jake Bailey 2024-08-19 13:44:57 -07:00
  • bff6aa1d1f Use correct line endings in built typesMap.json (#59687) Jake Bailey 2024-08-19 13:25:54 -07:00
  • 1e7889c697 Enable existing commit characters in certain locations where isNewIdentifier is true (#59523) Gabriela Araujo Britto 2024-08-19 13:24:03 -07:00
  • e6914a5587 Bump version to 5.6.1-rc and LKG TypeScript Bot 2024-08-19 18:45:14 +00:00
  • 34121c42b6 Update LKG TypeScript Bot 2024-08-19 18:22:52 +00:00
  • 2a30c2a8f0 Merge remote-tracking branch 'origin/main' into release-5.6 TypeScript Bot 2024-08-19 18:22:19 +00:00
  • 936a79bbb5 Expose TypeChecker. getAwaitedType to public (#59268) YeonJuan 2024-08-20 02:58:15 +09:00
  • 577155f9b3 Bump github/codeql-action from 3.26.0 to 3.26.2 in the github-actions group (#59680) dependabot[bot] 2024-08-19 09:22:57 -07:00
  • 2a8865e6ba LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240817191120857 to main (#59669) CSIGS@microsoft.com 2024-08-17 12:28:28 -07:00
  • d06fb82d7c Add option --stopBuildOnErrors to tsbuild to get previous behavior of not building downstream projects if upstream has errors (#59433) Sheetal Nandi 2024-08-16 19:02:42 -07:00
  • f850298f70 fix(59558): Implement Interface Quick Fix generates duplicate declarations (#59563) Oleksandr T. 2024-08-17 01:17:58 +03:00
  • 8ec3804611 fix test/basellines (#59663) Isabel Duan 2024-08-16 15:17:45 -07:00
  • 26c4320757 also return classes when caling goToDef on a constructor call (#59421) Isabel Duan 2024-08-16 13:58:29 -07:00
  • f025a5b879 built-in iterators should be disposable (#59633) Ron Buckton 2024-08-16 11:57:04 -04:00
  • 09a8522294 Do not get awaited type of AsyncGenerator TNext (#59644) Ron Buckton 2024-08-16 11:55:46 -04:00
  • 856e472104 Do not overwrite original pointer when indirectly points to location (#59647) Ron Buckton 2024-08-16 10:33:00 -04:00
  • 52395892e0 Set declarationMap to false in transpileModule. (#59642) Titian Cernicova-Dragomir 2024-08-16 02:57:37 +03:00
  • ca64946dff Set parents of augmented module exports (#59609) Andrew Branch 2024-08-15 16:18:57 -07:00
  • bcb1545aa3 Allow existing imports in file to supersede package.json filter (#59604) Andrew Branch 2024-08-15 15:00:31 -07:00
  • 5fd6a6fd8d Revert of Search ancestor and its references for default projects #57196 (#59634) Sheetal Nandi 2024-08-15 11:48:11 -07:00
  • aaa6c4e26c Add an extra test case for narrowing of union containing a type parameter (#59628) Mateusz Burzyński 2024-08-15 20:00:37 +02:00
  • a0530722fc Improve inlining of string variables in template literals (#54849) Zzzen 2024-08-16 01:46:22 +08:00
  • 20f26a481b allow generateTrace in tsconfig and compiler API (#59636) Dimitri Mitropoulos 2024-08-15 12:26:41 -04:00
  • 90da3ca5dd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240815102137942 to main (#59639) CSIGS@microsoft.com 2024-08-15 07:46:11 -07:00
  • 3ed2e8ed34 Report unreachable on enums (#58380) Jake Bailey 2024-08-14 22:34:03 -07:00
  • 3a439401f7 Expand intersection reduction division strategy down to 3-member intersections (#59425) Wesley Wigham 2024-08-14 13:08:22 -07:00
  • 1250b480a5 Suggest simplifications for overzealous shifts (#59519) Wesley Wigham 2024-08-14 13:07:50 -07:00
  • 25e09d9fc3 Add custom eslint rule 'no-array-mutating-method-expressions' (#59526) Jake Bailey 2024-08-14 09:28:57 -07:00
  • 7753487591 Handle delayed or missed watches for project updates (#59625) Sheetal Nandi 2024-08-13 17:58:08 -07:00
  • 7bb71dbdd7 always report useDefineForClassFields-related errors even when disabled useDefineForClassFields-investigation Ron Buckton 2024-08-13 18:11:59 -04:00
  • 195203e971 Add regex eslint plugin, fix lints (#59371) Jake Bailey 2024-08-13 14:16:53 -07:00
  • a5e0385edf Avoid reporting EPC on unannotated using declarations (#59590) Mateusz Burzyński 2024-08-13 22:35:58 +02:00
  • 0ae769a0d9 Add v8-json to coverage output for use with monocart VS Code extension (#59621) Jake Bailey 2024-08-13 12:33:32 -07:00
  • 03bca1d8fe Allow trailing commas on lambda type parameter lists (#59612) Wesley Wigham 2024-08-13 11:55:27 -07:00
  • 562b815ba3 Add a regression test related to narrowing in plain JS files (#59611) Mateusz Burzyński 2024-08-13 19:19:46 +02:00
  • 01a874a8ba Update to eslint v9, typescript-eslint v8 (#59518) Jake Bailey 2024-08-12 17:13:24 -07:00
  • 7049af5f4f fix(58166): Class parameter property with initializer before required property emits non-nullable parameter for declaration emit (#58177) Oleksandr T. 2024-08-13 01:42:09 +03:00
  • f04672842b Fixed completion crashes related to JSDocImportTag (#59527) Mateusz Burzyński 2024-08-12 23:36:03 +02:00
  • 64e0459724 Add tests fix11498 Anders Hejlsberg 2024-08-12 13:51:21 -07:00
  • e037d82f40 Handle immediate modifier in strictSubtypeRelation and union signatures Anders Hejlsberg 2024-08-12 13:51:00 -07:00
  • 2937728ddb Bump the github-actions group across 1 directory with 2 updates (#59598) dependabot[bot] 2024-08-12 10:18:27 -07:00
  • 4b12d82b6b Fix auto import file extensions with package.json imports wildcards (#59564) Andrew Branch 2024-08-09 13:48:13 -07:00
  • f3b118ed21 fix: filtering promise properties in object literal completion (#59316) Sung Ye In 2024-08-10 05:14:30 +09:00
  • fb5046c52c Update Baselines and/or Applied Lint Fixes cherry-pick/59510/release-5.5 TypeScript Bot 2024-08-09 19:43:37 +00:00
  • 09caaf60aa Add autoImportSpecifierExcludeRegexes preference (#59543) Andrew Branch 2024-08-09 11:12:18 -07:00
  • 1bb1d2a610 Fixed regression in generic signature instantiation with default type args (#59510) Mateusz Burzyński 2024-08-09 05:24:10 +02:00
  • c4825f40dc Merge c21266aa3b into 278cb9489d Mateusz Burzyński 2024-08-08 23:04:40 +02:00
  • 278cb9489d Properly account for type parameters introduced by contextual types (#59516) Anders Hejlsberg 2024-08-08 13:38:46 -07:00
  • 5f79e16d33 Refactored node builder flags and tests (#59440) Armando Aguirre 2024-08-08 13:19:24 -07:00
  • 22faf4e39a Delete old test baselines Anders Hejlsberg 2024-08-08 12:17:19 -07:00
  • 1331318222 🤖 Pick PR #59493 (Use local symbol rather then target...) into release-5.5 (#59502) release-5.5 TypeScript Bot 2024-08-08 11:33:33 -07:00
  • 7f7ccf63b9 Accept new baselines Anders Hejlsberg 2024-08-08 10:26:26 -07:00
  • b60fbc053d Update tests Anders Hejlsberg 2024-08-08 10:26:03 -07:00
  • c16fc38d30 Update library types Anders Hejlsberg 2024-08-08 10:25:47 -07:00
  • 5ae48a223a Switch from 'deferred' modifier to 'immediate' modifier Anders Hejlsberg 2024-08-08 10:25:21 -07:00
  • aa8a2c0bb4 Remove unused variable in ts transform (#59467) Jake Bailey 2024-08-08 10:04:34 -07:00
  • 5e9e6ad295 Fix accidental relative imports from non namespace barrels (#59544) Jake Bailey 2024-08-08 09:38:10 -07:00
  • 1f54d0a935 fix(59484): Constructor overload still present in emitted JS (#59491) Oleksandr T. 2024-08-08 19:37:57 +03:00
  • 67d0fc13ce Use global Iterator.prototype for down-level generators (#59514) Ron Buckton 2024-08-08 12:20:59 -04:00
  • 3cf708e179 Fixed types of properties of contextual filtering mapped types (#56201) Mateusz Burzyński 2024-08-08 17:58:20 +02:00
  • f392aa3003 Merge branch 'main' into fix11498 Anders Hejlsberg 2024-08-07 16:37:35 -07:00
  • 99878128f0 Don't treat an instantiation expression as an assertion in skipOuterExpressions (#59538) Jake Bailey 2024-08-06 15:01:46 -07:00
  • a745d1b205 Disambiguate BuiltinIterator/BuiltinIteratorReturn (#59506) Ron Buckton 2024-08-05 17:32:47 -04:00
  • c308f58239 Add tests fix52095 Anders Hejlsberg 2024-08-03 11:04:53 -07:00
  • dae40d5f7b Map any to unknown in contextual intersection types for elements Anders Hejlsberg 2024-08-03 11:01:30 -07:00
  • aafdfe5b3f Use contextual type to determine 'this' when determining member visibility (#56105) Ryan Cavanaugh 2024-08-02 15:22:20 -07:00
  • 269219f68e Fix mismerged baselines (#59522) Ryan Cavanaugh 2024-08-02 15:04:47 -07:00
  • 5d545aa9b3 Allow import = in module augmentations (#57704) Ryan Cavanaugh 2024-08-02 12:55:27 -07:00
  • 6f646429e0 Remove incorrect call to checkTruthinessExpression (#59507) Ryan Cavanaugh 2024-08-02 12:51:07 -07:00
  • e078a9367e LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240802111725489 to main (#59511) CSIGS@microsoft.com 2024-08-02 12:22:28 -07:00
  • ca2fb0e9a7 Update deps (#59466) Jake Bailey 2024-08-02 11:22:36 -07:00
  • ffb958592b Allow this when it appears in this is T positions (#59310) Ryan Cavanaugh 2024-08-02 10:38:36 -07:00
  • 8daac14aa4 Add support for the @jsxruntime pragma (#59500) Wesley Wigham 2024-08-01 13:54:01 -07:00
  • 5270c595e5 🤖 Pick PR #58951 (Add non-mutating Array methods to e...) into release-5.5 (#59405) TypeScript Bot 2024-08-01 09:53:26 -07:00
  • 41b993bebe Use local symbol rather then target symbol for tracking reused references (#59493) Wesley Wigham 2024-07-31 15:52:05 -07:00
  • 5e9b07001e Actually set impliedNodeFormat in more cases (#59479) Andrew Branch 2024-07-31 13:40:27 -07:00
  • 34048178a2 Move ambient const enum error from use site to import in verbatimModuleSyntax (#59438) Andrew Branch 2024-07-30 11:20:59 -07:00
  • 356867908c LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240730011406039 to main (#59468) CSIGS@microsoft.com 2024-07-30 10:14:18 -07:00
  • e713577fc8 Include declaration emit in tests fix59346 Anders Hejlsberg 2024-07-30 10:01:06 -07:00
  • 4a6d9fdc7c Add tests Anders Hejlsberg 2024-07-30 09:58:26 -07:00
  • 2e0d0fcb6c Allow references to const variables with literal types in constant expressions Anders Hejlsberg 2024-07-30 09:30:01 -07:00
  • e0036e65e8 Allow const assertions in constant expressions Anders Hejlsberg 2024-07-30 09:28:37 -07:00
  • d7ff565b6c Fixed inlay hints for inferred type predicates (#59441) Mateusz Burzyński 2024-07-29 16:25:36 -07:00
  • 68648256f8 Fixed crash related to creating file diagnostics outside of the source file range in checkPotentialUncheckedRenamedBindingElementsInTypes (#59428) Mateusz Burzyński 2024-07-29 13:31:16 -07:00
  • 2daa5027a3 Bump the github-actions group with 2 updates (#59454) dependabot[bot] 2024-07-29 09:55:12 -07:00
  • 9405f21622 Don’t enforce export/declare overload modifier consistency across module augmentations (#59416) Andrew Branch 2024-07-29 09:20:42 -07:00
  • 9757109caf Fixed crashed related to emptied labeled statements in converted loop bodies (#59434) Mateusz Burzyński 2024-07-26 23:34:48 +02:00
  • 574ae44fd4 Bring back exported defaultInitCompilerOptions (#59436) Jake Bailey 2024-07-26 14:24:32 -07:00
  • 2e02dc4b1f Include tests from #59352 fixGenericNullableChecks Anders Hejlsberg 2024-07-26 13:53:35 -07:00