1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-19 04:16:00 -05:00
denoland-deno/cli/tests
Luca Casonato e81f677fe4 feat(ext/kv): return versionstamp from set/commit (#18512)
This commit updates the `Deno.Kv` API to return the new commited
versionstamp for the mutated data from `db.set` and `ao.commit`. This is
returned in the form of a `Deno.KvCommitResult` object that has a
`versionstamp` property.
2023-03-31 11:43:20 -06:00
..
integration fix(coverage): ignore files from npm registry (#18457) 2023-03-31 11:43:20 -06:00
node_compat Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
testdata fix(coverage): ignore files from npm registry (#18457) 2023-03-31 11:43:20 -06:00
unit feat(ext/kv): return versionstamp from set/commit (#18512) 2023-03-31 11:43:20 -06:00
unit_node Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00