pulumi/sdk/nodejs/runtime
Sean Gillespie d3fb639823 Ship `nativeruntime.node` as part of the SDK
Fixes #356. Instead of downloading a node binary with our closure
serialization code linked-in, this PR instead publishes the
`nativeruntime.node` produced by the NodeJS SDK build as part of the SDK.

This has a number of advantages. First, it is vastly more easy to
develop closure.cc in this configuration. Second, we have the ability
to ship different `nativeruntime.node`s side-by-side, paving the way
for enabling future versions of Node. Third, we don't have to stay
in the business of shipping custom builds of Node, although we do still
need to ship a version of Node with minor modifications in order for
Windows to still work.
2018-02-16 18:12:33 -08:00
..
native Support serializing methods to the inside layer. (#904) 2018-02-09 14:22:03 -08:00
closure.ts Ship `nativeruntime.node` as part of the SDK 2018-02-16 18:12:33 -08:00
config.ts Improve failure messages (#932) 2018-02-14 09:55:02 -08:00
debuggable.ts Treat unhandled promise rejections as uncaught exceptions. 2017-12-13 17:24:47 -08:00
index.ts Move language host logic from Node to Go (#901) 2018-02-10 02:15:04 +00:00
invoke.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
resource.ts Rollback #882 (#888) 2018-02-06 11:22:10 -08:00
rpc.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
settings.ts Improve failure messages (#932) 2018-02-14 09:55:02 -08:00
stack.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00