-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the exposure of SharedDirectory API (#20030)
Hide the class implementation of `SharedDirectory` and update the corresponding exports, a follow up fix of #19717 [AB#5799](https://dev.azure.com/fluidframework/internal/_workitems/edit/5799) --------- Co-authored-by: Scarlett Lee <90647596+scarlettjlee@users.noreply.github.com>
- Loading branch information
1 parent
3863349
commit 2e699b8
Showing
27 changed files
with
627 additions
and
908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"fluid-framework": minor | ||
"@fluidframework/map": minor | ||
--- | ||
|
||
DDS classes are no longer publicly exported | ||
|
||
SharedDirectory now only exports its factory and the interface type. | ||
The actual concrete classes which leak implementation details are no longer exported. | ||
Users of the `SharedDirectory` type should use `ISharedDirectory`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.