Closed AndersDJohnson closed 6 years ago
Merging #55 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
+ Coverage 96.79% 96.83% +0.04%
==========================================
Files 1 1
Lines 156 158 +2
==========================================
+ Hits 151 153 +2
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
he.js | 96.83% <100%> (+0.04%) |
: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 670991a...cf571af. Read the comment docs.
I’d rather not do that as part of he’s core. It’s easy enough to write a wrapper function that does this, if that’s what you need.
Recently refactored from
lodash.unescape
tohe.decode
, and things broke since this wasn't handling falsy values. This PR simply passes them through like lodash for all relevant methods.