pulumi/sdk/nodejs/runtime
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
..
native Move environment entry serialization into JavaScript 2017-09-05 16:57:23 -07:00
closure.ts Move environment entry serialization into JavaScript 2017-09-05 16:57:23 -07:00
config.ts Move modules to package root 2017-09-04 11:35:21 -07:00
index.ts Tidy up resource properties 2017-09-05 09:31:03 -07:00
langhost.ts Properly report closes due to signals 2017-09-05 12:01:55 -07:00
log.ts Depend only on vendored protos 2017-09-05 11:52:33 -07:00
property.ts Override toString from Property 2017-09-05 15:51:05 -07:00
resource.ts Depend only on vendored protos 2017-09-05 11:52:33 -07:00
settings.ts Add a runtime.Log class 2017-09-04 11:35:21 -07:00