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

remove <noscript> elements in DOM mode (#1108) #1160

Merged
merged 1 commit into from
Feb 9, 2018
Merged

Conversation

Conduitry
Copy link
Member

Should fix #1108 - but we probably should still document this behavior somewhere. Not sure where in the guide is the best place to do that.

@codecov-io
Copy link

codecov-io commented Feb 8, 2018

Codecov Report

Merging #1160 into master will increase coverage by 0.26%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1160      +/-   ##
==========================================
+ Coverage   91.51%   91.78%   +0.26%     
==========================================
  Files         126      126              
  Lines        4526     4624      +98     
  Branches     1462     1508      +46     
==========================================
+ Hits         4142     4244     +102     
- Misses        163      165       +2     
+ Partials      221      215       -6
Impacted Files Coverage Δ
src/generators/nodes/Element.ts 94.48% <100%> (+0.03%) ⬆️
src/css/Stylesheet.ts 94.44% <0%> (+4.44%) ⬆️

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 0ef8229...50d95e1. Read the comment docs.

@Rich-Harris
Copy link
Member

nice — opened an issue on the docs repo. Maybe we just need a 'miscellaneous' section at the end for odds and sods like this

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.

<noscript> handling
3 participants