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 where it's tempting to treat Javascript's Symbol class as being more or less equivalent to Ion's symbol class. One example is in JsValueConversion._inferType, where we might choose to convert a JS Symbol passed to Value.from() into an Ion dom.Symbol.
The text was updated successfully, but these errors were encountered:
There are a few places in the code where it's tempting to treat Javascript's
Symbol
class as being more or less equivalent to Ion'ssymbol
class. One example is inJsValueConversion._inferType
, where we might choose to convert a JSSymbol
passed toValue.from()
into an Iondom.Symbol
.The text was updated successfully, but these errors were encountered: