pulumi/sdk/nodejs/runtime/native
joeduffy cc9a607f01 Move environment entry serialization into JavaScript
This change moves the environment entry serialization logic into
JavaScript, where it's a bit easier to author and maintain.  We
also switch to using Object.keys, so that we only walk the enumerable
properties of objects (to avoid internal member functions and to
generally leverage our current style of writing code).  This is
just a temporary stopgap until we figure out more rigorous semantics
for what it means to serialize entire objects ...
2017-09-05 16:57:23 -07:00
..
.gitignore Add a make configure target 2017-09-04 11:35:21 -07:00
binding.gyp Don't copy .node-gyp innards 2017-09-04 11:35:21 -07:00
closure.cc Move environment entry serialization into JavaScript 2017-09-05 16:57:23 -07:00
ensure_node_v8.sh Don't copy .node-gyp innards 2017-09-04 11:35:21 -07:00