You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on feedback #31879 (comment) from @Bartlomiejsz
> regarding first issue - with empty enum. It looks like the fix is to replace first matching group in both $typeDefinitionPattern variables:
>
> ([^\{]*)
> with:
>
> ([^\{\}]*)
> Then this regex will check if there is neither beginning or ending bracket in this place
0 commit comments