dwmkerr / crosswords-js

Tiny, lightweight crossword control for the web.
https://dwmkerr.github.io/crosswords-js/
MIT License
71 stars 27 forks source link

refactor: functional structure #6

Closed dwmkerr closed 4 years ago

dwmkerr commented 4 years ago

Also refactor the code to be a bit more modern and functional

image

codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   98.97%   99.19%   +0.21%     
==========================================
  Files           3        4       +1     
  Lines          98      124      +26     
==========================================
+ Hits           97      123      +26     
  Misses          1        1
Impacted Files Coverage Δ
src/compile-clue.js 100% <100%> (ø)
src/compile-clue.specs.js 100% <100%> (ø)
src/compile-crossword.specs.js 100% <100%> (ø)
src/compile-crossword.js 98.18% <100%> (ø)

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 65c6075...5c46e8e. Read the comment docs.