TenantAtlas/apps/platform/.pnpm-store/v10/files/11/ec1a4ce3128ed744c5e0b0a6f7541964b1e4121ef47b794f0ddfc1416ea1e3fe60f996bcb5ddc8bfd23a0536b77033d9525a047de9618421073d9a094c0755
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
562 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,SAAS,kBAAkB;AAIpB,MAAe,WAAW;AAAA,EAKhC,YAAqB,OAAuB,SAAsB;AAA7C;AAAuB;AAAA,EAAuB;AAAA,EAJnE,QAAiB,UAAU,IAAY;AAKxC;","names":[]}