stencila / mini

A minimal, functional language focused on data analysis and visualization
15 stars 0 forks source link

WIP: Syntax (lambda) expressions #19

Open nokome opened 6 years ago

nokome commented 6 years ago

To provide more convieient syntax and avoid eval for functions like filter, aggregate and plot

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will decrease coverage by 3.04%. The diff coverage is 89.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   89.43%   86.39%   -3.05%     
==========================================
  Files           8        8              
  Lines         464      485      +21     
==========================================
+ Hits          415      419       +4     
- Misses         49       66      +17
Impacted Files Coverage Δ
src/evaluate.js 90% <100%> (ø) :arrow_up:
src/Expression.js 51.85% <100%> (-29.29%) :arrow_down:
src/createFromAST.js 95.95% <100%> (+0.17%) :arrow_up:
src/walk.js 90% <100%> (-10%) :arrow_down:
src/Nodes.js 85.63% <86.66%> (+2%) :arrow_up:

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 3c2c72b...cb74e27. Read the comment docs.