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
fix(parser): Accept short hand package syntax (:a) in subpackages too
The hack that we had in place to accept this did not properly recurse
in arrays and associative array, the former causing the issue shown
on the linked pull request. Additionally, add a comprehensive unittest
as found in an old issue (1615) as it covers both cases.
0 commit comments