What languages does Codegen support?
Is Codegen exact?
mypy
and tsc
. There are always edge cases in static analysis that are provably impossible to get (for example doing eval()
on a string), but all of Codegen’s APIs are intended to be exact unless otherwise specified. Please reach out if you find an edge case and we will do our best to patch it.Is Codegen suitable for large codebases?
Can I use Codegen with my existing tools?
How can I contribute if I'm new to the project?
Is Codegen free to use?
Where can I get help if I'm stuck?