Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit b961c43

Browse files
committed
chore: comment
1 parent 17e46d4 commit b961c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/runtime-vapor/src/directivesChildFragment.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import { currentInstance } from './component'
1414
import { VaporErrorCodes, callWithErrorHandling } from './errorHandling'
1515
import { queueJob, queuePostRenderEffect } from './scheduler'
1616

17+
/**
18+
* used in createIf and createFor
19+
* manages Directives of child fragments in the component dom.
20+
*/
1721
export function createChildFragmentDirectives(
1822
anchor: Node,
1923
getScopes: () => RenderEffectScope[],

0 commit comments

Comments
 (0)