Iddan Aaronsohn
Iddan Aaronsohn
I suggest we separate the work process to three goals: 1. Specification for *function expressions* i.e `@f () =>` and maybe `const f` as well. 2. Solution for non exported...
Indeed. This repo suppose to reflect the proposal as it's currently only has a document
Hey @mheap, I created a pull request with the types definition I'm using
Can you provide a codesandbox that reproduces your issue?
Hey @mheap what is the issue you are experiencing?
I see. I don't have the capacity right now to check but the types are extracted from my code repository
I'm looking for both `prisma format` and `prisma validate`
In prettier I have a command to validate the code is formatted correctly: [`prettier --check`](https://prettier.io/docs/en/cli.html#--check) (https://prettier.io/docs/en/cli.html#--check). I thought it would make sense that `prisma format` will have a way to...
Currently, there is no API for that. A PR to add a global `disabled` prop is welcome.
Great feedback! Would love a PR