(data)
| 57066 | return loader; |
| 57067 | } |
| 57068 | function getNoValidLoaderMessage(data) { |
| 57069 | var _getResourceUrlAndTyp2 = (0, _resourceUtils.getResourceUrlAndType)(data), url = _getResourceUrlAndTyp2.url, type = _getResourceUrlAndTyp2.type; |
| 57070 | var message = "No valid loader found"; |
| 57071 | if (data) message += ' data: "'.concat(getFirstCharacters(data), '", contentType: "').concat(type, '"'); |
| 57072 | if (url) message += " url: ".concat(url); |
| 57073 | return message; |
| 57074 | } |
| 57075 | function normalizeLoaders(loaders) { |
| 57076 | var _iterator = _createForOfIteratorHelper(loaders), _step; |
| 57077 | try { |
no test coverage detected