(i: ComponentInternalInstance | VNode)
| 42 | } |
| 43 | |
| 44 | export const isAsyncWrapper = (i: ComponentInternalInstance | VNode): boolean => |
| 45 | !!(i.type as ComponentOptions).__asyncLoader |
| 46 | |
| 47 | /*@__NO_SIDE_EFFECTS__*/ |
| 48 | export function defineAsyncComponent< |
no outgoing calls
no test coverage detected