Skip to content

allow arbitrary expressions in each block keys #1381

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

Merged
merged 1 commit into from
Apr 29, 2018
Merged

allow arbitrary expressions in each block keys #1381

merged 1 commit into from
Apr 29, 2018

Conversation

Rich-Harris
Copy link
Member

fixes #703

@codecov-io
Copy link

codecov-io commented Apr 29, 2018

Codecov Report

Merging #1381 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1381      +/-   ##
==========================================
+ Coverage   91.17%   91.21%   +0.03%     
==========================================
  Files         120      120              
  Lines        4431     4428       -3     
  Branches     1363     1362       -1     
==========================================
- Hits         4040     4039       -1     
+ Misses        155      154       -1     
+ Partials      236      235       -1
Impacted Files Coverage Δ
src/parse/state/mustache.ts 87.97% <100%> (+0.93%) ⬆️
src/compile/nodes/EachBlock.ts 98.02% <100%> (+0.01%) ⬆️

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 dbab1a8...8dc17b7. Read the comment docs.

@Rich-Harris Rich-Harris merged commit 2c3f846 into master Apr 29, 2018
@Rich-Harris Rich-Harris deleted the gh-703 branch April 29, 2018 18:16
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.

{{#each things as thing by thing}}
2 participants