(value)
| 124 | } |
| 125 | |
| 126 | function escapeRegExp(value) { |
| 127 | return value.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); |
| 128 | } |
| 129 | |
| 130 | function checkEntryDescriptions(readme) { |
| 131 | for (const { lineNumber, description } of extractEntries(readme)) { |
no outgoing calls
no test coverage detected