pulumi/pkg/compiler
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
..
ast Rename serialized name from "alternative" to "alternate" 2017-02-16 07:37:40 -08:00
binder Flip the order of comparison for static cast checking 2017-02-16 07:38:10 -08:00
core Implement the mu apply command 2017-02-19 11:41:05 -08:00
errors Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
metadata Run class and module initializers 2017-01-27 14:47:26 -08:00
symbols Emit Tokens in Symbol Stringer.String functions 2017-02-16 15:53:55 -08:00
testdata Check in a missing test file 2017-02-01 19:41:13 -08:00
types Permit throwing anything 2017-02-15 10:04:33 -08:00
compiler.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
compiler_test.go Colorize Mu output 2017-02-09 17:26:49 -08:00