pulumi/pkg/compiler
joeduffy 6d3296b65f Permit explicit listing of properties to map
In some cases, we actually want to suppress auto-mapping for all or
most of the properties.  In those cases, it's easier to specify those
that we *do* want rather than the ones we *do not* want.  Now with
properties, skipProperties, and extraProperties, we have all the
necessary flexibility to control auto-mapping for CF templates.
2016-11-29 12:04:05 -08:00
..
backends Permit explicit listing of properties to map 2016-11-29 12:04:05 -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 Add rudimentary template expansion 2016-11-25 12:58:29 -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 "has" template function 2016-11-29 11:43:20 -08:00