Skip to content
Merged
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
12 changes: 12 additions & 0 deletions .changeset/dead-metadata-converters-6224.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
---
'@object-ui/app-shell': patch
---

Delete the dead `src/utils/metadataConverters.ts` module. It had zero importers, was not
re-exported from the package barrel, and no `exports` subpath reached it — `toObjectDefinition`,
`toFieldDefinition`, `MetadataObject` and `MetadataField` were never part of the published
surface, so nothing external can break. The module was removed rather than left alone because it
carried two patterns the live code no longer uses: a name-heuristic `isSystem` (the server's real
`system` flag is the source of truth) and a three-way `referenceTo` tolerance for a target the
spec spells `reference`. A dead copy that disagrees with the live one is what a future author
copies from.
139 changes: 0 additions & 139 deletions packages/app-shell/src/utils/metadataConverters.ts

This file was deleted.

Loading