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:
15
node_modules/oniguruma-to-es/dist/esm/generate.d.ts
generated
vendored
Normal file
15
node_modules/oniguruma-to-es/dist/esm/generate.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
Generates a Regex+ compatible `pattern`, `flags`, and `options` from a Regex+ AST.
|
||||
@param {import('./transform.js').RegexAst} ast
|
||||
@param {import('.').OnigurumaToEsOptions} [options]
|
||||
@returns {{
|
||||
pattern: string;
|
||||
flags: string;
|
||||
options: Object;
|
||||
}}
|
||||
*/
|
||||
export function generate(ast: import("./transform.js").RegexAst, options?: import(".").OnigurumaToEsOptions): {
|
||||
pattern: string;
|
||||
flags: string;
|
||||
options: any;
|
||||
};
|
Reference in New Issue
Block a user