36166 Commits

Author SHA1 Message Date
Anders Hejlsberg
e713577fc8 Include declaration emit in tests 2024-07-30 10:01:06 -07:00
Anders Hejlsberg
4a6d9fdc7c Add tests 2024-07-30 09:58:26 -07:00
Anders Hejlsberg
2e0d0fcb6c Allow references to const variables with literal types in constant expressions 2024-07-30 09:30:01 -07:00
Anders Hejlsberg
e0036e65e8 Allow const assertions in constant expressions 2024-07-30 09:28:37 -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
dependabot[bot]
2daa5027a3 Bump the github-actions group with 2 updates (#59454)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 09:55:12 -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
Jake Bailey
574ae44fd4 Bring back exported defaultInitCompilerOptions (#59436) 2024-07-26 14:24:32 -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
Jake Bailey
74cefa848c Tighten signature of append (#59426) 2024-07-26 10:08:40 -07:00
Jake Bailey
12ae799eda Don't include "this is a crash" as a version in the bug template (#59427) 2024-07-25 17:30:19 -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
Sheetal Nandi
941d1543c2 Use open file to determine file existence (#59418) 2024-07-25 15:46:05 -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
f8336d1479 Use spread when converting completion entry to protocol format (#59412) 2024-07-24 17:29:12 -07:00
Gabriela Araujo Britto
0c33c13b83 Fix completion entry conversion to protocol format (#59410) 2024-07-24 12:59:15 -07:00
Jake Bailey
ec7ff812c1 Unpin Node 22 now that 22.5.1 is out (#59359) 2024-07-24 11:28:09 -07:00
Jake Bailey
3f6f3164d6 Remove stableSort, rename sort to toSorted (#55728) 2024-07-23 18:17:07 -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
Wesley Wigham
5bd4e004e6 Skip markLinkedReferences import elision walk entirely in some common cases (#59398) 2024-07-23 15:57:54 -07:00
dependabot[bot]
4992b2fee1 Bump github/codeql-action from 3.25.12 to 3.25.13 in the github-actions group (#59387)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 15:13:30 -07:00
Gabriela Araujo Britto
8a36e26ac6 Add commit characters to protocol (#59339) 2024-07-23 12:32:38 -07:00
Jake Bailey
97ed8fc13b Update deps, to TS 5.5.4 (#59395) 2024-07-23 10:32:11 -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
Colin T.A. Gray
3f2a9e4ee0 Use more universal ANSI sequence for 'clear screen and clear buffer' (#57701)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-07-22 13:30:17 -07:00
Ron Buckton
5929c96378 Use 'BuiltinAsyncIterator' spelling (#59388) 2024-07-22 00:45:55 -04:00
Jake Bailey
903e82b368 Update dprint to pick up comment bugfix (#59358) 2024-07-19 17:57:50 -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
Ron Buckton
79bd844d9b Add fast paths for 'BuiltinIterator' and 'AsyncBuiltinIterator' (#59368) 2024-07-19 19:02:54 -04:00
Ron Buckton
98f45d7a4c Manual update of generated DOM and Worker libs (#59366) 2024-07-19 14:27:35 -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
Sheetal Nandi
f8a7913c1e Dont filter type aquisition when its not enabled (#59351) 2024-07-18 14:16:07 -07:00
Nathan Shively-Sanders
121c5dd36b DOM update 2024-07-12 (#59259) 2024-07-18 13:02:34 -07:00
Jake Bailey
1fd2c1f221 Stop using latest Node in CI (#59347) 2024-07-18 09:40:36 -07:00
dependabot[bot]
b8af314596 Bump the github-actions group across 1 directory with 4 updates (#59333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:48:47 -07:00
Jake Bailey
14eca92fd7 Update deps (#59188) 2024-07-17 19:40:38 -07: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