Open
Description
JSBI provides a function-based polyfill of BigInt. This doesn't provide BigInt syntax, but it lets people use the functionality without having BigInt built-in to their JS engine. I believe a similar polyfill would be useful in BigDecimal, once we have the API worked out, to get feedback through prototyping. Would anyone be interested in drafting one?