It would be useful to have a flag that could turn bigint parsing on/off (if the feature is enabled).
I am not sure it should allow for all u64/i64/u128/i128 or if it should use the js safe range (-9007199254740991 ~ 9007199254740991)
Somewhere I have a PR draft of this, but I dont know where and on what machine.
It would be useful to have a flag that could turn bigint parsing on/off (if the feature is enabled).
I am not sure it should allow for all
u64/i64/u128/i128or if it should use the js safe range (-9007199254740991 ~ 9007199254740991)Somewhere I have a PR draft of this, but I dont know where and on what machine.