MrLeebo / prisma-ast

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

add support for keyed args in functions #12

Closed Haringat closed 2 years ago

Haringat commented 2 years ago

This is needed for supporting parsing and modifying sorted indices (see tests). I also made array printing treat the array's elements as value nodes (which is in line with the parser and actual schema files) rather than primitives.

MrLeebo commented 2 years ago

Nice work on this, @Haringat !