From: 三咲智子 Kevin Deng Date: Sat, 25 Nov 2023 08:25:43 +0000 (+0800) Subject: chore: update todo X-Git-Tag: v3.6.0-alpha.1~16^2~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ba499186a2ff93db510a89a54bb88a985f77f9;p=thirdparty%2Fvuejs%2Fcore.git chore: update todo --- diff --git a/README.md b/README.md index 0b0edbd829..018a33d17c 100644 --- 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` diff --git a/packages/compiler-vapor/src/transform.ts b/packages/compiler-vapor/src/transform.ts index 29bfa6e5ec..3623766ae8 100644 --- a/packages/compiler-vapor/src/transform.ts +++ b/packages/compiler-vapor/src/transform.ts @@ -24,7 +24,6 @@ export interface TransformContext { root: TransformContext index: number options: TransformOptions - // ir: RootIRNode template: string children: DynamicChildren store: boolean