← Back to events
ActiveTechRelease8.0.0-rc.11

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

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

Why it's spreading

Sources