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
2 changes: 1 addition & 1 deletion packages/plugin-grid/src/importCoercionContract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* `REFERENCE_IMPORT_TYPES` is derived from the same spec constant the server
* derives from, so the two ends share one source. The boolean token table has
* no spec export yet (framework#3786), so it cannot be derived — the pinned
* no spec export yet (objectstack#4173), so it cannot be derived — the pinned
* inventory below is the tripwire that makes edits deliberate instead of
* silent. When the spec starts publishing the table, replace the local sets
* with the import and delete the inventory.
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-grid/src/importCoercionContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { REFERENCE_VALUE_TYPES } from '@objectstack/spec/data';
*
* The spec does not publish this table yet, so it cannot be derived — the
* paired inventory in the test is the tripwire that keeps edits deliberate
* (framework#3786 tracks exporting it from the source of truth).
* (objectstack#4173 tracks exporting it from the source of truth).
*/
export const BOOLEAN_TRUE_IMPORT_TOKENS: ReadonlySet<string> = new Set([
'true', 't', 'yes', 'y', '1', 'on', '是', '对', '✓', '√',
Expand Down
Loading