Skip to content

Commit

Permalink
chore: update readme, add codes copied list
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Jan 3, 2024
1 parent 3d3d08d commit c82ed7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ PR are welcome!
- [ ] Performance & Optimization
- [ ] remove unnecessary close tag `</div>`

## 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/).
Expand Down

0 comments on commit c82ed7d

Please sign in to comment.