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

treat component events the same as element events #1311

Merged
merged 1 commit into from
Apr 4, 2018
Merged

Conversation

Rich-Harris
Copy link
Member

fixes #1278. Bit of a lazy PR — should really refactor stuff so that we're not duplicating code — but I have a larger refactor in mind so it'd probably be wasted effort

@codecov-io
Copy link

codecov-io commented Apr 4, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1311      +/-   ##
==========================================
+ Coverage   91.53%   91.54%   +<.01%     
==========================================
  Files         124      124              
  Lines        4419     4421       +2     
  Branches     1391     1392       +1     
==========================================
+ Hits         4045     4047       +2     
  Misses        154      154              
  Partials      220      220
Impacted Files Coverage Δ
src/generators/nodes/Component.ts 96.9% <100%> (+0.03%) ⬆️

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 8717ff8...029e952. Read the comment docs.

@Rich-Harris Rich-Harris merged commit 07a53e5 into master Apr 4, 2018
@Rich-Harris Rich-Harris deleted the gh-1278 branch April 4, 2018 14:38
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.

console.log unreachable when used in a component event
2 participants