Closed noxzym closed 3 years ago
Merge the fix for TS in the latest commits of the lib, and if this is tested then I can merge it
Could you give me a rundown of what was changed here? a summary
Could you give me a rundown of what was changed here? a summary
ShoukakuTrack
and ShoukakuTrackList
type;ShoukakuTrackList#type
can be NO_MATCHES
or LOAD_FAILED
if not get any track or failed to get some track;search
in method ShoukakuRest#resolve
and only return ShoukakuTrackList
;~Actually I want to unify all the typing to make it better, how do you think?~
Ok, last thing, is this tested and did compile in current TS version?
Ok, last thing, is this tested and did compile in current TS version?
works fine on me with the latest typescript version and not get any error from package shoukaku without using skipLibCheck.
This PR has been tested