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
After some debugging I've created this playground that hopefully shows the problems clearly.
Complex keys are scanned/tokenized correctly, but parsed incorrectly. As you can see the parser breaks down and treats each token as its own document. It should be a single document with a single !!map.
The text was updated successfully, but these errors were encountered:
After some debugging I've created this playground that hopefully shows the problems clearly.
Complex keys are scanned/tokenized correctly, but parsed incorrectly. As you can see the parser breaks down and treats each token as its own document. It should be a single document with a single !!map.
The text was updated successfully, but these errors were encountered: