MrLeebo / prisma-ast

Abstract Syntax Tree for parsing schema.prisma files
MIT License
142 stars 18 forks source link

feat: Allow @map() and other attributes on enums #42

Closed MrLeebo closed 7 months ago

MrLeebo commented 7 months ago

Updated parsing logic to allow for attributes on enum fields and PrismaSchemaBuilder can add attributes to enums. Includes @@map('foo') block attributes as well

Resolves #41