Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemJS: Live bindings break with += #3238

Closed
rixo opened this issue Nov 18, 2019 · 2 comments · Fixed by #3242
Closed

SystemJS: Live bindings break with += #3238

rixo opened this issue Nov 18, 2019 · 2 comments · Fixed by #3242

Comments

@rixo
Copy link

rixo commented Nov 18, 2019

  • Rollup Version: 1.27.0
  • Operating System (or Browser): n.a.
  • Node Version: n.a.

How Do We Reproduce?

REPL (systemjs tab)

Expected Behavior

foo += 1

should transpile to:

foo = exports('foo', foo + 1);

Actual Behavior

it transpiles to:

foo += exports('foo', 1);
@lukastaegert
Copy link
Member

Thanks for spotting!

@lukastaegert
Copy link
Member

Fix at #3242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants