Skip to content

Commit 403e4c2

Browse files
dmealingclaude
andcommitted
fix(metadata): remove duplicate opsForSubType import (merge artifact breaking tsc build) + regen coverage snapshot
The standalone import (Unit 9) + the block import (merged TPH filter-compose work) both pulled opsForSubType from query-constants → TS2300 duplicate identifier (masked by bun-test; broke tsc/build). Removed the standalone; coverage snapshot regenerated (1 attr now exercised). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0eed560 commit 403e4c2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

fixtures/registry-conformance/coverage-report.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
"objectRef",
172172
"precision",
173173
"scale",
174-
"sortable",
175174
"sortableDefaultOrder",
176175
"storage",
177176
"unique"

server/typescript/packages/metadata/src/loader/validation-passes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ import {
5858
} from "../core/field/field-constants.js";
5959
import { FIELD_ATTR_DB_INDEXED } from "../persistence/db/db-constants.js";
6060
import { IDENTITY_ATTR_FIELDS } from "../core/identity/identity-constants.js";
61-
import { opsForSubType } from "../core/query/query-constants.js";
6261
import {
6362
ORIGIN_SUBTYPE_PASSTHROUGH,
6463
ORIGIN_SUBTYPE_AGGREGATE,

0 commit comments

Comments
 (0)