You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/common/core-interfaces/src/erasedType.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,10 @@ export abstract class ErasedType<out Name = unknown> {
96
96
*
97
97
* This class should only be a `type` package export, preventing users from extending it directly.
98
98
*
99
-
* Since {@link ErasedTypeImplementation} is exported as `@internal`, this restricts implementations of the sealed interfaces to users of `@internal` APIs, which should be anything withing this release group.
99
+
* Since {@link ErasedTypeImplementation} is exported as `@internal`, this restricts implementations of the sealed interfaces to users of `@internal` APIs, which should be anything within this release group.
100
100
* Any finer grained restrictions can be done as documentation, but not type enforced.
Copy file name to clipboardExpand all lines: packages/dds/tree/src/index.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,7 @@ export {
123
123
typeWithType,
124
124
typeNodeChangedData,
125
125
typeSchemaUpgrade,
126
+
schemaSymbol,
126
127
// Types not really intended for public use, but used in links.
127
128
// Can not be moved to internalTypes since doing so causes app code to throw errors like:
128
129
// Error: src/simple-tree/objectNode.ts:72:1 - (ae-unresolved-link) The @link reference could not be resolved: The package "@fluidframework/tree" does not have an export "TreeNodeApi"
0 commit comments