Can't annotate RegexCapture get result of RegexMatch under strict language mode on lune 0.10.4 even with lune setup to appease Luau LSP? In the below case, it doesn't matter because it can be handled by providing RegexCapture? and properly nil checking, but this is still a hole in exposed types.
https://github.com/lune-org/lune/blob/main/crates/lune-std-regex/types.d.luau#L20
Can't annotate RegexCapture get result of RegexMatch under strict language mode on lune 0.10.4 even with
lune setupto appease Luau LSP? In the below case, it doesn't matter because it can be handled by providing RegexCapture? and properly nil checking, but this is still a hole in exposed types.https://github.com/lune-org/lune/blob/main/crates/lune-std-regex/types.d.luau#L20