← 返回事件
持续讨论科技发版8.0.0-rc.11

v8.0.0-rc.11-dev.54: feat(psl): multi-file schema support for contract emission (#30379)

发生了什么

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. //…

摘要按规则整理自下方来源原文

为什么在扩散

来源