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
There are a few places in the code that need to determine whether Babel's JSBI compilation is being used to guarantee proper handling of integers (e.g. in JsValueConversion._inferType). The logic gets rather hairy to read; we should encapsulate that complexity in a single internally available method.
The text was updated successfully, but these errors were encountered:
There are a few places in the code that need to determine whether Babel's JSBI compilation is being used to guarantee proper handling of integers (e.g. in
JsValueConversion._inferType
). The logic gets rather hairy to read; we should encapsulate that complexity in a single internally available method.The text was updated successfully, but these errors were encountered: