Why is the string case harder to parse than the name/implicit string case?
return { title : }
return { 'title' : }
return { key => val }
Why can't this be parse similarly?
return { 'key' => val }
FWIW the hash vs resource expression issue is filed as PUP-6832
I'm going to close this as a dup of 6832.