[oden-js] Fix bug with repeated arguments

This commit is contained in:
John Doty 2023-06-24 23:02:43 -07:00
parent b6f6d908d2
commit 82c386fd0f
3 changed files with 297 additions and 7 deletions

View file

@ -9,4 +9,7 @@ edition = "2021"
anyhow = "1"
bitflags = "1"
thiserror = "1"
oden-js-sys = {path = "../oden-js-sys"}
oden-js-sys = {path = "../oden-js-sys"}
[dev-dependencies]
assert_matches = "1.5.0"