36638 Commits

Author SHA1 Message Date
Jake Bailey
b07aa2cae6 fmt 2025-10-24 14:35:28 -07:00
Jake Bailey
5a7ff13dd8 Fix printer leftover check 2025-10-24 14:16:33 -07:00
Jake Bailey
8b18abb79e Remove nearly all checks from the checker 2025-10-24 14:09:47 -07:00
Jake Bailey
a46f930058 Delete language feature checks for 2015 2025-10-24 13:14:22 -07:00
Jake Bailey
6436e88b62 Modify fourslash test 2025-10-24 12:59:02 -07:00
Jake Bailey
d21bdc5b26 Drop program checks 2025-10-24 12:53:37 -07:00
Jake Bailey
97149e5b78 Remove checks from the binder 2025-10-24 12:39:29 -07:00
Jake Bailey
300eae56f7 Remove even more 2025-10-24 12:30:46 -07:00
Jake Bailey
1cd78aa245 Other for good measure 2025-10-24 11:44:34 -07:00
Jake Bailey
5b07de129a Remove rest of transformer mentions 2025-10-24 11:40:43 -07:00
Jake Bailey
4ce496c297 Fix lint 2025-10-24 11:27:31 -07:00
Jake Bailey
1f01ed4cb8 More 2025-10-24 11:20:59 -07:00
Jake Bailey
e07b10828f Update baselines 2025-10-24 11:15:02 -07:00
Jake Bailey
e773626db5 Drop module transform code mentioning ES2015 2025-10-24 11:05:36 -07:00
TypeScript Bot
050a6f8127
🤖 Pick PR #62641 (Fix fourslash tests) into tsgo-port (#62642)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2025-10-20 12:51:20 -07:00
TypeScript Bot
0933ab5946
🤖 Pick PRs #62320 and #62338 into tsgo-port (#62637)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Co-authored-by: Andrew Branch <andrew@wheream.io>
2025-10-20 10:27:33 -07:00
Jake Bailey
1ee9e0d9a2 Remove circularity, rootDir errors from node modules compiler tests (#62568) 2025-10-08 17:15:11 -07:00
Jake Bailey
bc7d42611e Fix incorrect test options 2025-09-30 16:58:53 -07:00
Jake Bailey
b5061c6c9a Merge branch 'release-5.9' into tsgo-port 2025-09-30 15:20:42 -07:00
TypeScript Bot
c63de15a99 Bump version to 5.9.3 and LKG v5.9.3 2025-09-25 23:11:16 +00:00
TypeScript Bot
8428ca4cc8
🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#62440)
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
2025-09-25 10:24:46 -07:00
TypeScript Bot
a131cac683
🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#62426)
Co-authored-by: Greggman <github@greggman.com>
2025-09-25 10:24:41 -07:00
TypeScript Bot
0424333358
🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-09-25 10:24:36 -07:00
TypeScript Bot
bdb641a434
🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#62424)
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
2025-09-25 10:24:24 -07:00
Jake Bailey
abd17d4fc3 Delete more broken tests before Node 24 2025-08-04 14:59:11 -07:00
TypeScript Bot
0d9b9b92e2
🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#62164)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-07-31 22:12:22 -07:00
Wesley Wigham
2dce0c58af
Intentionally regress one buggy declaration output to an older version (#62163) 2025-07-31 17:12:05 -07:00
TypeScript Bot
5be33469d5 Bump version to 5.9.2 and LKG v5.9.2 2025-07-30 18:28:01 +00:00
TypeScript Bot
ad825f2bee Bump version to 5.9.1-rc and LKG v5.9-rc 2025-07-23 23:42:42 +00:00
TypeScript Bot
463a5bf92c Update LKG 2025-07-23 23:01:28 +00:00
TypeScript Bot
086e664947 Merge remote-tracking branch 'origin/main' into release-5.9 2025-07-23 23:00:58 +00:00
Daniel Rosenwasser
be86783155
Give more specific errors for verbatimModuleSyntax (#62113) 2025-07-23 15:38:01 -07:00
CSIGS@microsoft.com
22ef57786f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714192406710 to main (#62068) 2025-07-22 13:23:03 -07:00
Mateusz Burzyński
d5a414cd1d
Don't use noErrorTruncation when printing types with maximumLength set (#62091) 2025-07-22 08:56:52 -07:00
Jake Bailey
f14b5c8a2f
Remove unused and confusing dom.iterable.d.ts file (#62037) 2025-07-21 14:30:30 -07:00
Nathan Shively-Sanders
2778e84ed8
Restore AbortSignal.abort (#62086) 2025-07-17 11:27:15 -07:00
CSIGS@microsoft.com
65cb4bd2d5
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710202354753 to main (#62038) 2025-07-10 13:45:15 -07:00
Jake Bailey
9e20e032ef
Clear out checker-level stacks on pop (#62016) 2025-07-08 07:54:20 -07:00
Julian Taub
87740bc7fe
Fix for Issue 61081 (#61221) 2025-07-07 13:30:01 -07:00
Copilot
833a8d492c
Fix Symbol completion priority and cursor positioning (#61945)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
2025-07-02 14:46:24 -07:00
CSIGS@microsoft.com
0018c9ff12
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702194908541 to main (#61992) 2025-07-02 14:35:28 -07:00
Daniel Rosenwasser
fe698aef28
Just add a trailing call to visitNode instead of creating a new array when collecting outlining spans (#61987) 2025-07-02 10:18:12 -07:00
TypeScript Bot
ae9e5da45e Bump version to 5.9.0-beta and LKG v5.9-beta 2025-07-02 02:04:33 +00:00
Jake Bailey
441655c270
DOM Update 2025-06-18 (#61986) 2025-07-01 18:49:19 -07:00
Kenta Moriuchi
8518a8764e
fix Intl.Segments#containing return value type (#61236) 2025-07-01 17:10:50 -07:00
Jake Bailey
6d684e34e4
Restore repo dispatch for twoslash-repros workflow (#60682) 2025-07-01 09:33:39 -07:00
Idan Goshen
3ba257ffac
fix: diagnostic message for class name 'Object' when targeting different ECMAScript versions (#61850) 2025-06-30 15:46:33 -07:00
Copilot
666ef27201
Fix Copilot instructions to emphasize mandatory lint, test, and format steps (#61950)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
2025-06-30 15:22:28 -07:00
Anthony Fu
e58dde511c
perf: improve regexp performance by using non-capturing groups (#58551) 2025-06-30 15:12:49 -07:00
dependabot[bot]
5fd65f3189
Bump the github-actions group across 1 directory with 3 updates (#61804)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 14:53:13 -07:00