Dmitry Panov
|
c933cf95e1
Exposed String and StringBuilder. Closes #321.
|
hace 2 años |
Dmitry Panov
|
28ee0ee714
Refactored conversion to primitive to better match modern ECMAScript standard. Wrapped Go values no longer have "toString" and "valueOf" methods defined on them. Closes #512.
|
hace 2 años |
Dmitry Panov
|
33bff8fdda
Async/await functionality (#464)
|
hace 2 años |
Dmitry Panov
|
0b5d210524
Implemented classes (including private elements). Closes #349.
|
hace 3 años |
Dmitry Panov
|
b1618db072
Implemented 'copy-on-change' mechanism for inner compound values. Fixes #403.
|
hace 3 años |
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.
|
hace 3 años |
Dmitry Panov
|
f3aaa50fcb
Improved export of Map, Set and iterable objects. Closes #368.
|
hace 3 años |
Dmitry Panov
|
f1567f3952
Upgraded tests, lots of fixes as a result
|
hace 3 años |
Dmitry Panov
|
a88d78e02a
Fixed the handling of Symbol properties in destructuring assignments. Fixes #312.
|
hace 4 años |
Dmitry Panov
|
a7a3a1366b
Destructuring assignments, rest and spread properties, default function parameters (#303)
|
hace 4 años |