pulumi/sdk/nodejs/runtime
joeduffy 96088dd56f Implement Node.js GetRequiredPlugins function
This change implements the Node.js language host's GetRequiredPlugins
function.  This merely scans all node_modules/*/package.json files in
the program directory, looking for those that have associated plugins.
It returns a list of any found along with their version numbers.
2018-02-18 08:08:15 -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
langhost.ts Implement Node.js GetRequiredPlugins function 2018-02-18 08:08:15 -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