pulumi/sdk/nodejs/runtime/closure
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
..
createClosure.ts Compute required packages during closure serialization (#1457) 2018-06-03 21:55:37 -07:00
parseFunction.ts Compute required packages during closure serialization (#1457) 2018-06-03 21:55:37 -07:00
rewriteSuper.ts Add license headers 2018-05-22 15:02:47 -07:00
serializeClosure.ts Compute required packages during closure serialization (#1457) 2018-06-03 21:55:37 -07:00
v8.ts Add license headers 2018-05-22 15:02:47 -07:00