-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test/remove i segment deprecations #22696
base: test/internal-merge-tree-client
Are you sure you want to change the base?
Test/remove i segment deprecations #22696
Conversation
…to seperate-segment-visabilty-interfaces
…to test/remove-ISegment-deprecations
…to test/remove-ISegment-deprecations
f3815f4
to
fb201de
Compare
…to test/remove-ISegment-deprecations
⯆ @fluid-example/bundle-size-tests: -703 Bytes
Baseline commit: f57799c |
packages/dds/merge-tree/package.json
Outdated
@@ -175,6 +175,7 @@ | |||
"typescript": "~5.4.5" | |||
}, | |||
"typeValidation": { | |||
"disabled": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting to update closer until this can be merged
@@ -58,6 +58,7 @@ trigger: | |||
- next | |||
- lts | |||
- release/* | |||
- test/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a pr into another test branch for now, so this lets the pr build run
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output
|
@@ -226,11 +222,10 @@ export function setValidateRefCount( | |||
* Represents a collection of {@link LocalReferencePosition}s associated with one segment in a merge-tree. | |||
* @sealed | |||
* | |||
* @legacy | |||
* @alpha | |||
* @internal | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-deprecated class is being removed from legacy API
in progress