[PR #889] [MERGED] Migrate core to TS p2 #17754

Closed
opened 2026-04-14 20:24:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/889
Author: @albertogasparin
Created: 4/11/2023
Status: Merged
Merged: 4/12/2023
Merged by: @j-f1

Base: masterHead: chore/convert-core-ts-p2


📝 Commits (2)

📊 Changes

57 files changed (+392 additions, -446 deletions)

View changed files

📝 .eslintrc.js (+1 -0)
📝 packages/api/.eslintignore (+1 -0)
📝 packages/loot-core/package.json (+1 -0)
📝 packages/loot-core/src/platform/client/fetch/__mocks__/index.web.ts (+3 -3)
📝 packages/loot-core/src/platform/client/fetch/index.browser.ts (+4 -0)
📝 packages/loot-core/src/platform/client/fetch/index.testing.ts (+0 -0)
📝 packages/loot-core/src/platform/client/fetch/index.web.ts (+0 -0)
packages/loot-core/src/platform/client/undo/index.d.ts (+24 -0)
packages/loot-core/src/platform/client/undo/index.js (+0 -0)
📝 packages/loot-core/src/platform/client/undo/index.web.ts (+9 -7)
📝 packages/loot-core/src/platform/server/asyncStorage/index.electron.ts (+2 -2)
📝 packages/loot-core/src/platform/server/asyncStorage/index.testing.ts (+0 -0)
📝 packages/loot-core/src/platform/server/asyncStorage/index.web.ts (+4 -4)
packages/loot-core/src/platform/server/connection/index.api.js (+0 -9)
packages/loot-core/src/platform/server/connection/index.api.ts (+11 -0)
packages/loot-core/src/platform/server/connection/index.d.ts (+17 -0)
📝 packages/loot-core/src/platform/server/connection/index.electron.ts (+7 -4)
packages/loot-core/src/platform/server/connection/index.testing.js (+0 -15)
packages/loot-core/src/platform/server/connection/index.testing.ts (+17 -0)
📝 packages/loot-core/src/platform/server/connection/index.web.ts (+11 -5)

...and 37 more files

📄 Description

Another batch of files from loot-core migrated to TS (loose mode)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/889 **Author:** [@albertogasparin](https://github.com/albertogasparin) **Created:** 4/11/2023 **Status:** ✅ Merged **Merged:** 4/12/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `chore/convert-core-ts-p2` --- ### 📝 Commits (2) - [`20ce62a`](https://github.com/actualbudget/actual/commit/20ce62aaaeb9a08b4a8992248aa61b96650c9d18) Migrate core to TS p2 - [`ec0f449`](https://github.com/actualbudget/actual/commit/ec0f449a4748a23ee8c659ba48fea1c6e9e99628) Fix tests and add changelog ### 📊 Changes **57 files changed** (+392 additions, -446 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+1 -0) 📝 `packages/api/.eslintignore` (+1 -0) 📝 `packages/loot-core/package.json` (+1 -0) 📝 `packages/loot-core/src/platform/client/fetch/__mocks__/index.web.ts` (+3 -3) 📝 `packages/loot-core/src/platform/client/fetch/index.browser.ts` (+4 -0) 📝 `packages/loot-core/src/platform/client/fetch/index.testing.ts` (+0 -0) 📝 `packages/loot-core/src/platform/client/fetch/index.web.ts` (+0 -0) ➕ `packages/loot-core/src/platform/client/undo/index.d.ts` (+24 -0) ➖ `packages/loot-core/src/platform/client/undo/index.js` (+0 -0) 📝 `packages/loot-core/src/platform/client/undo/index.web.ts` (+9 -7) 📝 `packages/loot-core/src/platform/server/asyncStorage/index.electron.ts` (+2 -2) 📝 `packages/loot-core/src/platform/server/asyncStorage/index.testing.ts` (+0 -0) 📝 `packages/loot-core/src/platform/server/asyncStorage/index.web.ts` (+4 -4) ➖ `packages/loot-core/src/platform/server/connection/index.api.js` (+0 -9) ➕ `packages/loot-core/src/platform/server/connection/index.api.ts` (+11 -0) ➕ `packages/loot-core/src/platform/server/connection/index.d.ts` (+17 -0) 📝 `packages/loot-core/src/platform/server/connection/index.electron.ts` (+7 -4) ➖ `packages/loot-core/src/platform/server/connection/index.testing.js` (+0 -15) ➕ `packages/loot-core/src/platform/server/connection/index.testing.ts` (+17 -0) 📝 `packages/loot-core/src/platform/server/connection/index.web.ts` (+11 -5) _...and 37 more files_ </details> ### 📄 Description Another batch of files from `loot-core` migrated to TS (loose mode) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 20:24:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#17754