Is there anybody using (or plan to use) capnp-js-plugin and capnp-js modules for nodejs? I cloned these repos and ran the tests, but they fail. Also when I just install capnp-js (via npm), the generated js code has syntax errors even for a simple schema:
@0xec2f2fe5874ad874;
using Uid=Int32;
struct User {
id @0 :Uid;
name @1 :Text;
}
Thanks