35940 Commits

Author SHA1 Message Date
Sheetal Nandi
ba78807aa1
Handle project / program roots in tsserver correctly (#58562) 2024-05-20 11:45:31 -07:00
Sheetal Nandi
d84431e706
Handle root files listed in project config from referenced project to be same as if they were included through import (#58560) 2024-05-20 10:05:42 -07:00
Wesley Wigham
79a851426c
Attempt to reuse type parameter constraint nodes (#58539) 2024-05-16 14:51:09 -07:00
Kevin Gibbons
e8274f74f9
add types for set methods proposal (#57230) 2024-05-16 17:19:25 -04:00
Isabel Duan
4da470da37
fix56509: return type if tryCreateAwaitedType fails (#58547) 2024-05-16 14:02:15 -07:00
TypeScript Bot
5c21b7fd93 Update package-lock.json 2024-05-16 06:11:26 +00:00
Sheetal Nandi
84ed6a3d64
Make sure that jsdoc is always in range with parameter declaration (#58538) 2024-05-15 12:03:09 -07:00
Titian Cernicova-Dragomir
4ece0a381b
Partially reuse type nodes (#58516) 2024-05-14 13:56:41 -07:00
Wesley Wigham
2d47953d9d
Declaration emit should avoid issuing errors on unresolved names (#58536) 2024-05-14 12:49:05 -07:00
Sheetal Nandi
ef01ea1ac6
Stop checking existing resolution now that we have concept of package ID (#58528) 2024-05-14 10:30:22 -07:00
Anders Hejlsberg
d90e8e7eca
Fix constant evaluation of template string expressions (#58500) 2024-05-14 09:44:05 -04:00
Sheetal Nandi
e51cbc8764
Do not lowercase typeReference directive name (#58525) 2024-05-13 16:35:49 -07:00
Sheetal Nandi
524456ff5a
Fix incorrect usage of getResolvedTypeReferenceDirectives and some refactoring (#58527) 2024-05-13 16:03:40 -07:00
dependabot[bot]
d8fd9fd05b
Bump the github-actions group with 3 updates (#58510)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 14:39:49 -07:00
Wesley Wigham
56cfd6c3a8
Preserve return type nodes which resolve to errors in declaration emit (#58522) 2024-05-13 11:55:01 -07:00
Wesley Wigham
8111503772
Update unicode identifier start/part with more recent unicode version (#58521) 2024-05-13 11:14:34 -07:00
Joost Koehoorn
0b37062eb0
Remove unused SymbolLinks properties (#58393) 2024-05-10 15:01:22 -07:00
Sheetal Nandi
fadc83b939
Handle config file change and default project management (#58486) 2024-05-10 14:50:43 -07:00
Oleksandr T
017c1e0e64
fix(55765): Implement Interface Code Action is not available under certain circumstances (#55767) 2024-05-10 14:46:51 -07:00
Titian Cernicova-Dragomir
72c12c9920
Isolated declarations fix signature serialization scoping (#58409) 2024-05-10 14:09:25 -07:00
Isabel Duan
0c1b36fb65
fix37816: goToDefinition skips call signatures for jsx components (#57969) 2024-05-10 13:45:45 -07:00
Wesley Wigham
9f9682c0a0
Move all js emit alias marking behavior behind a single entrypoint (#58366) 2024-05-09 17:03:11 -07:00
Andrew Branch
19dc1c6c8c
Re-export more referenced types from protocol.ts (#58487) 2024-05-09 11:42:15 -07:00
Jake Bailey
81e9929154
Load unit tests more consistently (pulled from ESM branch) (#58481) 2024-05-09 10:32:05 -07:00
navya9singh
be8fb98cf1
Implementing copy/paste (#57262) 2024-05-08 16:07:51 -07:00
Oleksandr T
dcec37e532
fix(58399): [isolatedDeclarations][5.5] Autofix does not work when JSX prop contains a dash (#58478) 2024-05-08 15:12:43 -07:00
Wesley Wigham
fece7f11c0
Preserve type nodes which resolve to errors in declaration emit output (#58475) 2024-05-08 13:29:51 -07:00
Andrew Branch
bc14459f3b
Refactor default export info name gathering (#58460) 2024-05-08 09:33:17 -07:00
Sheetal Nandi
b9c71c3fc3
Always send configFileDiagEvent and instead set triggerFile for more consistency (#58462) 2024-05-07 15:58:26 -07:00
Jake Bailey
9d714f47c0
Update dependencies (#58458) 2024-05-07 12:55:16 -07:00
Andrew Branch
14b4529a69
Fix tslib resolutions (#58451)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
2024-05-07 11:28:20 -07:00
Jake Bailey
320764c386
Upgrade to esbuild 0.21 (#58454) 2024-05-07 09:32:33 -07:00
Wesley Wigham
0d3c48109d
Declaration emit should retain (instead of elide) unresolved computed names (#58428)
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2024-05-07 05:42:13 -07:00
Jake Bailey
16beff101a
Use explicit extensions for imports within src (#58421) 2024-05-06 17:07:54 -07:00
Mateusz Burzyński
9598d35074
Avoid getting single call signatures when parameter types are the same (#58392) 2024-05-06 16:49:24 -07:00
Sheetal Nandi
fd81d04080
Lazy calculation of expensive file explaining diagnsotics and some caching to be used to share the diagnostic data (#58398) 2024-05-06 16:30:17 -07:00
Jake Bailey
2070713f4b
Ensure jsDocParsingMode is passed to LanguageService document registry (#58404) 2024-05-06 16:08:54 -07:00
Ron Buckton
70d8ec2f26
Fix name generation scoping (#58418) 2024-05-06 11:59:37 -04:00
Wesley Wigham
e154d47851
Type alias declarations should not return an effective annotation node (#58410) 2024-05-03 10:34:35 -07:00
Anders Hejlsberg
3a74ec4e99
Disable constraint reduction in intersections created by constraint hoisting (#58403) 2024-05-02 16:55:11 -07:00
Sheetal Nandi
7a38980a7e
Validate the options passed in are numbers instead of strings for our custom commandline options (#58388) 2024-05-01 14:51:36 -07:00
Oleksandr T
66dd12e699
fix(58259): getTextOfJSDocComment is stripping # from JSDoc comment (#58338) 2024-05-01 11:47:26 -07:00
Jake Bailey
62c41f8db4
Update baselines after PR 58001 (#58386) 2024-05-01 09:41:05 -07:00
Mateusz Burzyński
f01cae8893
Fixed an issue with missingType narrowing by case undefined in default cases (#58001) 2024-05-01 08:57:42 -07:00
Hana Joo
33b156147b
Add a code fixer for --isolatedDeclarations errors (#58260)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2024-04-30 15:25:51 -07:00
Anders Hejlsberg
749bd834be
Cache discriminated contextual types (#58372) 2024-04-30 12:40:28 -07:00
Wesley Wigham
36146aa2ea
Remove seemingly unused SymbolLink constEnumReferenced (#58377) 2024-04-30 11:35:09 -07:00
Oleksandr T
dc316afea4
fix(58360): Cheese being inserted on TypeScript Quick Fix (#58365) 2024-04-29 15:29:46 -07:00
Anders Hejlsberg
c763c277eb
Fix ghost errors resulting from out-of-order type checking (#58337) 2024-04-29 14:27:18 -07:00
Ron Buckton
cd566bad95
RegExp syntax checking performance (#58339)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-04-29 15:12:36 -04:00