(typingNames, message)
| 125795 | } |
| 125796 | } |
| 125797 | function addInferredTypings(typingNames, message) { |
| 125798 | if (log) |
| 125799 | log("".concat(message, ": ").concat(JSON.stringify(typingNames))); |
| 125800 | ts.forEach(typingNames, addInferredTyping); |
| 125801 | } |
| 125802 | /** |
| 125803 | * Adds inferred typings from manifest/module pairs (think package.json + node_modules) |
| 125804 | * |
no test coverage detected
searching dependent graphs…