Commit Graph

35993 Commits

Author SHA1 Message Date
Daniel Rosenwasser 1e2fdb39ac rm \n 2024-06-06 06:18:39 +00:00
Daniel Rosenwasser 9957999fb5 Store node children WeakMaps in vars and bind its methods as locals. 2024-06-06 06:15:54 +00:00
Titian Cernicova-Dragomir c325b103d0 Preserve elided imports used in declarations (#58750) 2024-06-03 10:06:00 -07:00
dependabot[bot] 5a41344701 Bump the github-actions group across 1 directory with 2 updates (#58741)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 23:07:23 -07:00
Armando Aguirre ef514af267 Added NoTruncation flag to completions (#58719)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
2024-05-31 16:26:19 -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
Ron Buckton 4c233f1ca4 In reScanSlashToken use charCodeChecked not codePointChecked (#58727) 2024-05-31 16:08:06 -04:00
Mateusz Burzyński 7f7ff923c9 Shorten error spans for errors reported on constructor declarations (#58061) 2024-05-31 12:31:38 -07:00
Sheetal Nandi 40583ff9df Mark file as skips typechecking if it contains ts-nocheck (#58593) 2024-05-31 12:18:43 -07:00
Mateusz Burzyński 60991e0021 Fixed an issue with broken await using declarations in for of loops (#56466)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2024-05-31 10:55:28 -07:00
Titian Cernicova-Dragomir 389b579a83 Do not expand type references in keyof and index access (#58715) 2024-05-31 10:55:06 -07:00
Ben Lickly fc42002a10 Improve the performance of isolatedDeclarations quickfix (#58722) 2024-05-31 09:04:07 -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
navya9singh 59e6620260 Fixing self import (#58718) 2024-05-30 15:02:43 -07:00
Wesley Wigham bbfc1aa281 Enable JS emit for noCheck and noCheck for transpileModule (#58364) 2024-05-30 13:38:37 -07:00
Gabriela Araujo Britto b7d8809150 Revert PR 55371 (#58702) 2024-05-30 09:53:58 -07:00
Jake Bailey 5df3a107c0 Update dependencies (#58639) 2024-05-29 16:20:16 -07:00
Jake Bailey 1efb61baf2 Fix baselines after PR 58621 (#58705) 2024-05-29 15:52:31 -07:00
Ron Buckton 718d79807c Do not infer yield* type from contextual TReturn (#58621) 2024-05-29 18:05:00 -04:00
Ron Buckton 2a9e4b8aa2 await using normative changes (#58624) 2024-05-29 17:34:00 -04:00
navya9singh 1659a9d615 Handling statements from a known source file (#58679) 2024-05-29 13:46:37 -07: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
Jake Bailey fa58c615a4 Handle exported functions in ExportDeclarations for CJS/AMD/UMD emit (#58489) 2024-05-28 17:22:27 -07: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
Zzzen af3a61fe44 fix(57022): Rename of string literal property name doesn't rename all occurences (#57201) 2024-05-24 16:04:02 -07:00
Sheetal Nandi 7ad8f39118 Some tests coverage for --out and errors scenarios (#58652) 2024-05-24 14:12:38 -07:00
graphemecluster d0ef028841 Improve Recovery of Unterminated Regular Expressions (#58289)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-05-24 15:46:26 -04: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
Sheetal Nandi 87918f52df Compact the tsbuild info by encoding info differently for some of the situations (#58641) 2024-05-24 09:38:24 -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
Justin Chen abc37af88d move to code actions update and tests (#58548) 2024-05-23 12:34:42 -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
Titian Cernicova-Dragomir 2b4e7e34e7 Improve reuse of nodes in signatures with type mapping (#58546) 2024-05-23 12:11:29 -07:00
Wesley Wigham b3f3bb3d38 Propagate the error any type in union and intersection construction (#58610)
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2024-05-23 09:38:57 -07:00
Titian Cernicova-Dragomir a203ace7af Ban inferred return type on async and generator functions. (#58628) 2024-05-23 09:29:49 -07:00
Kat Marchán ddf43cd0e0 CodeMapper support (#55406) 2024-05-22 16:47:08 -07:00
Titian Cernicova-Dragomir 8537bb72eb Error if type node uses inaccessible type in isolated declarations (#58620) 2024-05-22 15:51:11 -07:00
Jake Bailey f2aebff7a3 Use dprint package for dtsBundler formatting rather than dprint CLI (#58625) 2024-05-22 15:20:26 -07:00
Sheetal Nandi e02af8e36d Fix issue where sometimes modified timestamp file was not shown in baseline (#58623) 2024-05-22 14:38:44 -07:00
Wesley Wigham b682ed4504 Lock down computed names in object literals and classes under --isolatedDeclarations (#58596) 2024-05-22 12:28:07 -07:00
Sheetal Nandi 9370347f5b Fix missing sanitization in verifyTsc baselines for timestamps (#58609) 2024-05-21 15:25:19 -07:00
Matthieu Riegler 75342d8ca8 fix(58584): formatJSDocLink shouldn't introduce a trailing space when non link text. (#58585) 2024-05-21 14:53:52 -07:00
Sheetal Nandi cd40d26f01 Skip typechecking file when generating declaraiton to get d.ts signature for incremental build (#58592) 2024-05-21 14:09:44 -07:00
Sheetal Nandi 06841520db If module exports const enum, invalidate js files along with dts as it can impact js emit as well (#58594) 2024-05-21 13:57:57 -07:00