Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
12
node_modules/import-meta-resolve/lib/get-format.d.ts
generated
vendored
Normal file
12
node_modules/import-meta-resolve/lib/get-format.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @param {URL} url
|
||||
* @param {{parentURL: string}} context
|
||||
* @returns {string | null}
|
||||
*/
|
||||
export function defaultGetFormatWithoutErrors(url: URL, context: {
|
||||
parentURL: string;
|
||||
}): string | null;
|
||||
export type ProtocolHandler = (parsed: URL, context: {
|
||||
parentURL: string;
|
||||
source?: Buffer;
|
||||
}, ignoreErrors: boolean) => string | null | void;
|
Reference in New Issue
Block a user