v8.0.0-rc.11-dev.54: feat(psl): multi-file schema support for contract emission (#30379)
- Prisma: 121 events in the last 90 days
- Prisma: 121th Release in the last 90 days
- Previous: earlier the same day · v8.0.0-rc.11-dev.53
What happened
Overview PSL schemas can now span multiple files. contract.source.inputs accepts an array of glob patterns; a file is part of the schema when it matches a glob and carries the // use prisma-8 directive; all member files are parsed into one symbol table and interpreted into one contract. Membership is a standing rule — dropping a new orders.prisma next to the others adds it on the next emit, with no config change. //…
Summary assembled by rule from the sources below