elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.44k stars 102 forks source link

Object as map key #82

Closed leogao2 closed 4 years ago

leogao2 commented 4 years ago

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.

leogao2 commented 4 years ago

Oops, posted on wrong repo.