pulumi/pkg
Luke Hoban 0b24ab7070 Serialize lambdas nested in captured objects
Adds support for serializing lambdas which are
properties of captured objects.

For example:

```
let o = {
  f: () => 12
};
let func = new aws.serverless.Function("func", {policies: [aws.iam.AWSLambdaFullAccess]}, (ev, ctx, cb) => {
    console.log(o.f());
    cb(null, null);
});
```
2017-07-12 17:43:17 -07:00
..
compiler Fix a comment typo 2017-07-08 14:57:11 -07:00
diag Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
encoding Support try/catch in Lumi and async/await in Node.js 2017-07-07 12:47:27 -07:00
eval Serialize lambdas nested in captured objects 2017-07-12 17:43:17 -07:00
graph Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
pack Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
resource Export plugin prefix constants 2017-07-06 09:46:00 -04:00
tokens Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
tools Refactor EnsurePath to be clear about dir vs. file 2017-07-04 20:52:25 -04:00
util Simply panic for failfast 2017-06-27 11:12:06 -07:00
workspace Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00