Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Be more helpful with floats when allowDangerousTypes=false
Currently, we fall through and just emit an error telling that floats are not supported which lead to ppl creating prs to add support. We actually do support them although that is discouraged. This change makes us emit a more helpful error.
- Loading branch information