🐛 Bug: bigint is not added to types when adding missing types #1482
Labels
area: fixers
Around how TypeStat fixes code.
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
Bug Report Checklist
main
branch of the repository.Expected
should be mutated to
Actual
Instead it will stay as:
Additional Info
Curiously, this code is fixed correctly
to
I have already found a fix for this. By adding BigIntLiteral and BigInt to
nonStrictTypeFlagAliases
, we will get the correct behavior.The text was updated successfully, but these errors were encountered: