pulumi/pkg/compiler
joeduffy 0d6208bb00 Simplify cf/template extension provider
For now, we can simply auto-map the Mu properties to CF properties,
eliminating the need to manually map them in the templates.  Eventually
we'll want more sophistication here to control various aspects of the CF
templates, but this eliminates a lot of tedious manual work in the meantime.
2016-11-23 14:16:35 -08:00
..
backends Simplify cf/template extension provider 2016-11-23 14:16:35 -08:00
core Finish dependency and type binding 2016-11-23 07:26:45 -08:00
predef Finish dependency and type binding 2016-11-23 07:26:45 -08:00
testdata Implement dependency versions 2016-11-22 16:58:23 -08:00
binder.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -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 Prepare for better diagnostics 2016-11-23 07:44:03 -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 Finish dependency and type binding 2016-11-23 07:26:45 -08:00
compiler_sema.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
compiler_test.go Implement dependency versions 2016-11-22 16:58:23 -08:00
opts.go Support Workspaces 2016-11-22 10:41:07 -08:00
parser.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00
parsetree.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
symbols.go Add rudimentary type binding 2016-11-16 18:55:20 -08:00