mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 12:03:52 +00:00
Add some new cases to fix lint
This commit is contained in:
parent
b0e24fb8a3
commit
904ae264ac
2 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -152,6 +152,10 @@ function makiTypeToTsType(makiType: string): string {
|
|||
return "Wac";
|
||||
case "configitem":
|
||||
return "ConfigItem";
|
||||
case "configattribute":
|
||||
return "ConfigAttribute"
|
||||
case "winampconfiggroup":
|
||||
return "WinampConfigGroup"
|
||||
default:
|
||||
throw new Error(`Missing maki type: ${makiType}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue