Closed erisu closed 1 year ago
Merging #193 (cfefcd3) into master (b782a72) will increase coverage by
0.03%
. The diff coverage is90.00%
.
@@ Coverage Diff @@
## master #193 +/- ##
==========================================
+ Coverage 88.43% 88.46% +0.03%
==========================================
Files 20 20
Lines 1141 1144 +3
==========================================
+ Hits 1009 1012 +3
Misses 132 132
Impacted Files | Coverage Δ | |
---|---|---|
src/superspawn.js | 85.24% <50.00%> (ø) |
|
src/util/plist-helpers.js | 76.92% <100.00%> (+1.24%) |
:arrow_up: |
src/util/xml-helpers.js | 99.01% <100.00%> (+<0.01%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Motivation and Context
Drop the entire
underscore
package.Description
Only a few methods from the package was being used. To reduce the size footprint, I replaced with various lodash modules.
_.extend
->lodash.assign
_.isDate
->lodash.isdate
_.isObject
->lodash.isobject
_.zip
->lodash.zip
Testing
npm t
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)