()
| 85 | } |
| 86 | |
| 87 | function stopStylePositionWatchers() { |
| 88 | forEach(nodePositionWatchers.values(), (watcher) => watcher.stop()); |
| 89 | nodePositionWatchers.clear(); |
| 90 | } |
| 91 | |
| 92 | function injectStaticStyle(style: HTMLStyleElement, prevNode: Node | null, watchAlias: string, callback?: () => void) { |
| 93 | const mode = getStyleInjectionMode(); |
no test coverage detected