Commit Graph

36187 Commits

Author SHA1 Message Date
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
Mateusz Burzyński
9757109caf Fixed crashed related to emptied labeled statements in converted loop bodies (#59434) 2024-07-26 14:34:48 -07:00
Jake Bailey
574ae44fd4 Bring back exported defaultInitCompilerOptions (#59436) 2024-07-26 14:24:32 -07:00
Mateusz Burzyński
451388cfd5 Fixed quick fixes for inferred type predicates (#58958) 2024-07-26 10:21:18 -07:00
Mateusz Burzyński
1da9630a34 Bailout early from isFunctionObjectType for evolving arrays (#58049)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-07-26 10:09:02 -07:00
Jake Bailey
74cefa848c Tighten signature of append (#59426) 2024-07-26 10:08:40 -07:00
Jake Bailey
12ae799eda Don't include "this is a crash" as a version in the bug template (#59427) 2024-07-25 17:30:19 -07:00
Isabel Duan
107a007a9a organizeImports makes no changes if there are parse errors in the sourceFile (#58903) 2024-07-25 16:28:19 -07:00
Sheetal Nandi
941d1543c2 Use open file to determine file existence (#59418) 2024-07-25 15:46:05 -07:00
Oleksandr T.
7319968e90 fix(59116): Codefix add missing function declaration inserts function in wrong file (#59213) 2024-07-24 19:45:52 -07:00
Gabriela Araujo Britto
f8336d1479 Use spread when converting completion entry to protocol format (#59412) 2024-07-24 17:29:12 -07:00
Gabriela Araujo Britto
0c33c13b83 Fix completion entry conversion to protocol format (#59410) 2024-07-24 12:59:15 -07:00
Jake Bailey
ec7ff812c1 Unpin Node 22 now that 22.5.1 is out (#59359) 2024-07-24 11:28:09 -07:00
Jake Bailey
3f6f3164d6 Remove stableSort, rename sort to toSorted (#55728) 2024-07-23 18:17:07 -07:00
Zzzen
ab7b624558 Deprecate module keyword for namespace declarations (#58007)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2024-07-23 17:22:38 -07:00
Wesley Wigham
5bd4e004e6 Skip markLinkedReferences import elision walk entirely in some common cases (#59398) 2024-07-23 15:57:54 -07:00
dependabot[bot]
4992b2fee1 Bump github/codeql-action from 3.25.12 to 3.25.13 in the github-actions group (#59387)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 15:13:30 -07:00
Gabriela Araujo Britto
8a36e26ac6 Add commit characters to protocol (#59339) 2024-07-23 12:32:38 -07:00
Jake Bailey
97ed8fc13b Update deps, to TS 5.5.4 (#59395) 2024-07-23 10:32:11 -07:00
navya9singh
b04c8a0edd Fixing range for primary edit (#59369) 2024-07-22 17:14:35 -07:00
Oleksandr T.
8a0e47e242 fix(58772): Duplicate exports.* = assignments in CommonJS output in some cases (#59120) 2024-07-22 16:10:29 -07:00
Mateusz Burzyński
ca4ef16c8f Fixed crash in classFields transform related to broken bodyless constructors (#59280)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-07-22 16:00:16 -07:00