rsnext/packages/next-swc/crates/next-dev
Tobias Koppers c7ff4150c8 fix consistency issues (vercel/turbo#224)
There are a bunch or problems with invalidations:

* The fs impl watches path case-insenstive. This means two paths might conflict when on a case-sensitive filesystem. It uses an array of Invalidators now
* Move the next-dev bootstrapping logic out of the run_once scope (which is not updated when invalidations occur). Instead it's executed inside the request handling resp. update stream where changes can be handled.
* `TransientValue` was not an Value type actually. This fixes that.
* Adds a new `TransientInstance` wrapper to pass transient by reference.
* `strongly_consistent` was broken when using nested TaskScopes. This fixes that.
2022-08-16 13:12:09 +00:00
..
src fix consistency issues (vercel/turbo#224) 2022-08-16 13:12:09 +00:00
tests next-dev test runner: ask os for free port (vercel/turbo#238) 2022-08-12 21:21:21 +00:00
build.rs add initial dev-server and next-dev cli 2022-06-14 12:53:46 +02:00
Cargo.toml add basic next pages support (vercel/turbo#223) 2022-08-15 17:26:37 +00:00