mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
allow dynamic parameters inside route parts - fixes #139
This commit is contained in:
@@ -6,7 +6,7 @@ export type Route = {
|
||||
test: (url: string) => boolean;
|
||||
exec: (url: string) => Record<string, string>;
|
||||
parts: string[];
|
||||
dynamic: string[];
|
||||
params: string[];
|
||||
};
|
||||
|
||||
export type Template = {
|
||||
|
||||
Reference in New Issue
Block a user