4507 Commits
Author SHA1 Message Date
Anders Hejlsberg 64e0459724 Add tests 2024-08-12 13:51:21 -07:00
Anders Hejlsberg b60fbc053d Update tests 2024-08-08 10:26:03 -07:00
Anders Hejlsberg f392aa3003 Merge branch 'main' into fix11498
# Conflicts:
#	src/compiler/diagnosticMessages.json
#	src/compiler/utilities.ts
2024-08-07 16:37:35 -07:00
Jake Bailey 99878128f0 Don't treat an instantiation expression as an assertion in skipOuterExpressions (#59538) 2024-08-06 15:01:46 -07:00
Ron Buckton a745d1b205 Disambiguate BuiltinIterator/BuiltinIteratorReturn (#59506) 2024-08-05 17:32:47 -04:00
Ryan Cavanaugh aafdfe5b3f Use contextual type to determine 'this' when determining member visibility (#56105) 2024-08-02 15:22:20 -07:00
Ryan Cavanaugh 5d545aa9b3 Allow import = in module augmentations (#57704) 2024-08-02 12:55:27 -07:00
Ryan Cavanaugh 6f646429e0 Remove incorrect call to checkTruthinessExpression (#59507) 2024-08-02 12:51:07 -07:00
Ryan Cavanaugh ffb958592b Allow this when it appears in this is T positions (#59310) 2024-08-02 10:38:36 -07:00
Wesley Wigham 8daac14aa4 Add support for the @jsxruntime pragma (#59500) 2024-08-01 13:54:01 -07:00
Wesley Wigham 41b993bebe Use local symbol rather then target symbol for tracking reused references (#59493) 2024-07-31 15:52:05 -07:00
Mateusz Burzyński 68648256f8 Fixed crash related to creating file diagnostics outside of the source file range in checkPotentialUncheckedRenamedBindingElementsInTypes (#59428) 2024-07-29 13:31:16 -07:00
Andrew Branch 9405f21622 Don’t enforce export/declare overload modifier consistency across module augmentations (#59416) 2024-07-29 09:20:42 -07:00
Mateusz Burzyński 9757109caf Fixed crashed related to emptied labeled statements in converted loop bodies (#59434) 2024-07-26 14:34:48 -07:00
Mateusz BurzyńskiandJake Bailey 1da9630a34 Bailout early from isFunctionObjectType for evolving arrays (#58049)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-07-26 10:09:02 -07:00
Mateusz BurzyńskiandJake Bailey ca4ef16c8f Fixed crash in classFields transform related to broken bodyless constructors (#59280)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-07-22 16:00:16 -07:00
Ryan Cavanaugh 71fb864138 Disallow truthiness/nullishness checks on syntax that never varies on it (#59217) 2024-07-22 15:26:17 -07:00
Isabel Duan dfb870150c fix35982: allow BigIntLiteral to parse as PropertyName for literal object and indices (#58608) 2024-07-19 17:48:08 -07:00
Jake Bailey 85d6bb6fe6 Add new option "noUncheckedSideEffectImports" (#58941) 2024-07-19 17:35:02 -07:00
Kevin GibbonsandRon Buckton 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
graphemeclusterandRon Buckton 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
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
Andrew BranchandJake Bailey 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ńskiandGabriela Araujo Britto 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ńskiandGabriela Araujo Britto 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
Anders Hejlsberg 01670b06a5 Add tests 2024-07-12 07:54:18 -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
graphemeclusterandRon Buckton 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