pulumi/sdk/nodejs/tests/runtime
Luke Hoban 076d8887c9
Compute required packages during closure serialization (#1457)
Closure serialization now keeps track of the `require`d packages it sees in the function bodies that are serialized during a call to `serializeFunction`.

Also, replaces `serializeFunctionAsync` with `serializeFunction` which accepts richer parameters and return type, deprecating the former API (but leaving it available for now to avoid a breaking change).
2018-06-03 21:55:37 -07:00
..
langhost Resolve missing outputs as `undefined`. (#1427) 2018-05-24 11:22:08 -07:00
closure.spec.ts Compute required packages during closure serialization (#1457) 2018-06-03 21:55:37 -07:00
jsClosureCases.js Issue a better error message if you capture a V8 intrinsic (#1423) 2018-05-24 11:54:31 -07:00
props.spec.ts Discriminate unknown values in the JS runtime. (#1414) 2018-05-23 14:47:40 -07:00