sidorares / json-bigint

JSON.parse/stringify with bigints support
MIT License
808 stars 192 forks source link

why use "const" for begin regular, it cant work for old ie #71

Closed 596094101 closed 2 years ago

596094101 commented 2 years ago

suspectProtoRx and suspectConstructorRx use const.

sidorares commented 2 years ago

const vs var by themselves probably not a big issue to argue about, but. I'd rather rely on external tools for that ( babel etc ) rather maintain compatibility with large number of targets