| 1 | import { Collection, defineEntity, MikroORM, p, ref, Reference, ScalarReference } from '@mikro-orm/sqlite'; |
| 2 | |
| 3 | // GH #7534: `referenceSymbol`, `scalarReferenceSymbol`, and `collectionSymbol` |
| 4 | // must use globally-registered Symbol.for() to survive the CJS/ESM dual-package |
nothing calls this directly
no test coverage detected