Kevin Gibbons
|
307ff6c397
|
add types for iterator helpers proposal (#58222)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-07-19 16:46:03 -04:00 |
|
Ron Buckton
|
6f530cc4ce
|
Add TReturn/TNext to Iterable et al (#58243)
|
2024-07-19 13:14:00 -04:00 |
|
graphemecluster
|
165350dc8f
|
Provide User-Friendly Message for Extended Unicode Escapes in Regular Expressions in Non-Unicode Modes (#58981)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
|
2024-07-17 22:08:54 -04:00 |
|
Sheetal Nandi
|
afa03f0948
|
Allow declarationMap to be emitted when transpiling declarations and option is enabled (#59337)
|
2024-07-17 17:07:17 -07:00 |
|
Jake Bailey
|
95a968ce6b
|
Don't skip markLinkedReferences on ambient properties (#59325)
|
2024-07-17 16:10:13 -07:00 |
|
graphemecluster
|
e13ff2f26f
|
Fix: False Positive "Range out of order in character class" in Regular Expressions in Unicode Modes (#58982)
|
2024-07-17 15:29:23 -04: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 |
|
Sheetal Nandi
|
f37482cd16
|
Always watch package jsons for the sourceFile (#59311)
|
2024-07-16 16:01:33 -07:00 |
|
Isabel Duan
|
66a762f59d
|
visitNodesWithoutCopyingPositions always makes a new NodeArray (#59137)
|
2024-07-17 05:50:17 +09:00 |
|
Andrew Branch
|
0206f9fa6e
|
Mark jsxFactorySymbol as referenced for noUnusedLocals even in verbatimModuleSyntax (#59193)
|
2024-07-17 05:46:38 +09:00 |
|
Jake Bailey
|
003221becb
|
Fix captured shorthand properties in ES2015 loops (#59285)
|
2024-07-16 13:30:50 -07:00 |
|
Sheetal Nandi
|
6369240da6
|
Store information in buildInfo to repopulate mode mismatch based on status of package.json (#59286)
|
2024-07-16 10:12:14 -07:00 |
|
Jake Bailey
|
bd54a6bb2b
|
Verify that perf_hooks result actually contains the performance object (#59300)
|
2024-07-16 10:03:02 -07:00 |
|
Mateusz Burzyński
|
ec446b6f19
|
Fixed crash on circular local type arguments when outer ones are present too (#59089)
Co-authored-by: Gabriela Araujo Britto <gabrielaa@microsoft.com>
|
2024-07-15 14:39:25 -07:00 |
|
Anders Hejlsberg
|
652c96c123
|
Fix circularity errors in intra-binding-pattern references (#59183)
|
2024-07-15 13:48:44 -07:00 |
|
Gabriela Araujo Britto
|
03143729b1
|
Make type comparison error elaboration consistent (#58859)
|
2024-07-15 11:11:40 -07:00 |
|
Mateusz Burzyński
|
6d3be985c8
|
Fixed regression in reverse mapped type inference caused by cache leak (#59232)
Co-authored-by: Gabriela Araujo Britto <gabrielaa@microsoft.com>
|
2024-07-12 15:50:43 -07:00 |
|
Sheetal Nandi
|
9c093c13e6
|
Do not reuse ambient module name resolution from other files while determining if resolution can be reused (#59243)
|
2024-07-12 14:43:00 -07:00 |
|
Wesley Wigham
|
46410044ad
|
Improve error message for unserializable private and protected class members (#59229)
|
2024-07-11 11:05:52 -07: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 |
|
Armando Aguirre
|
972e9a70c6
|
Added affectsSourceFile to importHelpers and jsxImportSource (#59195)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
|
2024-07-10 14:18:45 -07:00 |
|
Wesley Wigham
|
ed17a89c1e
|
Write non-missing undefined on mapped type results into output (#59208)
|
2024-07-10 13:05:12 -07:00 |
|
Wesley Wigham
|
de77dd4726
|
Skip ID inference errors on nodes collected from other files (#59203)
|
2024-07-09 16:03:17 -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
|
c9dd98ee7f
|
Fixed regression in signature instantiation (#59121)
|
2024-07-09 11:34:07 -07:00 |
|
Mateusz Burzyński
|
65baa7df9d
|
Fixed a regression in declaration emit of computed non-dynamic names (#59110)
|
2024-07-09 11:21:52 -07:00 |
|
Daniel Rosenwasser
|
a6fb4dc103
|
Create a SourceFile-level indirection on children maps, store SyntaxList children directly on nodes. (#59154)
|
2024-07-08 16:55:41 -07:00 |
|
Sheetal Nandi
|
247a98335d
|
In project, instead of iterating over program files to determine if file needs to be detached, do it through existing mechanism of releasing oldSourceFile (#59181)
|
2024-07-08 13:37:44 -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 |
|
Mateusz Burzyński
|
f374ec5fbe
|
Fixed intersections of primitive unions with exactOptionalPropertyTypes when mixing undefinedType with missingType (#58186)
|
2024-07-01 11:17:01 -07:00 |
|
Sheetal Nandi
|
cb98634f49
|
Remove errors if noEmit is sepcified with noCheck or emitDeclarationOnly (#59071)
|
2024-06-28 15:25:14 -07:00 |
|
Sheetal Nandi
|
6c68fdd4b5
|
Delay the calculation of common source root if it would be needed when calculation dts files (#59070)
|
2024-06-28 14:29:11 -07:00 |
|
Sheetal Nandi
|
22bbe867fd
|
Show dts errors with --noEmit, fix some of the incremental noEmit issues and support dts diagnostics and fix the caching diagnostics in program (#59065)
|
2024-06-28 13:55:49 -07:00 |
|
Lars Kappert
|
752135eb40
|
Remove unused exports & dead code (using Knip) (#56817)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2024-06-27 14:24:01 -07:00 |
|
Sheetal Nandi
|
f7833b2a72
|
On linux or editor with canUseEvents to prefer immediate directory if its not in root or node_modules (#58866)
|
2024-06-27 11:32:33 -07:00 |
|
Sheetal Nandi
|
a6bc4ecbe5
|
Remove refCount from resolutions as we dont need it explicitly since its tracked by files it references (#59041)
|
2024-06-26 12:46:53 -07:00 |
|
Sheetal Nandi
|
7c011e766e
|
Refactor resolving module or type reference name (#59040)
|
2024-06-26 12:46:39 -07:00 |
|
Mateusz Burzyński
|
c8f2405456
|
Fixed an issue with top-level for-await loops not being allowed with --module preserve (#59042)
|
2024-06-26 12:40:07 -07:00 |
|
Ron Buckton
|
e70904a24f
|
Implement deterministic collapse of 'await' in 'await using' (#58929)
|
2024-06-25 15:28:24 -04:00 |
|
Andrew Branch
|
fa4f2e5148
|
Allow dynamic import attributes in --module preserve (#59005)
|
2024-06-25 07:31:32 -07:00 |
|
Anders Hejlsberg
|
6c01f6c584
|
Allow partial matches in discrimination logic (#58974)
|
2024-06-25 07:14:12 +02:00 |
|
Oleksandr T
|
c219989232
|
fix(58955): @import JSDoc tag doesn't seem to account for resolution-mode import attribute in TS v5.5.2 (#58966)
|
2024-06-24 15:09:04 -07:00 |
|
Ron Buckton
|
c76c418ffe
|
Fix 'accessor' crash for invalid modifier locations (#58963)
|
2024-06-24 16:18:44 -04:00 |
|
Mateusz Burzyński
|
3743fbc748
|
Consistently avoid module resolution errors when using getSymbolAtLocation (#58668)
|
2024-06-24 09:03:32 -07:00 |
|
Daniel Rosenwasser
|
327bd0990f
|
Add non-mutating Array methods to es2023 in the lib/target suggestion list (#58951)
|
2024-06-20 16:11:39 -07:00 |
|
Sheetal Nandi
|
beb375a9ca
|
Fix incorrect lib condition again! (#58945)
|
2024-06-20 13:18:39 -07:00 |
|
Jake Bailey
|
ef079c9dd3
|
Update to TS 5.5.2 (#58947)
|
2024-06-20 12:34:07 -07:00 |
|
Jake Bailey
|
aa249c094b
|
Revert "Fix incorrect condition of noLib" (PR 58867) (#58935)
|
2024-06-19 14:31:51 -07:00 |
|
Daniel Rosenwasser
|
4935e14901
|
Use more explicit operations in core helpers (and other nits) (#58873)
|
2024-06-18 16:00:00 -07:00 |
|