Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
67b9933
wip
sonalideshpandemsft Sep 10, 2025
0145b44
wip
sonalideshpandemsft Sep 12, 2025
eb435c8
Merge remote-tracking branch 'origin' into directory-oracle
sonalideshpandemsft Sep 17, 2025
f34b302
wip
sonalideshpandemsft Sep 17, 2025
6270c98
wip
sonalideshpandemsft Sep 17, 2025
8a5cb97
wip
sonalideshpandemsft Sep 17, 2025
e5b9d7d
skip seed
sonalideshpandemsft Sep 18, 2025
5daccaf
failing seed
sonalideshpandemsft Sep 18, 2025
b92a838
rename file
sonalideshpandemsft Sep 18, 2025
25562c5
Merge remote-tracking branch 'origin' into directory-oracle
sonalideshpandemsft Nov 18, 2025
1946f1a
wip
sonalideshpandemsft Nov 18, 2025
b0b3a04
Merge branch 'main' into directory-oracle
sonalideshpandemsft Nov 18, 2025
2f80945
nit
sonalideshpandemsft Nov 19, 2025
1066afe
Merge branch 'main' into directory-oracle
sonalideshpandemsft Nov 19, 2025
3aadb04
feedback wip
sonalideshpandemsft Nov 21, 2025
2009349
cleanup containedValueChanged, dispose and undisposed event
sonalideshpandemsft Nov 21, 2025
8302b78
feedback wip
sonalideshpandemsft Nov 24, 2025
822a94b
wip
sonalideshpandemsft Nov 24, 2025
5a96805
Add clearInternal event and mark it as internal
sonalideshpandemsft Nov 25, 2025
e7f7318
wip
sonalideshpandemsft Nov 25, 2025
2f0e9fe
Merge branch 'main' into add-clearInternal
sonalideshpandemsft Nov 25, 2025
1535962
feedback
sonalideshpandemsft Nov 25, 2025
57c0607
revert clearInternal event
sonalideshpandemsft Nov 25, 2025
10ba3be
Merge branch 'add-clearInternal' into directory-oracle
sonalideshpandemsft Nov 25, 2025
19968ae
nits
sonalideshpandemsft Nov 26, 2025
ea6a30f
Merge remote-tracking branch 'origin' into directory-oracle
sonalideshpandemsft Nov 26, 2025
3be9b80
cleanup
sonalideshpandemsft Dec 2, 2025
fdb971c
Merge branch 'main' into directory-oracle
sonalideshpandemsft Dec 2, 2025
e880cb4
Merge branch 'main' into directory-oracle
sonalideshpandemsft Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/dds/map/src/directory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1913,11 +1913,13 @@ class SubDirectory extends TypedEventEmitter<IDirectoryEvents> implements IDirec
}

// For pending set operations, emit valueChanged events
// Include 'path' so listeners can identify which subdirectory the change occurred in
for (const { key, previousValue } of pendingSets) {
this.directory.emit(
"valueChanged",
{
key,
path: this.absolutePath,
previousValue,
},
local,
Expand Down
Loading
Loading