Commit Graph

36133 Commits

Author SHA1 Message Date
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
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
Jake Bailey
2640db8b39 Fix coverage uploading (#59334) 2024-07-17 15:09:55 -07:00
Jake Bailey
ba46eca139 Use monocart for coverage reports, enable codecov (#58850) 2024-07-17 14:55:45 -07:00
Ron Buckton
e7e813542a Work around inconsistent recursive directory watch events (#59328) 2024-07-17 16:51:44 -04: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
Sheetal Nandi
f37482cd16 Always watch package jsons for the sourceFile (#59311) 2024-07-16 16:01:33 -07:00
Oleksandr T.
bf39eccee6 fix(59304): Convert to ESM uses template strings instead of string literals (#59306) 2024-07-16 14:02:39 -07:00
Isabel Duan
66a762f59d visitNodesWithoutCopyingPositions always makes a new NodeArray (#59137) 2024-07-17 05:50:17 +09: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
Sheetal Nandi
5e105ea71a Use correct current directory for calculation for tests for reusable program tests (#59303) 2024-07-16 12:47:21 -07:00
Hideaki Noshiro
edd08a570a fix: fix the return type of Int8Array::toReversed in es2023.array.d.ts (#59163) 2024-07-17 03:24:28 +09:00
Sheetal Nandi
6369240da6 Store information in buildInfo to repopulate mode mismatch based on status of package.json (#59286) 2024-07-16 10:12:14 -07:00
Jake Bailey
bd54a6bb2b Verify that perf_hooks result actually contains the performance object (#59300) 2024-07-16 10:03:02 -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
Sheetal Nandi
9c093c13e6 Do not reuse ambient module name resolution from other files while determining if resolution can be reused (#59243) 2024-07-12 14:43:00 -07:00
Wesley Wigham
46410044ad Improve error message for unserializable private and protected class members (#59229) 2024-07-11 11:05:52 -07:00
Oleksandr T
e450c463c6 fix(59011): TypeScript generates invalid types if @import tags are spread over multiple lines (#59026) 2024-07-10 15:37:49 -07:00
Andrew Branch
64f89e7961 Fix codefix crash on circular aliases (#59215) 2024-07-10 15:37:12 -07:00
Armando Aguirre
972e9a70c6 Added affectsSourceFile to importHelpers and jsxImportSource (#59195)
Co-authored-by: Armando Aguirre Sepulveda <araguir@microsoft.com>
2024-07-10 14:18:45 -07:00
dependabot[bot]
635db122d6 Bump actions/upload-artifact from 4.3.3 to 4.3.4 in the github-actions group (#59169)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 14:01:59 -07:00
Wesley Wigham
ed17a89c1e Write non-missing undefined on mapped type results into output (#59208) 2024-07-10 13:05:12 -07:00
Jake Bailey
2fd707d850 Disable noEmitOnError (#59223) 2024-07-10 09:59:23 -07:00
Jake Bailey
a6a0f4ad58 Fix baselines from PR 59203 (#59216) 2024-07-09 18:36:50 -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
9afdd74b40 Enable typed linting for scripts dir (#59073) 2024-07-09 15:15:35 -07:00
Jake Bailey
533acb5ad9 Consider enclosing declaration when serializing inferred return types (#59170) 2024-07-09 14:35:27 -07:00