cordova-browser
cordova-browser copied to clipboard
Inline browser_parser into Api
Motivation and Context
Reduce (unused) code.
Description
- Remove unused stuff from
browser_parser - Inline remaining two methods from
browser_parserintoApi
This removes the property parser from Api instances. AFAIK this prop is not documented, so I'd consider it private. But if we would consider it public, this PR would be a major change.
Testing
I ran npm t
Codecov Report
Merging #98 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #98 +/- ##
=======================================
Coverage 93.54% 93.54%
=======================================
Files 2 2
Lines 31 31
=======================================
Hits 29 29
Misses 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 16271b4...d3d9328. Read the comment docs.