pulumi/pkg/compiler
joeduffy 1c5afa2b63 Add code-generation for Stack references
This change adds code-generation for Stack references other than the built-in types.
This permits you to bind to a dependency and have it flow all the way through to the
code-generation phases.  It still most likely bottoms out on something that fails,
however for pure AWS resources like aws/s3/bucket everything now works.
2016-11-22 11:13:16 -08:00
..
backends Add code-generation for Stack references 2016-11-22 11:13:16 -08:00
core Support Workspaces 2016-11-22 10:41:07 -08:00
predef Support Workspaces 2016-11-22 10:41:07 -08:00
testdata Rearrange workspace logic 2016-11-20 08:20:19 -08:00
binder.go Support Workspaces 2016-11-22 10:41:07 -08:00
binder_test.go Add some targeting tests 2016-11-17 13:08:20 -08:00
common_test.go Add a diag.Sink.Success helper function 2016-11-22 09:40:09 -08:00
compiler.go Add code-generation for Stack references 2016-11-22 11:13:16 -08:00
compiler_test.go Support Workspaces 2016-11-22 10:41:07 -08:00
opts.go Support Workspaces 2016-11-22 10:41:07 -08:00
parser.go Support Workspaces 2016-11-22 10:41:07 -08:00
parsetree.go Support Workspaces 2016-11-22 10:41:07 -08:00
parsetree_test.go Support Workspaces 2016-11-22 10:41:07 -08:00
symbols.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00