(token)
| 6411 | return [path, offsetX, offsetY, sizeWidth, sizeHeight]; |
| 6412 | }; |
| 6413 | var isAuto = function (token) { return isIdentToken(token) && token.value === BACKGROUND_SIZE.AUTO; }; |
| 6414 | var hasIntrinsicValue = function (value) { return typeof value === 'number'; }; |
| 6415 | var calculateBackgroundSize = function (size, _a, bounds) { |
| 6416 | var intrinsicWidth = _a[0], intrinsicHeight = _a[1], intrinsicProportion = _a[2]; |
no test coverage detected
searching dependent graphs…