Anders Hejlsberg
|
ca18009b8b
|
Don't issue implicit any when obtaining the implied type for a binding pattern (#60083)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2024-09-30 21:38:53 -07:00 |
|
Titian Cernicova-Dragomir
|
476e9ee201
|
Extract node type printer (#59282)
|
2024-09-30 09:19:42 -07:00 |
|
Isabel Duan
|
f6d2e73c5a
|
add jsx fragments to callLikeExpression (#59933)
|
2024-09-27 15:16:29 -07:00 |
|
Andrew Branch
|
bd3d70058c
|
Rewrite relative import extensions with flag (#59767)
|
2024-09-27 12:27:16 -07:00 |
|
Kenta Moriuchi
|
9d98874739
|
Introduce ES2024 target and fix some types (#58573)
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com>
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-09-27 14:58:17 -04:00 |
|
Nathan Shively-Sanders
|
52c59dbcbe
|
Add CopilotRelated command (#59963)
|
2024-09-26 16:10:41 -07:00 |
|
Ron Buckton
|
25ab551a12
|
Report implict any error when widening null/undefined in presence of … (#59661)
|
2024-09-26 17:06:57 -04:00 |
|
navya9singh
|
8499803ae0
|
Adding preparePasteEdits method to check if smart copy/paste should be applied (#60053)
|
2024-09-26 11:50:23 -07:00 |
|
Wesley Wigham
|
3ad0f75248
|
Fix occasional silent error emit for JSDoc declaration emit and overzealous node serialization of jsdoc optional parameters. (#60034)
|
2024-09-25 15:40:10 -07:00 |
|
Andrew Branch
|
8496039426
|
Fix JSDoc @import resolution in --moduleResolution bundler (#60011)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2024-09-25 14:11:07 -07:00 |
|
Mateusz Burzyński
|
55886a1e24
|
Fixed incorrect SignatureFlags.HasRestParameter propagation when combining signatures (#58440)
|
2024-09-25 13:21:41 -07:00 |
|
Mateusz Burzyński
|
413f0fa831
|
Fixed crash when looking for contextual inherited JSDocs for setters and getters (#60027)
Co-authored-by: Gabriela Araujo Britto <garaujobritto@gmail.com>
|
2024-09-25 11:04:01 -07:00 |
|
Mateusz Burzyński
|
e962037df3
|
Fixed crash when resolving a symbol on invalid private identifier in type reference (#60013)
|
2024-09-24 16:18:01 -07:00 |
|
Andrew Branch
|
9ad213fa8f
|
Validate JSON imports into ESM in --module nodenext (#60019)
|
2024-09-24 13:02:42 -07:00 |
|
Daniel Rosenwasser
|
278f260d0d
|
Specialize the message on JSX tags looking for the JSX factory namespace (#58870)
|
2024-09-24 11:52:44 -07:00 |
|
Ron Buckton
|
e5758ab8b1
|
Make typed arrays generic over ArrayBufferLike (#59417)
|
2024-09-24 12:17:59 -04:00 |
|
Wesley Wigham
|
fa0080f480
|
Support interpreting non-literal computed properties in classes as implicit index signatures (#59860)
|
2024-09-23 11:09:06 -07:00 |
|
Wesley Wigham
|
e24cc01b08
|
Cache instantiation expression types early enough to prevent reentrancy during printback (#59931)
|
2024-09-23 10:46:57 -07:00 |
|
Mateusz Burzyński
|
88809467e8
|
Fixed a crash when trying to find references on NoSubstitutionTemplateLiteral with LiteralType parent (#59889)
|
2024-09-19 15:59:36 -07:00 |
|
Sheetal Nandi
|
02b07a1788
|
Dont open composite projects to determine if script info is part of project (#59688)
|
2024-09-18 10:35:22 -07:00 |
|
Ben Lickly
|
8230bc66a7
|
Drop unnecessary type arguments in the isolated declarations quick fix (#59665)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2024-09-16 10:35:50 -07:00 |
|
Isabel Duan
|
89e004f632
|
add support for autoimports/moveToFile to generate aliased named imports (#59885)
|
2024-09-10 15:38:37 -07:00 |
|
Mateusz Burzyński
|
53039d3f05
|
Include all type parameters in completions within type parameters' constraints (#56543)
|
2024-09-09 10:35:58 -07:00 |
|
Ron Buckton
|
f39fe7dbe6
|
Support importHelpers with module:preserve (#59852)
|
2024-09-05 17:48:39 -04:00 |
|
Sheetal Nandi
|
7976d9cef5
|
Refactor tsserver, tsc and fourslash-server tests so that paths are always watchable (#59844)
|
2024-09-04 14:22:10 -07:00 |
|
Mateusz Burzyński
|
29d92edd1c
|
Revert "Allow variance annotations on generic references (#56418)" (#59793)
|
2024-09-03 16:08:13 -07:00 |
|
Mateusz Burzyński
|
fe2cb8ebaa
|
Add missing index parameter to the Array.fromAsync's mapFn (#59837)
|
2024-09-03 10:18:18 -07:00 |
|
Armando Aguirre
|
6260f7ab78
|
Added typeToTypeNode with truncation (#59332)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
|
2024-08-30 14:16:18 -07:00 |
|
Yevhenii Hyzyla
|
eadb9e18f9
|
Don't generalize when assigment target is never (fix: #41707) (#59774)
|
2024-08-29 12:20:28 -07:00 |
|
Ryan Cavanaugh
|
64931f7c3d
|
this can be nullish (#59761)
|
2024-08-26 12:30:27 -07:00 |
|
Jack Works
|
47ae752c23
|
refactor: improve string export name completions (#58818)
|
2024-08-26 12:23:05 -07:00 |
|
Andrew Branch
|
a86b5e2b01
|
Fix error message for type-only import of ES module from CJS (#59711)
|
2024-08-23 12:05:40 -07:00 |
|
Oleksandr T.
|
3abe069fd2
|
fix(59649): ts Move to a new file doesn't respect importModuleSpecifier setting (#59670)
|
2024-08-22 16:46:28 -07:00 |
|
Jake Bailey
|
82e4682541
|
Drop tsserverlibrary.d.ts from baselines, simplify APILibCheck (#59722)
|
2024-08-22 14:12:59 -07:00 |
|
Mateusz Burzyński
|
e8e47dd484
|
Add missing test case for assertion functions with PropertySignature declarations (#59714)
|
2024-08-22 11:16:39 -07:00 |
|
Andrew Branch
|
a5eec2485f
|
Simplify handling of node:-prefixed modules in auto-imports (#59702)
|
2024-08-21 16:43:21 -07:00 |
|
Andrew Branch
|
7f597beb2e
|
Don’t try to recreate AutoImportProvider after giving up because of too many dependencies until program structure changes (#59692)
|
2024-08-20 17:12:28 -07:00 |
|
Zzzen
|
533ed3d665
|
error on variables that are used but never initialized (#55887)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
|
2024-08-20 13:02:54 -07:00 |
|
navya9singh
|
2192336dfe
|
Fixing delay caused in vscode due to pasteEdits (#59542)
|
2024-08-19 17:45:57 -07:00 |
|
Mateusz Burzyński
|
e6edc567a3
|
Fixed an issue with contextual type for intersection properties (take 2) (#52095)
|
2024-08-19 14:14:11 -07:00 |
|
Gabriela Araujo Britto
|
1e7889c697
|
Enable existing commit characters in certain locations where isNewIdentifier is true (#59523)
|
2024-08-19 13:24:03 -07:00 |
|
Oleksandr T.
|
f850298f70
|
fix(59558): Implement Interface Quick Fix generates duplicate declarations (#59563)
|
2024-08-16 15:17:58 -07:00 |
|
Isabel Duan
|
8ec3804611
|
fix test/basellines (#59663)
|
2024-08-16 15:17:45 -07:00 |
|
Isabel Duan
|
26c4320757
|
also return classes when caling goToDef on a constructor call (#59421)
|
2024-08-16 13:58:29 -07:00 |
|
Ron Buckton
|
f025a5b879
|
built-in iterators should be disposable (#59633)
|
2024-08-16 11:57:04 -04:00 |
|
Ron Buckton
|
09a8522294
|
Do not get awaited type of AsyncGenerator TNext (#59644)
|
2024-08-16 11:55:46 -04:00 |
|
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 |
|
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 |
|