Skip to content

Lily/SoundExpanded -- Add 'stop all sounds in sprite' block #6624

Lily/SoundExpanded -- Add 'stop all sounds in sprite' block

Lily/SoundExpanded -- Add 'stop all sounds in sprite' block #6624

Triggered via pull request July 26, 2026 00:59
Status Failure
Total duration 26s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
format
Process completed with exit code 1.
format: extensions/Lily/SoundExpanded.js#L1
File was not formatted with prettier. Usually, commenting !format will fix this.
Type warning - may indicate a bug - ignore if no bug: extensions/Lily/SoundExpanded.js#L679
No overload matches this call. Overload 1 of 2, '(...items: ConcatArray<{ text: string; value: string; }>[]): { text: string; value: string; }[]', gave the following error. Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<{ text: string; value: string; }>'. The types returned by 'slice(...)' are incompatible between these types. Type 'string[]' is not assignable to type '{ text: string; value: string; }[]'. Type 'string' is not assignable to type '{ text: string; value: string; }'. Overload 2 of 2, '(...items: ({ text: string; value: string; } | ConcatArray<{ text: string; value: string; }>)[]): { text: string; value: string; }[]', gave the following error. Argument of type 'string[]' is not assignable to parameter of type '{ text: string; value: string; } | ConcatArray<{ text: string; value: string; }>'. Type 'string[]' is not assignable to type 'ConcatArray<{ text: string; value: string; }>'. The types returned by 'slice(...)' are incompatible between these types. Type 'string[]' is not assignable to type '{ text: string; value: string; }[]'. Type 'string' is not assignable to type '{ text: string; value: string; }'.
Type warning - may indicate a bug - ignore if no bug: extensions/Lily/SoundExpanded.js#L668
No overload matches this call. Overload 1 of 2, '(...items: ConcatArray<{ text: string; value: string; }>[]): { text: string; value: string; }[]', gave the following error. Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<{ text: string; value: string; }>'. The types returned by 'slice(...)' are incompatible between these types. Type 'string[]' is not assignable to type '{ text: string; value: string; }[]'. Type 'string' is not assignable to type '{ text: string; value: string; }'. Overload 2 of 2, '(...items: ({ text: string; value: string; } | ConcatArray<{ text: string; value: string; }>)[]): { text: string; value: string; }[]', gave the following error. Argument of type 'string[]' is not assignable to parameter of type '{ text: string; value: string; } | ConcatArray<{ text: string; value: string; }>'. Type 'string[]' is not assignable to type 'ConcatArray<{ text: string; value: string; }>'. The types returned by 'slice(...)' are incompatible between these types. Type 'string[]' is not assignable to type '{ text: string; value: string; }[]'. Type 'string' is not assignable to type '{ text: string; value: string; }'.
Type warning - may indicate a bug - ignore if no bug: extensions/Lily/SoundExpanded.js#L12
Property 'ext_scratch3_sound' does not exist on type 'Runtime'.