(identifier)
| 23 | } |
| 24 | |
| 25 | static normalizeIdentifier(identifier) { |
| 26 | return identifier.replace(Compatibility.NORMALIZE_PRERELEASE_REGEX, "-alpha"); |
| 27 | } |
| 28 | |
| 29 | static getCompatibilityValue(compatibleRange) { |
| 30 | if (compatibleRange) { |
no outgoing calls
no test coverage detected