pulumi/cmd
joeduffy 82e3624ea1 Implement property accessors
This change implements property accessors (getters and setters).

The approach is fairly basic, but is heavily inspired by the ECMAScript5
approach of attaching a getter/setter to any property slot (even if we don't
yet fully exploit this capability).  The evaluator then needs to track and
utilize the appropriate accessor functions when loading locations.

This change includes CocoJS support and makes a dent in pulumi/coconut#66.
2017-05-15 17:46:14 -07:00
..
cidlc Update the CIDLC README with build, running, etc. instructions 2017-04-30 08:36:57 -07:00
coco Use github.com/pkg/errors for errors 2017-04-19 14:46:50 -07:00
cocojs Implement property accessors 2017-05-15 17:46:14 -07:00
cocopy Implement property accessors 2017-05-15 17:46:14 -07:00