(value)
| 422 | } |
| 423 | |
| 424 | function cloneJson(value) { |
| 425 | return JSON.parse(JSON.stringify(value)); |
| 426 | } |
| 427 | |
| 428 | function loadAssetRef(ref, deps) { |
| 429 | if (looksLikeFile(ref)) return normalizeAsset(JSON.parse(fs.readFileSync(path.resolve(ref), 'utf8'))); |
no test coverage detected