| 6 | } from class="st">'@vue/compiler-dom' |
| 7 | |
| 8 | export interface SSRCompilerError extends CompilerError { |
| 9 | code: SSRErrorCodes |
| 10 | } |
| 11 | |
| 12 | export function createSSRCompilerError( |
| 13 | code: SSRErrorCodes, |
nothing calls this directly
no outgoing calls
no test coverage detected