Skip to content

Commit b953ec8

Browse files
committed
fix: typecheck
1 parent 0799708 commit b953ec8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/core/compiler/transforms/transformElement.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,14 @@ function transformProp(
263263
context.directive.add(name)
264264
}
265265

266-
context.registerOperation({
267-
type: IRNodeTypes.WITH_DIRECTIVE,
268-
element: context.reference(),
269-
dir: prop,
270-
name,
271-
asset: !fromSetup,
272-
})
266+
// TODO
267+
// context.registerOperation({
268+
// type: IRNodeTypes.WITH_DIRECTIVE,
269+
// element: context.reference(),
270+
// dir: prop,
271+
// name,
272+
// asset: !fromSetup,
273+
// })
273274
}
274275
}
275276

0 commit comments

Comments
 (0)