pulumi/pkg/compiler/core
joeduffy db80229899 Fix a few type binding mistakes
* Persue the default/optional checking if a property value == nil.

* Use the Interface() function to convert a reflect.Type to its underlying
  interface{} value.  This is required for typechecking to check out.

* Also, unrelated to the above, change type assertions to use nil rather than
  allocating real objects.  Although minimal, this incurs less GC pressure.
2016-12-09 13:12:57 -08:00
..
backend.go Finish dependency and type binding 2016-11-23 07:26:45 -08:00
phase.go Create a new mu/pkg/compiler/core package 2016-11-17 08:52:54 -08:00
visitor.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00