(filePath, targetId, globalId)
| 28 | }; |
| 29 | |
| 30 | var createTargetInfo = function (filePath, targetId, globalId) { |
| 31 | return { |
| 32 | filePath: filePath, |
| 33 | targetId: targetId, |
| 34 | globalId: globalId, |
| 35 | globalName: globalId.split('.').pop() |
| 36 | }; |
| 37 | }; |
| 38 | |
| 39 | var targetIdToTargetInfo = function (outputPath, replacer) { |
| 40 | return function (targetId) { |
no outgoing calls
no test coverage detected
searching dependent graphs…