Transcrypt
Transcrypt copied to clipboard
Object as map key
Python supports objects in map key, but js doesn't. The js map will end up having the string "[object Object]" as key instead.
If implementing this has negative performance implications, then a pragma would be nice.