| 19 | import { rewriteCurrentScript } from '@/rewrite/runtime' |
| 20 | |
| 21 | class MockHTMLScriptElement { |
| 22 | src: string |
| 23 | defer = false |
| 24 | replacedWithNode: MockHTMLScriptElement | null = null |
nothing calls this directly
no outgoing calls
no test coverage detected