rsnext/packages/next-swc/crates/next-dev-tests/tests
Will Binns-Smith c19e0f3075 next/font: Generate fallback fonts (vercel/turbo#4086)
This:
* Generates and uses definitions for fallback system fonts to use in
place of user fonts, or as they are loading.
* Reads the font metrics file from the `next` package directly relative
to the user's app.
* Fixes a bug where `adjust_font_fallback` defaulted to `false` instead
of `true`.
* Begins to refactor next/font code to be more modular in anticipation
of `next/font/local` support.
* Changes `handle_resolve_error` to take an origin `FileSystemPathVc`
instead of a `ResolveOriginVc` as this is all it used, and a resolve
origin isn't always available.
2023-03-07 12:00:38 -08:00
..
integration next/font: Generate fallback fonts (vercel/turbo#4086) 2023-03-07 12:00:38 -08:00
integration.rs improve and enable issue path handling (vercel/turbo#4017) 2023-03-07 17:10:05 +00:00
package.json update to 13.1.7-canary.28 (vercel/turbo#3931) 2023-02-23 11:36:59 +01:00
tsconfig.json Export __N_SSG and __N_SSP from the error component (vercel/turbo#3574) 2023-02-07 09:39:49 +00:00