You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe alternatives you've considered (optional)
As I'm not sure how good support for the (JS, not the TS kind of 'overload') typeof operator of eventually employed polyfills is, and how older TS implementations behave with this unknown type, we might want to hold back on that for now, or guard this implementation.
Hey @9SMTM6, thanks for the proposal, I think it's a valid suggestion and JS shouldn't be a concern of this library as we're not using it and consumer is responsible for its own polyfills.
Is your feature request related to a real problem or use-case?
Adding BigInt to the Primitive type as its slated to become one.
Describe a solution including usage in code example
Who does this impact? Who is this for?
Users using the Stage 3 Proposal of Bigint and Typescript >=3.2
Describe alternatives you've considered (optional)
As I'm not sure how good support for the (JS, not the TS kind of 'overload') typeof operator of eventually employed polyfills is, and how older TS implementations behave with this unknown type, we might want to hold back on that for now, or guard this implementation.
Additional context (optional)
[Partially Linked in the text before]
The text was updated successfully, but these errors were encountered: