TenantAtlas/apps/platform/.pnpm-store/v10/files/bf/724e9560f7e7ea0dce0240329100542c83d91c8aa5efaa0e6bd685c148822d05c21355a7c0ffc93e7e54a23568edf9a79a447290e6fa9286a954326b0d4a75
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

1 line
601 B
Plaintext

{"version":3,"sources":["../src/primary-key.ts"],"sourcesContent":["import { entityKind } from '~/entity.ts';\nimport type { AnyColumn } from './column.ts';\nimport type { Table } from './table.ts';\n\nexport abstract class PrimaryKey {\n\tstatic readonly [entityKind]: string = 'PrimaryKey';\n\n\tdeclare protected $brand: 'PrimaryKey';\n\n\tconstructor(readonly table: Table, readonly columns: AnyColumn[]) {}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA2B;AAIpB,MAAe,WAAW;AAAA,EAKhC,YAAqB,OAAuB,SAAsB;AAA7C;AAAuB;AAAA,EAAuB;AAAA,EAJnE,QAAiB,wBAAU,IAAY;AAKxC;","names":[]}