pulumi/pkg/compiler
joeduffy d22e6b44b5 Add orElse/orEmpty template functions
This change adds the ability to substitute a default value if one is
missing from a map (orElse), and/or to substitute an empty string (orEmpty).
2016-12-09 17:22:09 -08:00
..
backends Custom types, round 1 2016-12-06 14:49:47 -08:00
core Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
predef Use intrinsics in place of predefineds 2016-12-05 16:13:49 -08:00
testdata Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00
binder.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
binder_test.go Custom types, round 2 2016-12-06 20:51:05 -08:00
common_test.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
compiler.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
compiler_be.go Detect target cloud earlier on 2016-11-29 13:42:39 -08:00
compiler_fe.go Support binding to arbitrary service types 2016-12-03 13:00:08 -08:00
compiler_sema.go Custom types, round 1 2016-12-06 14:49:47 -08:00
compiler_test.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
context.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
opts.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
parser.go Remember stack property values (including bounds) 2016-12-05 10:13:57 -08:00
parser_test.go Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00
parsetree.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
symbols.go Custom types, round 1 2016-12-06 14:49:47 -08:00
templates.go Add orElse/orEmpty template functions 2016-12-09 17:22:09 -08:00