* Format a rule source for display in warning messages.
(source: PermissionRuleSource)
| 70 | * Format a rule source for display in warning messages. |
| 71 | */ |
| 72 | function formatSource(source: PermissionRuleSource): string { |
| 73 | return permissionRuleSourceDisplayString(source) |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Generate a fix suggestion based on the shadow type. |
no test coverage detected