Граф коммитов

36358 Коммитов

Автор SHA1 Сообщение Дата
Andrew Branch ca64946dff
Set parents of augmented module exports (#59609)
Co-authored-by: Isabel Duan <isabelduan@microsoft.com>
2024-08-15 16:18:57 -07:00
Andrew Branch bcb1545aa3
Allow existing imports in file to supersede package.json filter (#59604) 2024-08-15 15:00:31 -07:00
Sheetal Nandi 5fd6a6fd8d
Revert of Search ancestor and its references for default projects #57196 (#59634) 2024-08-15 11:48:11 -07:00
Mateusz Burzyński aaa6c4e26c
Add an extra test case for narrowing of union containing a type parameter (#59628) 2024-08-15 11:00:37 -07:00
Zzzen a0530722fc
Improve inlining of string variables in template literals (#54849) 2024-08-15 10:46:22 -07:00
Dimitri Mitropoulos 20f26a481b
allow `generateTrace` in tsconfig and compiler API (#59636) 2024-08-15 09:26:41 -07:00
CSIGS@microsoft.com 90da3ca5dd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240815102137942 to main (#59639) 2024-08-15 07:46:11 -07:00
Jake Bailey 3ed2e8ed34
Report unreachable on enums (#58380)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2024-08-14 22:34:03 -07:00
Wesley Wigham 3a439401f7
Expand intersection reduction division strategy down to 3-member intersections (#59425) 2024-08-14 13:08:22 -07:00
Wesley Wigham 1250b480a5
Suggest simplifications for overzealous shifts (#59519) 2024-08-14 13:07:50 -07:00
Jake Bailey 25e09d9fc3
Add custom eslint rule 'no-array-mutating-method-expressions' (#59526) 2024-08-14 09:28:57 -07:00
Sheetal Nandi 7753487591
Handle delayed or missed watches for project updates (#59625) 2024-08-13 17:58:08 -07:00
Jake Bailey 195203e971
Add regex eslint plugin, fix lints (#59371) 2024-08-13 14:16:53 -07:00
Mateusz Burzyński a5e0385edf
Avoid reporting EPC on unannotated using declarations (#59590) 2024-08-13 13:35:58 -07:00
Jake Bailey 0ae769a0d9
Add v8-json to coverage output for use with monocart VS Code extension (#59621) 2024-08-13 12:33:32 -07:00
Wesley Wigham 03bca1d8fe
Allow trailing commas on lambda type parameter lists (#59612) 2024-08-13 11:55:27 -07:00
Mateusz Burzyński 562b815ba3
Add a regression test related to narrowing in plain JS files (#59611) 2024-08-13 10:19:46 -07:00
Jake Bailey 01a874a8ba
Update to eslint v9, typescript-eslint v8 (#59518) 2024-08-12 17:13:24 -07:00
Oleksandr T. 7049af5f4f
fix(58166): Class parameter property with initializer before required property emits non-nullable parameter for declaration emit (#58177) 2024-08-12 15:42:09 -07:00
Mateusz Burzyński f04672842b
Fixed completion crashes related to `JSDocImportTag` (#59527) 2024-08-12 14:36:03 -07:00
dependabot[bot] 2937728ddb
Bump the github-actions group across 1 directory with 2 updates (#59598)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 10:18:27 -07:00
Andrew Branch 4b12d82b6b
Fix auto import file extensions with package.json imports wildcards (#59564) 2024-08-09 13:48:13 -07:00
Sung Ye In f3b118ed21
fix: filtering promise properties in object literal completion (#59316) 2024-08-09 13:14:30 -07:00
Andrew Branch 09caaf60aa
Add `autoImportSpecifierExcludeRegexes` preference (#59543) 2024-08-09 11:12:18 -07:00
Mateusz Burzyński 1bb1d2a610
Fixed regression in generic signature instantiation with default type args (#59510) 2024-08-08 20:24:10 -07:00
Anders Hejlsberg 278cb9489d
Properly account for type parameters introduced by contextual types (#59516) 2024-08-08 13:38:46 -07:00
Armando Aguirre 5f79e16d33
Refactored node builder flags and tests (#59440)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
2024-08-08 13:19:24 -07:00
Jake Bailey aa8a2c0bb4
Remove unused variable in ts transform (#59467) 2024-08-08 10:04:34 -07:00
Jake Bailey 5e9e6ad295
Fix accidental relative imports from non namespace barrels (#59544) 2024-08-08 09:38:10 -07:00
Oleksandr T. 1f54d0a935
fix(59484): Constructor overload still present in emitted JS (#59491) 2024-08-08 12:37:57 -04:00
Ron Buckton 67d0fc13ce
Use global `Iterator.prototype` for down-level generators (#59514) 2024-08-08 12:20:59 -04:00
Mateusz Burzyński 3cf708e179
Fixed types of properties of contextual filtering mapped types (#56201) 2024-08-08 08:58:20 -07:00
Jake Bailey 99878128f0
Don't treat an instantiation expression as an assertion in skipOuterExpressions (#59538) 2024-08-06 15:01:46 -07:00
Ron Buckton a745d1b205
Disambiguate `BuiltinIterator`/`BuiltinIteratorReturn` (#59506) 2024-08-05 17:32:47 -04:00
Ryan Cavanaugh aafdfe5b3f
Use contextual type to determine 'this' when determining member visibility (#56105) 2024-08-02 15:22:20 -07:00
Ryan Cavanaugh 269219f68e
Fix mismerged baselines (#59522) 2024-08-02 15:04:47 -07:00
Ryan Cavanaugh 5d545aa9b3
Allow `import =` in module augmentations (#57704) 2024-08-02 12:55:27 -07:00
Ryan Cavanaugh 6f646429e0
Remove incorrect call to checkTruthinessExpression (#59507) 2024-08-02 12:51:07 -07:00
CSIGS@microsoft.com e078a9367e
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240802111725489 to main (#59511) 2024-08-02 12:22:28 -07:00
Jake Bailey ca2fb0e9a7
Update deps (#59466) 2024-08-02 11:22:36 -07:00
Ryan Cavanaugh ffb958592b
Allow `this` when it appears in `this is T` positions (#59310) 2024-08-02 10:38:36 -07:00
Wesley Wigham 8daac14aa4
Add support for the @jsxruntime pragma (#59500) 2024-08-01 13:54:01 -07:00
Wesley Wigham 41b993bebe
Use local symbol rather then target symbol for tracking reused references (#59493) 2024-07-31 15:52:05 -07:00
Andrew Branch 5e9b07001e
Actually set impliedNodeFormat in more cases (#59479) 2024-07-31 13:40:27 -07:00
Andrew Branch 34048178a2
Move ambient const enum error from use site to import in verbatimModuleSyntax (#59438) 2024-07-30 11:20:59 -07:00
CSIGS@microsoft.com 356867908c
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20240730011406039 to main (#59468) 2024-07-30 10:14:18 -07:00
Mateusz Burzyński d7ff565b6c
Fixed inlay hints for inferred type predicates (#59441) 2024-07-29 16:25:36 -07:00
Mateusz Burzyński 68648256f8
Fixed crash related to creating file diagnostics outside of the source file range in `checkPotentialUncheckedRenamedBindingElementsInTypes` (#59428) 2024-07-29 13:31:16 -07:00
dependabot[bot] 2daa5027a3
Bump the github-actions group with 2 updates (#59454)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 09:55:12 -07:00
Andrew Branch 9405f21622
Don’t enforce export/declare overload modifier consistency across module augmentations (#59416) 2024-07-29 09:20:42 -07:00