Oleksandr T
|
4ada2706a7
|
fix(57141): override keyword doesn't check symbol-key class members (#57146)
|
2024-06-12 16:25:06 -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 |
Sheetal Nandi
|
46fe067a06
|
Ensure the updates with crashes reverts the change to scriptInfo (#58846)
|
2024-06-12 15:26:48 -07:00 |
Sheetal Nandi
|
dca9182ca8
|
Always write tsbuildInfo when running tsc -b (#58626)
|
2024-06-12 13:46:19 -07:00 |
Mateusz Burzyński
|
359646b48b
|
Fixed a regression with reporting unused parameters in potential predicates (#58514)
|
2024-06-12 13:29:59 -07:00 |
Gabriela Araujo Britto
|
346df34b17
|
Fix typo in `canIncludeBindAndCheckDiagnostics` (#58840)
|
2024-06-12 13:01:08 -07:00 |
Sheetal Nandi
|
d8086f14b6
|
BuildInfo refactoring: Now that we dont have bundle we dont need program field explicitly (#58789)
|
2024-06-06 15:08:11 -07:00 |
Sheetal Nandi
|
b9d96df61f
|
Some refactoring so we arent checking undefined on program or asserting it so much (#58782)
|
2024-06-05 16:42:36 -07:00 |
graphemecluster
|
f5238c328e
|
Provide Spelling Suggestions for Named Capture Group References in Regular Expressions (#58613)
|
2024-06-04 13:47:58 -07:00 |
graphemecluster
|
dc1ffb1648
|
Correct regular expression flags scanning for non-BMP characters (#58612)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-06-04 13:45:00 -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 |
Wesley Wigham
|
112e860602
|
Allow references to the global Symbol in computed property names under isolatedDeclarations (#58771)
|
2024-06-04 12:55:24 -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 |
Sheetal Nandi
|
9edddc73ad
|
Write buildInfo even if we dont emit js or dts for --outFile scenarios (#58760)
|
2024-06-03 17:06:14 -07:00 |
Jake Bailey
|
afad09986d
|
Remove unwrapParenthesizedType, use skipTypeParentheses (#58768)
|
2024-06-03 16:39:38 -07:00 |
Titian Cernicova-Dragomir
|
370228311c
|
Resolve keyof and index operations instead of their targets. (#58758)
|
2024-06-03 16:21:48 -07:00 |
Sheetal Nandi
|
145b106c20
|
Tests refactor for easy comparison between outFile and multiFile scenario (#58761)
|
2024-06-03 13:59:28 -07:00 |
Jake Bailey
|
64fa3c7a6b
|
Check cancellation token in isolatedDeclarations codefix (#58755)
|
2024-06-03 12:15:02 -07:00 |
Daniel Rosenwasser
|
5041ab992f
|
Bump version to 5.6. (#58753)
|
2024-06-03 10:36:47 -07:00 |
Titian Cernicova-Dragomir
|
c325b103d0
|
Preserve elided imports used in declarations (#58750)
|
2024-06-03 10:06:00 -07:00 |
dependabot[bot]
|
5a41344701
|
Bump the github-actions group across 1 directory with 2 updates (#58741)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-02 23:07:23 -07:00 |
Armando Aguirre
|
ef514af267
|
Added NoTruncation flag to completions (#58719)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
|
2024-05-31 16:26:19 -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 |
Anders Hejlsberg
|
6c058d4ef6
|
Properly account for `this` argument in intersection apparent type caching (#58677)
|
2024-05-31 14:45:07 -07:00 |
graphemecluster
|
3aaa614bb9
|
Fix: Include Values of Script Extensions for Unicode Property Value Expressions in Regular Expressions (#58615)
|
2024-05-31 16:15:45 -04:00 |
Ron Buckton
|
4c233f1ca4
|
In `reScanSlashToken` use `charCodeChecked` not `codePointChecked` (#58727)
|
2024-05-31 16:08:06 -04:00 |
Mateusz Burzyński
|
7f7ff923c9
|
Shorten error spans for errors reported on constructor declarations (#58061)
|
2024-05-31 12:31:38 -07:00 |
Sheetal Nandi
|
40583ff9df
|
Mark file as skips typechecking if it contains ts-nocheck (#58593)
|
2024-05-31 12:18:43 -07:00 |
Mateusz Burzyński
|
60991e0021
|
Fixed an issue with broken `await using` declarations in `for of` loops (#56466)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2024-05-31 10:55:28 -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 |
Ben Lickly
|
fc42002a10
|
Improve the performance of isolatedDeclarations quickfix (#58722)
|
2024-05-31 09:04:07 -07:00 |
Mateusz Burzyński
|
f5b2d9b10e
|
Unwrap `NoInfer` types when narrowing (#58292)
|
2024-05-31 08:34:34 -07:00 |
Titian Cernicova-Dragomir
|
22eaccba2a
|
Recover from type reuse errors by falling back to inferred type printing (#58720)
|
2024-05-30 15:51:38 -07:00 |
navya9singh
|
59e6620260
|
Fixing self import (#58718)
|
2024-05-30 15:02:43 -07:00 |
Wesley Wigham
|
bbfc1aa281
|
Enable JS emit for noCheck and noCheck for transpileModule (#58364)
|
2024-05-30 13:38:37 -07:00 |
Gabriela Araujo Britto
|
b7d8809150
|
Revert PR 55371 (#58702)
|
2024-05-30 09:53:58 -07:00 |
Jake Bailey
|
5df3a107c0
|
Update dependencies (#58639)
|
2024-05-29 16:20:16 -07:00 |
Jake Bailey
|
1efb61baf2
|
Fix baselines after PR 58621 (#58705)
|
2024-05-29 15:52:31 -07:00 |
Ron Buckton
|
718d79807c
|
Do not infer `yield*` type from contextual `TReturn` (#58621)
|
2024-05-29 18:05:00 -04:00 |
Ron Buckton
|
2a9e4b8aa2
|
`await using` normative changes (#58624)
|
2024-05-29 17:34:00 -04:00 |
navya9singh
|
1659a9d615
|
Handling statements from a known source file (#58679)
|
2024-05-29 13:46:37 -07:00 |
graphemecluster
|
0cc62c3007
|
Correct Regular Expressions Behavior Related to Annex B (#58320)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-05-29 16:14:10 -04:00 |
Jake Bailey
|
fa58c615a4
|
Handle exported functions in ExportDeclarations for CJS/AMD/UMD emit (#58489)
|
2024-05-28 17:22:27 -07:00 |
Gabriela Araujo Britto
|
8f408cc120
|
Check resolution of tslib per file (#58654)
|
2024-05-28 16:45:51 -07:00 |
Anders Hejlsberg
|
1d026a9f69
|
Only resolve source return type when actually needed during inference (#58650)
|
2024-05-28 08:10:06 -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 |
Sheetal Nandi
|
7ad8f39118
|
Some tests coverage for --out and errors scenarios (#58652)
|
2024-05-24 14:12:38 -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 |
Titian Cernicova-Dragomir
|
842cf177db
|
Improved errors for required parameters with default values in isolated declaration (#58637)
|
2024-05-24 11:50:47 -07:00 |
Titian Cernicova-Dragomir
|
6856735985
|
Remove members that are invalid computed properties. (#58646)
|
2024-05-24 10:25:46 -07:00 |