(id: FeatureId)
| 18 | } |
| 19 | |
| 20 | export function getFeatureUrl(id: FeatureId): string { |
| 21 | return `https://github.com/refined-github/refined-github/blob/main/source/features/${id}.tsx`; |
| 22 | } |
| 23 | |
| 24 | export function getFeatureRelatedIssuesQuery(id: string): string { |
| 25 | const oldNames = getOldFeatureNames(id); |
no outgoing calls
no test coverage detected