From 0ec151b8cb2a92bb1765672fa15de23e6c8842d4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 Nov 2021 16:22:27 -0400 Subject: chore: upgrade deno_ast to 0.5.0 (#12595) --- serde_v8/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'serde_v8') 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 -- cgit v1.2.3