prisma format
panics when you use a colon to declare field type (field: Type
syntax)
#9302
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/bug
A reported bug.
tech/engines
Issue for tech Engines.
topic: prisma format
CLI: prisma format
Milestone
This is my schema. There is a syntax error because of the colon after
name
andhtmlTitle
. However I would expect to get a syntax error message instead of a panic about unreachable code.Here is the offending schema file:
here is the panic message:
The text was updated successfully, but these errors were encountered: