Przeglądaj źródła

chore: update todo

三咲智子 Kevin Deng 2 lat temu
rodzic
commit
a2ba499186
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 0
      README.md
  2. 0 1
      packages/compiler-vapor/src/transform.ts

+ 3 - 0
README.md

@@ -14,6 +14,7 @@ See the To-do list below or `// TODO` comments in code (`compiler-vapor` and `ru
 - [ ] TODO-MVC
 - [ ] directives
   - [x] `v-once`
+    - [ ] unit tests
   - [x] `v-html`
   - [x] `v-text`
   - [x] `v-pre`
@@ -22,6 +23,8 @@ See the To-do list below or `// TODO` comments in code (`compiler-vapor` and `ru
     - [x] simple expression
     - [ ] compound expression
     - [ ] modifiers
+    - [ ] unit tests
+  - [ ] runtime
   - [ ] `v-memo`
   - [ ] `v-model`
   - [ ] `v-if` / `v-else` / `v-else-if`

+ 0 - 1
packages/compiler-vapor/src/transform.ts

@@ -24,7 +24,6 @@ export interface TransformContext<T extends Node = Node> {
   root: TransformContext<RootNode>
   index: number
   options: TransformOptions
-  // ir: RootIRNode
   template: string
   children: DynamicChildren
   store: boolean