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
Expected behavior: all is a property on clear, and has the type () => number.
Actual behavior:
Error: 'all' is not a property on 'clear'.
Maybe any top-level declaration with a non-primitive initialiser should create a container in Javascript, although that would be hard to verify in the binder.
The text was updated successfully, but these errors were encountered:
sandersn
changed the title
In JS, arrow functions should be JS containers
In JS, any declaration with a non-primitive initializer should be a JS container
Mar 16, 2018
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
Expected behavior:
all
is a property onclear
, and has the type() => number
.Actual behavior:
Error: 'all' is not a property on 'clear'.
Maybe any top-level declaration with a non-primitive initialiser should create a container in Javascript, although that would be hard to verify in the binder.
The text was updated successfully, but these errors were encountered: