pulumi/cmd
joeduffy 94e072c653 Add a TryLoadDynamicExpression IL opcode
This change introduces TryLoadDynamicExpression.  This is similar to
the existing LoadDynamicExpression opcode, except that it will return
null in response to a missing member (versus the default of raising
an exception).  This is to enable languages like JavaScript to encode
operations properly (which always yields undefined/nulls), while still
catering to languages like Python (which throw exceptions).
2017-04-19 16:49:59 -07:00
..
coco Use github.com/pkg/errors for errors 2017-04-19 14:46:50 -07:00
cocogo Add a cmd/cocogo tool 2017-04-13 05:29:19 -07:00
cocojs Add a TryLoadDynamicExpression IL opcode 2017-04-19 16:49:59 -07:00
cocopy Add a TryLoadDynamicExpression IL opcode 2017-04-19 16:49:59 -07:00