rsnext/packages/next/server/lib/squoosh
Jiachi Liu f975e3f7ff
Replace global with globalThis (#42627)
`globalThis` is available since node12 which becomes a preferrence
rather than `global`. Besides, in the client components like
`next/image` or async hooks we should prefer to use `globalThis` since
`global` isn't available in browser
2022-11-08 14:45:30 +01:00
..
avif Fix squoosh image optimization for Node.js 18 (#38833) 2022-07-20 12:24:50 -04:00
mozjpeg Fix squoosh image optimization for Node.js 18 (#38833) 2022-07-20 12:24:50 -04:00
png Bump squoosh to the latest version (#29506) 2021-10-06 14:47:48 +00:00
resize Bump squoosh to the latest version (#29506) 2021-10-06 14:47:48 +00:00
rotate Bump squoosh to the latest version (#29506) 2021-10-06 14:47:48 +00:00
webp Fix squoosh image optimization for Node.js 18 (#38833) 2022-07-20 12:24:50 -04:00
codecs.ts Replace global with globalThis (#42627) 2022-11-08 14:45:30 +01:00
emscripten-types.d.ts Bump squoosh to the latest version (#29506) 2021-10-06 14:47:48 +00:00
emscripten-utils.ts Bump squoosh to the latest version (#29506) 2021-10-06 14:47:48 +00:00
image_data.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
impl.ts Fix next/future/image blur-up placeholder (#39785) 2022-08-23 18:56:52 -05:00
LICENSE Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
main.ts Update next/future/image to use svg blur placeholder during next dev (#39992) 2022-08-29 17:19:39 -05:00