From: Rizumu Ayaka Date: Wed, 3 Jan 2024 12:22:30 +0000 (+0800) Subject: chore: update readme, add codes copied list X-Git-Tag: v3.6.0-alpha.1~16^2~693 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c82ed7d8a1522ab6d7f8747ca09760eaccb97f72;p=thirdparty%2Fvuejs%2Fcore.git chore: update readme, add codes copied list --- diff --git a/README.md b/README.md index 9f5ab50370..4d40dec8a5 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ PR are welcome! - [ ] Performance & Optimization - [ ] remove unnecessary close tag `` +## Codes Copied From `runtime-core` + +The code provided here is a duplicate from `runtime-core` as Vapor cannot import it directly. For the time being, we copy any necessary logic from runtime-core into runtime-vapor and document it accordingly. Once the experimental development phase concludes, we will consolidate these elements into a separate software package. + +- packages/runtime-vapor/src/apiWatch.ts +- packages/runtime-vapor/src/errorHandling.ts +- packages/runtime-vapor/src/scheduler.ts + +If there are more, please feel free to add. + ## Sponsors Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsoring Vue's development](https://vuejs.org/sponsor/).