diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-11-01 16:22:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 16:22:27 -0400 |
commit | 0ec151b8cb2a92bb1765672fa15de23e6c8842d4 (patch) | |
tree | a1c126319d39e5db9bbed6174ec7708afbd47ae0 /serde_v8 | |
parent | 2794d0b7a29dc2c84438f5004dd35d00d6d29007 (diff) |
chore: upgrade deno_ast to 0.5.0 (#12595)
Diffstat (limited to 'serde_v8')
-rw-r--r-- | serde_v8/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/serde_v8/README.md b/serde_v8/README.md index 207f8baf4..2a9169681 100644 --- a/serde_v8/README.md +++ b/serde_v8/README.md @@ -48,10 +48,10 @@ when encoding/decoding. - [ ] Experiment with KeyCache to optimize struct keys - [ ] Experiment with external v8 strings - [ ] Explore using - [json-stringifier.cc](https://chromium.googlesource.com/v8/v8/+/refs/heads/master/src/json/json-stringifier.cc)'s - fast-paths for arrays + [json-stringifier.cc](https://chromium.googlesource.com/v8/v8/+/refs/heads/master/src/json/json-stringifier.cc)'s + fast-paths for arrays - [ ] Improve tests to test parity with `serde_json` (should be mostly - interchangeable) + interchangeable) - [ ] Consider a `Payload` type that's deserializable by itself (holds scope & - value) + value) - [ ] Ensure we return errors instead of panicking on `.unwrap()`s |