deno_core
deno_core copied to clipboard
`serde_v8::Value` does not implement Hash and Eq, resulting in being unable to serialize into a HashMap
Doing something like
let object: HashMap<serde_v8::Value, serde_v8::Value> = serde_v8::from_v8(value).unwrap();
gives two compile time errors.
Expected behavior
serde_v8::Value
should implement Hash and Eq so this can be performed.
any update?
@AaronO @littledivy please take a look
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Not stale yet :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Not stale
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.