v8.0.0-rc.11-dev.54: feat(psl): multi-file schema support for contract emission (#30379)
- Prisma 近 90 天出现 121 次
- Prisma 近 90 天第 121 次发版
- 上一次:同一天稍早 · v8.0.0-rc.11-dev.53
发生了什么
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. //…
摘要按规则整理自下方来源原文