pulumi/pkg/compiler
joeduffy 89d9269377 Bind dependencies that have no Stacks
In some cases, a dependency will resolve to a diag.Document, rather than
a fully instantiated ast.Stack (in fact, that is the common case).  The
binder needs to detect and tolerate this situation.
2016-11-29 13:04:36 -08:00
..
backends Add DependsOn support in CF template generation 2016-11-29 12:23:46 -08:00
core Add the target architecture to the rendering context 2016-11-28 15:15:49 -08:00
predef Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
testdata Implement dependency versions 2016-11-22 16:58:23 -08:00
binder.go Bind dependencies that have no Stacks 2016-11-29 13:04:36 -08:00
binder_test.go Finish dependency and type binding 2016-11-23 07:26:45 -08:00
common_test.go Add a diag.Sink.Success helper function 2016-11-22 09:40:09 -08:00
compiler.go Add an initial whack at a cluster Mufile 2016-11-28 16:18:38 -08:00
compiler_be.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
compiler_fe.go Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
compiler_sema.go Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
compiler_test.go Implement dependency versions 2016-11-22 16:58:23 -08:00
context.go Add an initial whack at a cluster Mufile 2016-11-28 16:18:38 -08:00
opts.go Support Workspaces 2016-11-22 10:41:07 -08:00
parser.go Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
parsetree.go Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
symbols.go Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
templates.go Add a "require" template function 2016-11-29 12:12:53 -08:00