(c)
| 140 | }; |
| 141 | |
| 142 | var splitConstraint = function (c) { |
| 143 | // XXX print error better (w/ buildmessage?)? |
| 144 | var parsed = utils.parsePackageConstraint(c); |
| 145 | return { package: parsed.package, |
| 146 | constraint: parsed.constraintString || null }; |
| 147 | }; |
| 148 | |
| 149 | // Given the text of a README.md file, excerpts the text between the first and |
| 150 | // second heading. |
no outgoing calls
no test coverage detected
searching dependent graphs…