node-mapnik
node-mapnik copied to clipboard
Console.log(mapnik.Feature) does not show functions or attributes
trafficstars
But they do show up in the node.js repl if you tab complete - need to figure out how to get them showing up in console.log.
/cc @brandonreavis - you ever considered this issue or know of workarounds? Basically the idea is I want to console.log a C++ prototype and get all the methods you could call showing up in the output. Or just someway to see the methods without need to resort to 1) tab-complete in the repl, or 2) looking at docs or code.
Obvious good docs is the best solution, but this would still be nice to figure out.