Kevin Sundqvist Norlén

Results 2 comments of Kevin Sundqvist Norlén

A workaround is to import the offending type explicitly: ```ts import type { RequestEvent } from "./$types"; export async function GET({ url }: RequestEvent) { return new Response(url.searchParams.get("message")); // no...

I faced a similar problem with MSYS2 in the UCRT64 environment using GCC and CMake. A quick search lead me here. ``` -- The C compiler identification is GNU 14.2.0...