pulumi/pkg/compiler/errors
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
..
binder.go Implement property accessors 2017-05-15 17:46:14 -07:00
compiler.go Make major commands more pleasant 2017-03-21 19:23:32 -07:00
eval.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
new.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
planapply.go Fix an assert and a message 2017-03-30 15:06:55 -07:00