pulumi/cmd
joeduffy 14c040bc7f Implement custom decoding of ModuleMembers
This change begins to implement some of the AST custom decoding, beneath
the Package's Module map.  In particular, we now unmarshal "one level"
beyond this, populating each Module's ModuleMember map.  This includes
Classes, Exports, ModuleProperties, and ModuleMethods.  The Class AST's
Members have been marked "custom", in addition to Block's Statements,
because they required kind-directed decoding.  But Exports and
ModuleProperties can be decoded entirely using the tag-directed decoding
scheme.  Up next, custom decoding of ClassMembers.  At that point, all
definition-level decoding will be done, leaving MuIL's ASTs.
2017-01-15 14:57:42 -08:00
..
build.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
describe.go Also print module names from describe 2017-01-14 11:22:26 -08:00
get.go Implement custom decoding of ModuleMembers 2017-01-15 14:57:42 -08:00
mu.go Add the scaffolding for a new mu describe command 2017-01-13 15:00:20 -08:00
version.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00