feat: dark mode, version sort #23
Annotations
10 errors
Build static websites:
src/App.vue#L58
Parameter 'event' implicitly has an 'any' type.
|
Build static websites:
src/App.vue#L72
Argument of type 'string' is not assignable to parameter of type 'DarkMode'.
|
Build static websites:
src/utils/darkmode.ts#L113
Property 'startViewTransition' does not exist on type 'Document'.
|
Build static websites:
src/utils/darkmode.ts#L126
Property 'startViewTransition' does not exist on type 'Document'.
|
Build static websites:
src/utils/util.ts#L169
Argument of type 'String | "1.21" | "1.20.4" | "1.20.2" | "1.20" | "1.19.4" | "1.19.3" | "1.19"' is not assignable to parameter of type 'string'.
|
Build static websites:
src/utils/util.ts#L181
Argument of type 'String | "2.114.514"' is not assignable to parameter of type 'string'.
|
Build static websites:
src/views/VersionList.vue#L22
Type 'string[]' is not assignable to type 'never[]'.
|
Build static websites:
src/views/VersionList.vue#L22
Argument of type 'string | string[]' is not assignable to parameter of type 'String'.
|
Build static websites:
src/views/VersionList.vue#L50
Type 'string[]' is not assignable to type 'never[]'.
|
Build static websites:
src/views/VersionList.vue#L50
Argument of type 'string | string[]' is not assignable to parameter of type 'String'.
|
Loading