Which Version of JavaScript to Support #77
-
Currently configured to ES2018, but would be nice to move to ES2020 for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After doing some digging and deep thinking, we should stay with ES2018. While support for BigInt has increased in various browsers, there are still many in use that do not support it. Our goal in dGrants is to enable everyone to participate in the decentralized grants platform that we're building so it makes the most sense to remain more compatible until we have a very strong reason to do otherwise. |
Beta Was this translation helpful? Give feedback.
After doing some digging and deep thinking, we should stay with ES2018.
While support for BigInt has increased in various browsers, there are still many in use that do not support it. Our goal in dGrants is to enable everyone to participate in the decentralized grants platform that we're building so it makes the most sense to remain more compatible until we have a very strong reason to do otherwise.