()
| 781 | } |
| 782 | |
| 783 | export const unsetCurrentInstance = (): void => { |
| 784 | currentInstance && currentInstance.scope.off() |
| 785 | internalSetCurrentInstance(null) |
| 786 | } |
| 787 | |
| 788 | const isBuiltInTag = /*@__PURE__*/ makeMap('slot,component') |
| 789 |
no test coverage detected