Commit Graph

12800 Commits

Author SHA1 Message Date
Mateusz Burzyński
a5e0385edf Avoid reporting EPC on unannotated using declarations (#59590) 2024-08-13 13:35:58 -07:00
Mateusz Burzyński
562b815ba3 Add a regression test related to narrowing in plain JS files (#59611) 2024-08-13 10:19:46 -07:00
Oleksandr T.
7049af5f4f fix(58166): Class parameter property with initializer before required property emits non-nullable parameter for declaration emit (#58177) 2024-08-12 15:42:09 -07:00
Mateusz Burzyński
f04672842b Fixed completion crashes related to JSDocImportTag (#59527) 2024-08-12 14:36:03 -07:00
Andrew Branch
4b12d82b6b Fix auto import file extensions with package.json imports wildcards (#59564) 2024-08-09 13:48:13 -07:00
Sung Ye In
f3b118ed21 fix: filtering promise properties in object literal completion (#59316) 2024-08-09 13:14:30 -07:00
Andrew Branch
09caaf60aa Add autoImportSpecifierExcludeRegexes preference (#59543) 2024-08-09 11:12:18 -07:00
Mateusz Burzyński
1bb1d2a610 Fixed regression in generic signature instantiation with default type args (#59510) 2024-08-08 20:24:10 -07:00
Anders Hejlsberg
278cb9489d Properly account for type parameters introduced by contextual types (#59516) 2024-08-08 13:38:46 -07:00
Oleksandr T.
1f54d0a935 fix(59484): Constructor overload still present in emitted JS (#59491) 2024-08-08 12:37:57 -04:00
Mateusz Burzyński
3cf708e179 Fixed types of properties of contextual filtering mapped types (#56201) 2024-08-08 08:58:20 -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
Andrew Branch
34048178a2 Move ambient const enum error from use site to import in verbatimModuleSyntax (#59438) 2024-07-30 11:20:59 -07:00
Mateusz Burzyński
d7ff565b6c Fixed inlay hints for inferred type predicates (#59441) 2024-07-29 16:25:36 -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ński
451388cfd5 Fixed quick fixes for inferred type predicates (#58958) 2024-07-26 10:21:18 -07:00
Mateusz Burzyński
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
Isabel Duan
107a007a9a organizeImports makes no changes if there are parse errors in the sourceFile (#58903) 2024-07-25 16:28:19 -07:00
Oleksandr T.
7319968e90 fix(59116): Codefix add missing function declaration inserts function in wrong file (#59213) 2024-07-24 19:45:52 -07:00
Gabriela Araujo Britto
0c33c13b83 Fix completion entry conversion to protocol format (#59410) 2024-07-24 12:59:15 -07:00
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
Oleksandr T.
8a0e47e242 fix(58772): Duplicate exports.* = assignments in CommonJS output in some cases (#59120) 2024-07-22 16:10:29 -07:00
Mateusz Burzyński
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
Mateusz Burzyński
09e47d0638 Fixed crash when transforming modules with top-level if statements incorrectly containining export statements (#59375) 2024-07-22 15:59:12 -07:00
Mateusz Burzyński
c6c42992c1 Fixed a crash when transforming modules with top-level labels (#59374) 2024-07-22 15:59:02 -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
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 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
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
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
Mateusz Burzyński
45062406e4 Fixed crash on authored import type nodes when serializing for declarations (#59160) 2024-07-18 08:41:47 +09: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