Update caniuse-lite
This commit is contained in:
parent
bfdafbcc1e
commit
249d690124
828 changed files with 840 additions and 816 deletions
6
node_modules/caniuse-lite/dist/unpacker/feature.js
generated
vendored
6
node_modules/caniuse-lite/dist/unpacker/feature.js
generated
vendored
|
|
@ -27,7 +27,11 @@ function unpackSupport(cipher) {
|
|||
}
|
||||
|
||||
function unpackFeature(packed) {
|
||||
let unpacked = { status: statuses[packed.B], title: packed.C }
|
||||
let unpacked = {
|
||||
status: statuses[packed.B],
|
||||
title: packed.C,
|
||||
shown: packed.D
|
||||
}
|
||||
unpacked.stats = Object.keys(packed.A).reduce((browserStats, key) => {
|
||||
let browser = packed.A[key]
|
||||
browserStats[browsers[key]] = Object.keys(browser).reduce(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue