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

Export updated assignments when using shorthand update assignment expressions in SystemJS #3242

Merged
merged 1 commit into from Nov 18, 2019

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
Resolves #3238

Description

See #3238

@codecov
Copy link

codecov bot commented Nov 18, 2019

Codecov Report

Merging #3242 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3242      +/-   ##
==========================================
+ Coverage   91.27%   91.27%   +<.01%     
==========================================
  Files         170      170              
  Lines        5923     5926       +3     
  Branches     1794     1795       +1     
==========================================
+ Hits         5406     5409       +3     
  Misses        311      311              
  Partials      206      206
Impacted Files Coverage Δ
src/utils/renderHelpers.ts 100% <100%> (ø) ⬆️
src/ast/nodes/AssignmentExpression.ts 95.23% <100%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0697166...39d9e00. Read the comment docs.

@lukastaegert lukastaegert merged commit 6dcc4e0 into master Nov 18, 2019
@lukastaegert lukastaegert deleted the gh-3238-systemjs-shorthand-assignments branch November 18, 2019 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SystemJS: Live bindings break with +=
1 participant