pulumi/pkg/errors
joeduffy e137837455 Revert back to T[], instead of []T, for array syntax
This change reverts the syntax for arrays back to T[] from []T.  The main
reason is that YAML doesn't permit unquoted strings beginning with [], meaning
any array type needs to be quoted as in "[]T", which is annoying compared to all
other primitive types which don't require quotes.  And, anyway, this syntax is
more familiar too.

I've also added a number of tests.
2016-12-07 13:24:05 -08:00
..
backend.go Introduce intrinsic types 2016-12-05 13:46:18 -08:00
binder.go Custom types, round 2 2016-12-06 20:51:05 -08:00
compiler.go Clean up workspace file naming 2016-11-29 20:07:27 -08:00
parser.go Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00