pulumi/sdk/nodejs/runtime/index.ts
Sean Gillespie e87204d3e1
Move language host logic from Node to Go (#901)
* experimental: separate language host from node

* Remove langhost details from the NodeJS SDK runtime

* Cleanup

* Work around an issue where Node sometimes loads the same module twice in two different contexts, resulting in two distinct module objects. Some additional cleanup.

* Add some tests

* Fix up the Windows script

* Fix up the install scripts and Windows build

* Code review feedback

* Code review feedback: error capitalization
2018-02-10 02:15:04 +00:00

9 lines
250 B
TypeScript

// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
export * from "./closure";
export * from "./config";
export * from "./invoke";
export * from "./resource";
export * from "./rpc";
export * from "./settings";
export * from "./stack";