pulumi/pkg/encoding
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
..
convert.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
decode.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
decode_definitions.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
decode_expressions.go Add a TryLoadDynamicExpression IL opcode 2017-04-19 16:49:59 -07:00
decode_statements.go Switch to imports as statements 2017-04-08 18:16:10 -07:00
init.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
marshal.go Make major commands more pleasant 2017-03-21 19:23:32 -07:00