apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

refactor(projectFile): drop dependency on underscore #1116

Closed raphinesse closed 3 years ago

raphinesse commented 3 years ago

Motivation and Context

Drop dependency on underscore. Ref: #1105

Description

Rewrote underscore usage in plain JS.

Testing

Existing tests pass.

codecov-commenter commented 3 years ago

Codecov Report

Merging #1116 (19f54e3) into master (745367f) will decrease coverage by 0.01%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1116      +/-   ##
==========================================
- Coverage   74.88%   74.86%   -0.02%     
==========================================
  Files          13       13              
  Lines        1724     1723       -1     
==========================================
- Hits         1291     1290       -1     
  Misses        433      433              
Impacted Files Coverage Δ
bin/templates/scripts/cordova/lib/projectFile.js 94.91% <50.00%> (-0.09%) :arrow_down:

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 745367f...19f54e3. Read the comment docs.