(componentShortId: string)
| 71 | ); |
| 72 | |
| 73 | export function shimContentAttribute(componentShortId: string): string { |
| 74 | return CONTENT_ATTR.replace(COMPONENT_REGEX, componentShortId); |
| 75 | } |
| 76 | |
| 77 | export function shimHostAttribute(componentShortId: string): string { |
| 78 | return HOST_ATTR.replace(COMPONENT_REGEX, componentShortId); |
no test coverage detected
searching dependent graphs…