]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update todo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 25 Nov 2023 08:25:43 +0000 (16:25 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 25 Nov 2023 08:25:43 +0000 (16:25 +0800)
README.md
packages/compiler-vapor/src/transform.ts

index 0b0edbd829a306c05f9db8c18d2edec1196993a9..018a33d17c594a720a2eeca45b1cf44ca06373b8 100644 (file)
--- a/README.md
+++ b/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`
index 29bfa6e5ec00c25a5c746cc43f568cf7435dcbfa..3623766ae8d936f91f16282e17c1ee8b338c8af7 100644 (file)
@@ -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