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
Transform for export default 3; is failing with an 'unexpected token' error -- will investigate deeper. It works for const X = 3; export default X; though...
The text was updated successfully, but these errors were encountered:
Thank you! This was actually a bug in the source transformation that is used by lively.modules. I just pushed a commit that should fix the issue: LivelyKernel/lively.source-transform@7e4c331
Transform for
export default 3;
is failing with an 'unexpected token' error -- will investigate deeper. It works forconst X = 3; export default X;
though...The text was updated successfully, but these errors were encountered: