Dmitry Panov
|
cb5011b539
Fixed the order in which the adder function and the iterator are obtained in {Weak}{Set,Map} constructors.
|
2 years ago |
Dmitry Panov
|
fdb999e670
Always create a map when exporting. Fixes #422.
|
3 years ago |
Dmitry Panov
|
dd567e70ae
Added support for go arrays (both to ToValue and ExportTo). Nom-addressable structs and arrays are copied in ToValue() so they remain writable in ES. Subsequent Export() returns the value including any changes made.
|
3 years ago |
Dmitry Panov
|
f3aaa50fcb
Improved export of Map, Set and iterable objects. Closes #368.
|
3 years ago |
Dmitry Panov
|
bf6af58bbc
Refactored tests
|
3 years ago |
Dmitry Panov
|
d63d7d53d2
Fixed panics when iterator returns values with missing properties.
|
5 years ago |