Skip to content

Commit b3d8e80

Browse files
committed
chore(spec): record the two #6674 exports in the #7090 export-origins baseline
PR #7090 landed `check:export-origins` after this branch was cut, so the merge of `origin/main` brought a required gate the branch had never satisfied: the `data` shard was stale for the two exports this PR adds. `pnpm --filter @objectstack/spec gen:export-origins` — one shard rewritten, two added lines, both resolving to the single declaration site `src/data/search-fields.ts`. No re-homed origin and no second origin for an existing name, so this is not the #4411 dual-source trap the gate warns about; `check:dual-source-exports` agrees (0 new). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PiRUoQkTSBBmpyXBY3cVn2
1 parent 2bdbfcf commit b3d8e80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/spec/export-origins/data.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@
476476
"SEARCHABLE_TEXTUAL_TYPES": "src/data/search-fields.ts#SEARCHABLE_TEXTUAL_TYPES (const)",
477477
"SEARCH_AUTO_EXCLUDED_FIELDS": "src/data/search-fields.ts#SEARCH_AUTO_EXCLUDED_FIELDS (const)",
478478
"SEARCH_AUTO_EXCLUDED_TYPES": "src/data/search-fields.ts#SEARCH_AUTO_EXCLUDED_TYPES (const)",
479+
"SEARCH_VIRTUAL_TYPES": "src/data/search-fields.ts#SEARCH_VIRTUAL_TYPES (const)",
479480
"SINGLE_OPTION_TYPES": "src/data/field-value.zod.ts#SINGLE_OPTION_TYPES (const)",
480481
"SQLDialect": "src/data/driver-sql.zod.ts#SQLDialect (type)",
481482
"SQLDialectSchema": "src/data/driver-sql.zod.ts#SQLDialectSchema (const)",
@@ -638,6 +639,7 @@
638639
"isTenancyDisabled": "src/data/object.zod.ts#isTenancyDisabled (function)",
639640
"isTitleEligible": "src/data/display-name.ts#isTitleEligible (function)",
640641
"isUniqueDeclared": "src/data/field.zod.ts#isUniqueDeclared (function)",
642+
"isVirtualSearchField": "src/data/search-fields.ts#isVirtualSearchField (function)",
641643
"lintAuthoredRecordKeys": "src/data/authoring-key-lint.ts#lintAuthoredRecordKeys (function)",
642644
"missingFieldValues": "src/data/autonumber-format.ts#missingFieldValues (function)",
643645
"nextUtcCalendarDay": "src/data/calendar-day.ts#nextUtcCalendarDay (function)",

0 commit comments

Comments
 (0)