pulumi/pkg/ast
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
..
conv Custom types, round 2 2016-12-06 20:51:05 -08:00
names.go Add some property binding tests 2016-12-02 14:33:22 -08:00
names_test.go Implement dependency versions 2016-11-22 16:58:23 -08:00
nodes.go Rename Schemas to Types 2016-12-06 20:56:47 -08:00
refs.go Reject Refs with missing names 2016-12-07 13:07:54 -08:00
refs_test.go Preserve blank ""s in RefParts 2016-11-22 17:24:49 -08:00
stable.go Custom types, round 1 2016-12-06 14:49:47 -08:00
types.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
versions.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00
versions_test.go Implement dependency versions 2016-11-22 16:58:23 -08:00