Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion packages/base/card-api.gts
Original file line number Diff line number Diff line change
Expand Up @@ -4864,7 +4864,7 @@ export function virtualNetworkFor(
// `new URL()` throws on those, so we return the raw reference unchanged
// instead of bubbling the error to callers (e.g. relationship deserialize
// uses the returned string as a "did this resolve?" signal).
function resolveRef(
export function resolveRef(
virtualNetwork: VirtualNetwork | undefined,
reference: string,
relativeTo: RealmResourceIdentifier | URL | undefined,
Expand Down
Loading
Loading