Relay 13 compiler doesn't delete stale codegen
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
For example, let's say I have `Foo.tsx`, which contains a GraphQL mutation called `FooMutation`. This will cause Relay compiler to generate a file called `FooMutation.graphql.ts`
However, if I delete `FooMutation` from `Foo.tsx`, and then re-run the Relay compiler, `FooMutation.graphql.ts` will still be there. I expected it to be deleted
Contributor guide
Assessment
This issue has not been assessed yet.