[PR #1147] [MERGED] Tidy up exports in loot-core #3553

Closed
opened 2026-02-28 20:43:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1147
Author: @Shazib
Created: 6/18/2023
Status: Merged
Merged: 6/20/2023
Merged by: @MatissJanis

Base: masterHead: export-tidy


📝 Commits (10+)

📊 Changes

15 files changed (+32 additions, -31 deletions)

View changed files

📝 packages/loot-core/src/client/data-hooks/accounts.tsx (+1 -1)
📝 packages/loot-core/src/client/data-hooks/payees.tsx (+1 -1)
📝 packages/loot-core/src/client/query-helpers.ts (+3 -3)
📝 packages/loot-core/src/client/query-hooks.tsx (+1 -5)
📝 packages/loot-core/src/client/reducers/budgets.ts (+1 -1)
📝 packages/loot-core/src/server/accounts/rules.ts (+2 -2)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+1 -2)
📝 packages/loot-core/src/server/aql/compiler.ts (+1 -1)
📝 packages/loot-core/src/server/aql/schema/executors.ts (+1 -1)
📝 packages/loot-core/src/server/backups.ts (+2 -2)
📝 packages/loot-core/src/server/schedules/app.ts (+7 -7)
📝 packages/loot-core/src/server/schedules/find-schedules.ts (+1 -1)
📝 packages/loot-core/src/server/update.ts (+1 -1)
📝 packages/loot-core/src/shared/transactions.ts (+3 -3)
upcoming-release-notes/1147.md (+6 -0)

📄 Description

Following on from #1146 this PR removes all unused exports from loot-core/


🔄 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/1147 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 6/18/2023 **Status:** ✅ Merged **Merged:** 6/20/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `export-tidy` --- ### 📝 Commits (10+) - [`8fcaa99`](https://github.com/actualbudget/actual/commit/8fcaa995b1c2bb6c37c29e1427442d80bc330db1) Remove unused exports - [`ae6adf6`](https://github.com/actualbudget/actual/commit/ae6adf636656ff5d89250b9482d715cb4efa889f) Add Release Notes - [`b4e766e`](https://github.com/actualbudget/actual/commit/b4e766ec989cec7912b73275111f5a0477a24a07) Removing unused functions - [`0a37705`](https://github.com/actualbudget/actual/commit/0a37705c34b4bc5c16062e93e5bb2092c455ad5c) Merge branch 'actualbudget:master' into export-tidy - [`2505471`](https://github.com/actualbudget/actual/commit/250547113489fdce55ec94ccc8fe0c06aa58520a) Merge branch 'export-tidy' of https://github.com/Shazib/actual into export-tidy - [`ff66c63`](https://github.com/actualbudget/actual/commit/ff66c632d494de33ecc70d3650e1d53d8ed19e05) Add Release Notes - [`06adff4`](https://github.com/actualbudget/actual/commit/06adff4c3f913f60aa217841050ce22ac3f7e3f6) Merge branch 'actualbudget:master' into export-tidy - [`1362313`](https://github.com/actualbudget/actual/commit/136231326e6f7ade810f3a209e005510d48a21d2) Removing Tutorial - [`181c78d`](https://github.com/actualbudget/actual/commit/181c78de0bbd295852e0daebfbd935698199f5b2) Add Release Notes - [`3bc98b4`](https://github.com/actualbudget/actual/commit/3bc98b42cc69290af57588b0b23fd8eb184cea3a) Merge branch 'actualbudget:master' into export-tidy ### 📊 Changes **15 files changed** (+32 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/data-hooks/accounts.tsx` (+1 -1) 📝 `packages/loot-core/src/client/data-hooks/payees.tsx` (+1 -1) 📝 `packages/loot-core/src/client/query-helpers.ts` (+3 -3) 📝 `packages/loot-core/src/client/query-hooks.tsx` (+1 -5) 📝 `packages/loot-core/src/client/reducers/budgets.ts` (+1 -1) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+2 -2) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+1 -2) 📝 `packages/loot-core/src/server/aql/compiler.ts` (+1 -1) 📝 `packages/loot-core/src/server/aql/schema/executors.ts` (+1 -1) 📝 `packages/loot-core/src/server/backups.ts` (+2 -2) 📝 `packages/loot-core/src/server/schedules/app.ts` (+7 -7) 📝 `packages/loot-core/src/server/schedules/find-schedules.ts` (+1 -1) 📝 `packages/loot-core/src/server/update.ts` (+1 -1) 📝 `packages/loot-core/src/shared/transactions.ts` (+3 -3) ➕ `upcoming-release-notes/1147.md` (+6 -0) </details> ### 📄 Description Following on from #1146 this PR removes all unused exports from `loot-core/` --- <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-02-28 20:43:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3553