rsnext/packages/next-swc/crates/next-dev-tests/tests
Tobias Koppers 90675f2a7c add possible unknown mutation to objects and arrays (vercel/turbo#3882)
Before the static evaluation didn't consider the fact that objects and arrays can be mutated. So we can't just assume for sure that they have certain properties/items. Instead we add an unknown mutation alternative to handle that.

This avoids `if(obj.prop)` to be replaced with `if(true)` when prop is initialized with true. It might be modified in future.
2023-02-21 15:26:15 +00:00
..
integration add possible unknown mutation to objects and arrays (vercel/turbo#3882) 2023-02-21 15:26:15 +00:00
integration.rs fix integration tests on windows (vercel/turbo#3737) 2023-02-13 16:16:15 +00:00
package.json Fix the router when Next.js returns no result (vercel/turbo#3741) 2023-02-14 12:33:07 +00:00
tsconfig.json Export __N_SSG and __N_SSP from the error component (vercel/turbo#3574) 2023-02-07 09:39:49 +00:00