From: 三咲智子 Kevin Deng Date: Sat, 2 Dec 2023 19:52:16 +0000 (+0800) Subject: chore: update todo X-Git-Tag: v3.6.0-alpha.1~16^2~759 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be72bec4ff3fe02ba4884b31862d78c07ffe517e;p=thirdparty%2Fvuejs%2Fcore.git chore: update todo --- diff --git a/README.md b/README.md index a059d34e65..498bdcdc68 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ PR are welcome! However, please create an issue before you start to work on it, - [ ] `v-bind` - [x] simple expression - [ ] compound expression - - [x] modifiers - [ ] runtime directives - #19 - [ ] `v-memo` @@ -47,11 +46,13 @@ PR are welcome! However, please create an issue before you start to work on it, - [ ] `v-show` - #16 - needs #19 first -- [x] Remove DOM API in codegen - [x] Fragment - - [x] multiple root nodes - - [x] all dynamic children - - [x] return `Node[]` for all dynamic children, instead of using `fragment` API +- [ ] Codegen + - [x] CodegenContext + - [x] indent + - [x] Source map + - [ ] Function mode + - [ ] SSR - [ ] Built-in Components - [ ] Transition - [ ] TransitionGroup @@ -59,7 +60,6 @@ PR are welcome! However, please create an issue before you start to work on it, - [ ] Teleport - [ ] Suspense - [ ] [Component](https://github.com/vuejs/core-vapor/issues/4) -- [ ] SSR - [ ] Performance & Optimization - [ ] remove unnecessary close tag ``