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
When an operation is performed in the class (like Tags.forEach in the following example), CoffeeScript generates a function to call that. However, rollup rewrites this to undefied
When an operation is performed in the class (like
Tags.forEach
in the following example), CoffeeScript generates a function to call that. However, rollup rewritesthis
toundefied
which is compiled to
Then rollup throws this warning:
this
is replaced withundefined
The text was updated successfully, but these errors were encountered: