Skip to content

Commit

Permalink
Fix doc link by adding exports
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMacomber committed Nov 9, 2023
1 parent 570abc0 commit 6063030
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experimental/dds/tree2/api-report/tree2.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,9 @@ export function singleTextCursor(root: JsonableTree): ITreeCursorSynchronous;
// @alpha
export type StableNodeKey = Brand<StableId, "Stable Node Key">;

// @alpha
export function stackTreeFieldCursor<TNode>(adapter: CursorAdapter<TNode>, root: TNode, detachedField?: DetachedField): CursorWithNode<TNode>;

// @alpha
export function stackTreeNodeCursor<TNode>(adapter: CursorAdapter<TNode>, root: TNode): CursorWithNode<TNode>;

Expand Down
1 change: 1 addition & 0 deletions experimental/dds/tree2/src/feature-libraries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export {
prefixPath,
prefixFieldPath,
CursorWithNode,
stackTreeFieldCursor,
} from "./treeCursorUtils";
export {
cursorForJsonableTreeNode,
Expand Down
1 change: 1 addition & 0 deletions experimental/dds/tree2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export {
FactoryTreeSchema,
treeSchemaFromStoredSchema,
encodeTreeSchema,
stackTreeFieldCursor,
} from "./feature-libraries";

export {
Expand Down

0 comments on commit 6063030

Please sign in to comment.