Commit History

Author SHA1 Message Date
  Dmitry Panov 33bff8fdda Async/await functionality (#464) 3 years ago
  Dmitry Panov 0b5d210524 Implemented classes (including private elements). Closes #349. 3 years ago
  Dmitry Panov b1618db072 Implemented 'copy-on-change' mechanism for inner compound values. Fixes #403. 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. 4 years ago
  Dmitry Panov f3aaa50fcb Improved export of Map, Set and iterable objects. Closes #368. 4 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 4 years ago
  Dmitry Panov a88d78e02a Fixed the handling of Symbol properties in destructuring assignments. Fixes #312. 4 years ago
  Dmitry Panov a7a3a1366b Destructuring assignments, rest and spread properties, default function parameters (#303) 4 years ago