[PR #1434] [MERGED] 🐛 (crdt) export Clock as a type to fix warning #3739

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1434
Author: @MatissJanis
Created: 7/31/2023
Status: Merged
Merged: 7/31/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-crdt-export


📝 Commits (2)

  • 968bd77 🐛 (crdt) export Clock as a type to fix warning
  • 3a38050 Another fix

📊 Changes

4 files changed (+9 additions, -3 deletions)

View changed files

📝 packages/crdt/package.json (+1 -1)
📝 packages/crdt/src/crdt/index.ts (+1 -1)
📝 packages/crdt/src/main.ts (+1 -1)
upcoming-release-notes/1434.md (+6 -0)

📄 Description

Fixes:

WARNING in ./packages/crdt/src/crdt/index.ts 3:0-126
export 'Clock' (reexported as 'Clock') was not found in './timestamp' (possible exports: Timestamp, deserializeClock, getClock, makeClientId, makeClock, serializeClock, setClock)
 @ ./packages/crdt/src/main.ts 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129
 @ ./packages/crdt/index.ts 1:0-27 1:0-27
 @ ./packages/loot-core/src/server/main.ts 3:0-41 1996:4-17 1996:38-55 1997:90-109 1997:110-1[23](https://github.com/actualbudget/actual/actions/runs/5711879798/job/15474279705?pr=1432#step:4:24)

https://github.com/actualbudget/actual/actions/runs/5711879798/job/15474279705?pr=1432


🔄 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/1434 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/31/2023 **Status:** ✅ Merged **Merged:** 7/31/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-crdt-export` --- ### 📝 Commits (2) - [`968bd77`](https://github.com/actualbudget/actual/commit/968bd77f9dbbb37e59bcf4325127b417d5858f16) :bug: (crdt) export Clock as a type to fix warning - [`3a38050`](https://github.com/actualbudget/actual/commit/3a3805056f0a0c177f819d0a4938b7ceb514a0c8) Another fix ### 📊 Changes **4 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/crdt/src/crdt/index.ts` (+1 -1) 📝 `packages/crdt/src/main.ts` (+1 -1) ➕ `upcoming-release-notes/1434.md` (+6 -0) </details> ### 📄 Description Fixes: ``` WARNING in ./packages/crdt/src/crdt/index.ts 3:0-126 export 'Clock' (reexported as 'Clock') was not found in './timestamp' (possible exports: Timestamp, deserializeClock, getClock, makeClientId, makeClock, serializeClock, setClock) @ ./packages/crdt/src/main.ts 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 2:0-129 @ ./packages/crdt/index.ts 1:0-27 1:0-27 @ ./packages/loot-core/src/server/main.ts 3:0-41 1996:4-17 1996:38-55 1997:90-109 1997:110-1[23](https://github.com/actualbudget/actual/actions/runs/5711879798/job/15474279705?pr=1432#step:4:24) ``` https://github.com/actualbudget/actual/actions/runs/5711879798/job/15474279705?pr=1432 --- <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:46:01 -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#3739