Преглед изворни кода

test: remove TODO comments

daiwei пре 5 месеци
родитељ
комит
f37b6affa7

+ 0 - 1
packages/compiler-vapor/__tests__/transforms/transformText.spec.ts

@@ -1,4 +1,3 @@
-// TODO: add tests for this transform
 import { NodeTypes } from '@vue/compiler-dom'
 import {
   IRNodeTypes,

+ 0 - 2
packages/compiler-vapor/src/generators/directive.ts

@@ -34,8 +34,6 @@ export function genBuiltinDirective(
 
 /**
  * user directives via `withVaporDirectives`
- * TODO the compiler side is implemented but no runtime support yet
- * it was removed due to perf issues
  */
 export function genDirectivesForElement(
   id: number,