pulumi/pkg/encoding
joeduffy d4911ad6f6 Implement snapshot MuGL
This change adds support for serializing snapshots in MuGL, per the
design document in docs/design/mugl.md.  At the moment, it is only
exposed from the `mu plan` command, which allows you to specify an
output location using `mu plan --output=file.json` (or `-o=file.json`
for short).  This serializes the snapshot with monikers, resources,
and so on.  Deserialization is not yet supported; that comes next.
2017-02-21 18:31:43 -08:00
..
convert.go Add a renamedProperties section to aws/x/cf 2016-12-05 14:25:23 -08:00
decode.go Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
decode_definitions.go Use export tables 2017-02-13 09:56:25 -08:00
decode_expressions.go Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
decode_statements.go Implement for loops 2017-02-16 05:38:01 -08:00
init.go Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
marshal.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00