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 |
|
Gabriela Araujo Britto
|
8a36e26ac6
|
Add commit characters to protocol (#59339)
|
2024-07-23 12:32:38 -07:00 |
|
navya9singh
|
b04c8a0edd
|
Fixing range for primary edit (#59369)
|
2024-07-22 17:14:35 -07:00 |
|
Mateusz Burzyński
|
a4ae3c46b6
|
Don't crash when observing invalid exports in any kind of container (#59376)
|
2024-07-22 15:58:39 -07:00 |
|
Jake Bailey
|
85d6bb6fe6
|
Add new option "noUncheckedSideEffectImports" (#58941)
|
2024-07-19 17:35:02 -07:00 |
|
Ron Buckton
|
7f978c7ffe
|
Use tuple name inference for Iterator.next et al (#59360)
|
2024-07-19 14:53:18 -04:00 |
|
Ron Buckton
|
6f530cc4ce
|
Add TReturn/TNext to Iterable et al (#58243)
|
2024-07-19 13:14:00 -04:00 |
|
Mateusz Burzyński
|
45062406e4
|
Fixed crash on authored import type nodes when serializing for declarations (#59160)
|
2024-07-18 08:41:47 +09:00 |
|
Ron Buckton
|
369f2b0fb8
|
Derive tuple labels for rest elements from array binding patterns (#59045)
|
2024-07-17 15:13:36 -04:00 |
|
Andrew Branch
|
a9139bfdfe
|
Only look up package.json type if module is node16/nodenext or file is in node_modules (#58825)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2024-07-17 09:23:51 -07:00 |
|
Oleksandr T.
|
bf39eccee6
|
fix(59304): Convert to ESM uses template strings instead of string literals (#59306)
|
2024-07-16 14:02:39 -07:00 |
|
Isabel Duan
|
66a762f59d
|
visitNodesWithoutCopyingPositions always makes a new NodeArray (#59137)
|
2024-07-17 05:50:17 +09:00 |
|
Oleksandr T
|
e450c463c6
|
fix(59011): TypeScript generates invalid types if @import tags are spread over multiple lines (#59026)
|
2024-07-10 15:37:49 -07:00 |
|
Andrew Branch
|
64f89e7961
|
Fix codefix crash on circular aliases (#59215)
|
2024-07-10 15:37:12 -07:00 |
|
Jake Bailey
|
533acb5ad9
|
Consider enclosing declaration when serializing inferred return types (#59170)
|
2024-07-09 14:35:27 -07:00 |
|
Mateusz Burzyński
|
8d84a68776
|
Fixed crash when finding all references when JSDocImportTags are involved (#59207)
|
2024-07-09 13:59:54 -07:00 |
|
navya9singh
|
ded36b21ac
|
pasteEdits returns no edit when there are no imports needed (#59189)
|
2024-07-09 10:27:41 -07:00 |
|
Mateusz Burzyński
|
3163fe7e38
|
Fixed crash when cross-file reusing nodes for class member snippet completions (#58216)
|
2024-07-04 10:38:25 -07:00 |
|
navya9singh
|
7bd7dfc007
|
Paste without imports (#59093)
|
2024-07-01 15:00:29 -07:00 |
|
Oleksandr T
|
e8fca15b14
|
fix(58801): "Move to file" on global code unnecessarily imports/exports, generates invalid code (#58811)
|
2024-06-18 17:24:22 -07:00 |
|
Isabel Duan
|
f999951015
|
fix55816: exclude files with re-exports if excluded by preferences.autoImportFileExcludePatterns (#58537)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
|
2024-06-18 14:03:18 -07:00 |
|
Mateusz Burzyński
|
25d34138e3
|
Allow signature help argument count to be equal to argument index (#58203)
|
2024-06-14 14:50:36 -07:00 |
|
Andrew Branch
|
56289733a4
|
Revert #57896 (#58857)
|
2024-06-13 16:40:23 -07:00 |
|
Gabriela Araujo Britto
|
4857546865
|
Region-based semantic diagnostics (#57842)
|
2024-06-13 16:21:01 -07:00 |
|
Andrew Branch
|
1948e92e3a
|
[DO NOT MERGE UNTIL 5.6] Fix re-exported defaults in ExportInfoMap (#58837)
|
2024-06-12 15:43:20 -07:00 |
|
Evan Wallace
|
8d62e2f175
|
Implement "Arbitrary Module Namespace Identifiers" (#58640)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-06-04 13:40:50 -07:00 |
|
Isabel Duan
|
506f3e26c3
|
fix58438: do not delete comments/code following unterminated string completion (#58742)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
|
2024-06-03 21:10:32 -07:00 |
|
Wesley Wigham
|
d4976c08b1
|
Clone node to remove location even when it has been modified if needed (#58706)
|
2024-05-31 15:16:16 -07:00 |
|
Titian Cernicova-Dragomir
|
389b579a83
|
Do not expand type references in keyof and index access (#58715)
|
2024-05-31 10:55:06 -07:00 |
|
navya9singh
|
59e6620260
|
Fixing self import (#58718)
|
2024-05-30 15:02:43 -07:00 |
|
navya9singh
|
1659a9d615
|
Handling statements from a known source file (#58679)
|
2024-05-29 13:46:37 -07:00 |
|
Zzzen
|
af3a61fe44
|
fix(57022): Rename of string literal property name doesn't rename all occurences (#57201)
|
2024-05-24 16:04:02 -07:00 |
|
graphemecluster
|
d0ef028841
|
Improve Recovery of Unterminated Regular Expressions (#58289)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-05-24 15:46:26 -04:00 |
|
Isabel Duan
|
cffc425ad7
|
fix53287 mergeSymbol checks if the resolved target can merge with the source (#58326)
|
2024-05-23 17:30:13 -07:00 |
|
Justin Chen
|
abc37af88d
|
move to code actions update and tests (#58548)
|
2024-05-23 12:34:42 -07:00 |
|
Titian Cernicova-Dragomir
|
2b4e7e34e7
|
Improve reuse of nodes in signatures with type mapping (#58546)
|
2024-05-23 12:11:29 -07:00 |
|
Kat Marchán
|
ddf43cd0e0
|
CodeMapper support (#55406)
|
2024-05-22 16:47:08 -07:00 |
|
Titian Cernicova-Dragomir
|
8537bb72eb
|
Error if type node uses inaccessible type in isolated declarations (#58620)
|
2024-05-22 15:51:11 -07:00 |
|
navya9singh
|
11b73ecc4a
|
Fixing a case when text is pasted into a blank file (#58595)
|
2024-05-21 11:54:35 -07:00 |
|
Andrew Branch
|
84ab39d7f0
|
Respect importModuleSpecifierPreference in sort order between fixes for the same symbol from different files (#58597)
|
2024-05-21 08:36:53 -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 |
|
Isabel Duan
|
0c1b36fb65
|
fix37816: goToDefinition skips call signatures for jsx components (#57969)
|
2024-05-10 13:45:45 -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 |
|
Andrew Branch
|
bc14459f3b
|
Refactor default export info name gathering (#58460)
|
2024-05-08 09:33:17 -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 |
|
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 |
|
navya9singh
|
ce4862c267
|
Updating move to file (#58257)
|
2024-04-25 15:32:18 -07:00 |
|
Armando Aguirre
|
5b69fdf541
|
Clone questionMark and dotdotdot token (#58263)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
|
2024-04-24 10:20:59 -07:00 |
|