rsnext/packages/next-swc/crates
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
..
next-core add basic next pages support (vercel/turbo#223) 2022-08-15 17:26:37 +00:00
next-dev fix consistency issues (vercel/turbo#224) 2022-08-16 13:12:09 +00:00