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
Self explanatory. The Interpreter uses methods to ensure that objects and arrays retain their formatting and aren't "stringified" in the traditional sense.
This is done because it's the most logical for people using the new types.
This does not carry over into the compiler.
This is the value of the list reporter, if you're curious.
This is not an issue for extensions, as those are running under a compatibility layer which accounts for the expected methods.
The text was updated successfully, but these errors were encountered:
Self explanatory. The Interpreter uses methods to ensure that objects and arrays retain their formatting and aren't "stringified" in the traditional sense.
This is done because it's the most logical for people using the new types.
This does not carry over into the compiler.
This is the value of the list reporter, if you're curious.
This is not an issue for extensions, as those are running under a compatibility layer which accounts for the expected methods.
The text was updated successfully, but these errors were encountered: