Andrew Branch
|
7715955f89
|
Fix helpers emit for .cjs files in ESM module mode (#61814)
|
2025-06-06 15:08:04 -07:00 |
|
Mateusz Burzyński
|
fa2a0fc5a2
|
Issue "'{0}' declarations can only be declared inside a block." for block-scoped variables in presence of parse errors (#61824)
|
2025-06-06 14:00:25 -07:00 |
|
René
|
1e2494566e
|
explicitly disallow using in ambient contexts (#61781)
|
2025-06-06 13:44:02 -07:00 |
|
René
|
652ed7fea0
|
Add lib.esnext.sharedmemory (#61646)
|
2025-06-06 13:33:13 -07:00 |
|
Mateusz Burzyński
|
51dcd9001d
|
Cache mapper instantiations (#61505)
|
2025-06-06 12:21:17 -07:00 |
|
Dirk Luijk
|
ffd98c1773
|
feat: add Error.isError() to ESNext lib (#60788)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2025-06-06 12:16:35 -07:00 |
|
Nicolò Ribaudo
|
a69c6d0bb7
|
Add support for import defer proposal (#60757)
Co-authored-by: Ujjwal Sharma <ryzokuken@disroot.org>
Co-authored-by: Nicolò Ribaudo <hell@nicr.dev>
|
2025-06-06 12:11:21 -07:00 |
|
Ryan Cavanaugh
|
cd341998a9
|
tsc --init update (#61813)
|
2025-06-06 12:03:28 -07:00 |
|
magic-akari
|
ac03ba4f02
|
fix(checker): report error when using bigint as enum key (#61777)
|
2025-06-05 16:37:47 -07:00 |
|
Oleksandr T.
|
a591ca3fdc
|
fix(61747): for (using of = is incorrectly parsed (#61764)
|
2025-06-05 16:37:40 -07:00 |
|
CSIGS@microsoft.com
|
2b88aebaaa
|
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250604192236101 to main (#61815)
|
2025-06-04 12:51:27 -07:00 |
|
Sheetal Nandi
|
3dd0a35032
|
Initialize the map for dts to reference and source to reference when parsing project reference as its always needed (#61746)
|
2025-06-04 09:55:15 -07:00 |
|
Jake Bailey
|
44d46714c8
|
Update pr_owners.txt (#61798)
|
2025-06-03 14:22:16 -07:00 |
|
Sheetal Nandi
|
b504a1eed4
|
Handle lock file 3 version when caching the typings ensuring we can reuse already installed packages (#61730)
|
2025-05-21 13:58:23 -07:00 |
|
Andrew Branch
|
81c951894e
|
Fix getResolvePackageJsonImports utility (#61707)
|
2025-05-15 17:49:35 -07:00 |
|
Mateusz Burzyński
|
b86ab7dbe0
|
Stop reassigning .valueDeclaration to avoid replacing earlier declarations with late ones (#60857)
|
2025-05-15 09:51:34 -07:00 |
|
Mateusz Burzyński
|
0fb5e3a8cf
|
Preserve type parameter constraint in emitted mapped types while preserving their distributivity (#54759)
|
2025-05-12 10:54:34 -07:00 |
|
Ulrich Stark
|
7156300cee
|
Fix unwanted constant comparisons potentially causing bugs (#61655)
|
2025-05-09 15:20:44 -07:00 |
|
Gabriela Araujo Britto
|
0ee67b517f
|
Add configurable maximum hover length (#61662)
|
2025-05-09 13:31:39 -07:00 |
|
Ron Buckton
|
8c62e08448
|
DOM Update 2025-05-02 (#61647)
|
2025-05-07 18:02:49 -04:00 |
|
Joseph Martin
|
d88d3a4681
|
docs(lib): add @throws JSDoc for JSON methods (#61596)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2025-05-02 15:20:58 -07:00 |
|
Zzzen
|
5e36778330
|
check usage before declaration for decorators (#50372)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2025-05-02 14:01:09 -07:00 |
|
Zzzen
|
e37ca49c70
|
arguments should not be allowed in class static block (#48172)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
|
2025-05-02 06:38:33 -07:00 |
|
Oleksandr T.
|
11e7932759
|
fix(61258): Renaming namespace with const enum doesn't update enum references (#61263)
|
2025-04-24 14:35:05 -07:00 |
|
Tom Mrazauskas
|
38b78b70d2
|
Add the .getNonPrimitiveType() method to the TypeChecker (#61562)
|
2025-04-24 14:08:52 -07:00 |
|
Hans Brende
|
75202af2cc
|
Fix #61098 (#61113)
|
2025-04-24 13:55:56 -07:00 |
|
dependabot[bot]
|
62b172b515
|
Bump the github-actions group across 1 directory with 3 updates (#61601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-21 10:15:39 -07:00 |
|
Sebastian "Sebbie" Silbermann
|
0a1aa6d6eb
|
Deemphasize old JSX transform (#61586)
|
2025-04-17 11:02:55 -07:00 |
|
Andrew Branch
|
6afd0fb73f
|
Fix crash when serializing default export in error (#61582)
|
2025-04-16 09:43:33 -07:00 |
|
Gabriela Araujo Britto
|
069de743db
|
Expandable hover (#61492)
|
2025-04-15 12:14:38 -07:00 |
|
Mateusz Burzyński
|
eef7c14ef1
|
Treat functions with @type tags on parameters as typed in JS files (#61177)
|
2025-04-14 15:35:20 -07:00 |
|
Jake Bailey
|
83dc0bb2ed
|
Convert release publishing inputs into parameters (#61523)
|
2025-04-04 12:22:18 -07:00 |
|
Vitaly
|
ba663f6ac2
|
Exclude completions of binding pattern variable initializers (#52723)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
|
2025-04-02 13:47:43 -07:00 |
|
dependabot[bot]
|
7205eda454
|
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group (#61509)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-01 13:54:15 -07:00 |
|
Mateusz Burzyński
|
89c572ca0c
|
Fixed a symbol display crash on expando members write locations (#55478)
|
2025-04-01 13:40:59 -07:00 |
|
Jake Bailey
|
7b26d2eba5
|
Fix incorrect name in new release pipeline (#61514)
|
2025-03-31 16:19:05 -07:00 |
|
Jake Bailey
|
c7a559eeae
|
Add new release publisher yaml (#61491)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
|
2025-03-31 16:10:51 -07:00 |
|
Fróði Karlsson
|
29e6d6689d
|
Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
|
2025-03-25 16:24:52 -07:00 |
|
dependabot[bot]
|
19b777260b
|
Bump the github-actions group with 4 updates (#61474)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-24 04:23:27 -07:00 |
|
Daniel Rosenwasser
|
4dc677b292
|
Fix errors on type assertions in erasableSyntaxOnly (#61452)
|
2025-03-19 16:25:22 -07:00 |
|
Oleksandr T.
|
ee3dd7264b
|
fix(60908): Unexpected "'Type' is declared but its value is never read." error with jsdoc @import syntax (#60921)
|
2025-03-17 13:29:48 -07:00 |
|
Titian Cernicova-Dragomir
|
a00b324ab2
|
Fix serialization of accessor types in declaration files. (#61392)
|
2025-03-14 12:36:08 -07:00 |
|
dependabot[bot]
|
0aac72020e
|
Bump github/codeql-action from 3.28.10 to 3.28.11 in the github-actions group (#61387)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-10 09:17:17 -07:00 |
|
CSIGS@microsoft.com
|
1efdcd9ff7
|
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250306202248269 to main (#61368)
|
2025-03-06 12:41:55 -08:00 |
|
Titian Cernicova-Dragomir
|
c85e626d8e
|
Rename type parameters when they are shadowed. (#61342)
|
2025-03-04 11:34:32 -08:00 |
|
dependabot[bot]
|
47442d958c
|
Bump the github-actions group with 2 updates (#61333)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-03 09:46:35 -08:00 |
|
Jake Bailey
|
15392346d0
|
Ban old-style type assertions under erasableSyntaxOnly (#61244)
|
2025-02-28 11:10:43 -08:00 |
|
CSIGS@microsoft.com
|
011f7e4ee5
|
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250227204102665 to main (#61315)
|
2025-02-27 12:58:31 -08:00 |
|
René
|
6121f45347
|
lib.es2017: Move SharedArrayBuffer[Symbol.species] onto constructor interface (#61271)
|
2025-02-26 16:47:50 -05:00 |
|
Mateusz Burzyński
|
b97eafbf3b
|
Fixed accidentally reused comments between files in the emitter (#61261)
Co-authored-by: michaelm <michael.mitchell@airtable.com>
|
2025-02-26 12:48:59 -08:00 |
|