Commit Graph

4482 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Andrew Branch
fa4f2e5148 Allow dynamic import attributes in --module preserve (#59005) 2024-06-25 07:31: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
Mateusz Burzyński
a71841c77b Improve logic that chooses co- vs. contra-variant inferences (#57909) 2024-06-17 15:25:06 -07:00
Andrew Branch
e6ae9866fd Fix declaration emit crash (#58872) 2024-06-17 12:01:40 -07:00
Mateusz Burzyński
0ca1973d8f Fixed widening errors locations in union-normalized object literal types (#58157) 2024-06-14 13:20:17 -07:00
Mateusz Burzyński
c2e48e564a Fixed declaration emit issue related to a qualifier being reused cross-file (#58810) 2024-06-14 08:14:05 -07:00
Andrew Branch
56289733a4 Revert #57896 (#58857) 2024-06-13 16:40:23 -07:00
Mateusz Burzyński
e370c867c0 Fixed declaration emit crash related to enum entity name expressions (#58786) 2024-06-13 10:59:26 -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
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
Titian Cernicova-Dragomir
370228311c Resolve keyof and index operations instead of their targets. (#58758) 2024-06-03 16:21:48 -07:00
Titian Cernicova-Dragomir
c325b103d0 Preserve elided imports used in declarations (#58750) 2024-06-03 10:06:00 -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
Titian Cernicova-Dragomir
389b579a83 Do not expand type references in keyof and index access (#58715) 2024-05-31 10:55:06 -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
Ron Buckton
718d79807c Do not infer yield* type from contextual TReturn (#58621) 2024-05-29 18:05:00 -04: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
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
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
Isabel Duan
cffc425ad7 fix53287 mergeSymbol checks if the resolved target can merge with the source (#58326) 2024-05-23 17:30:13 -07:00
Ron Buckton
a1dfb1abe5 Fix class decorator detection in class fields transform (#58554) 2024-05-23 15:32:46 -04:00
Wesley Wigham
d66a30992b Add test for issue fixed by #58546 (#58635) 2024-05-23 12:31:01 -07:00
Wesley Wigham
6f72e24544 Fix elided var handling in declaration emit visibility checks (#58605)
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2024-05-21 13:44:35 -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
Titian Cernicova-Dragomir
4ece0a381b Partially reuse type nodes (#58516) 2024-05-14 13:56:41 -07:00
Anders Hejlsberg
d90e8e7eca Fix constant evaluation of template string expressions (#58500) 2024-05-14 09:44:05 -04:00
Titian Cernicova-Dragomir
72c12c9920 Isolated declarations fix signature serialization scoping (#58409) 2024-05-10 14:09:25 -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
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