pulumi/pkg/compiler/errors
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
..
binder.go Generalize default modules 2017-02-15 12:53:36 -08:00
compiler.go Revive some compiler tests 2017-01-26 15:30:08 -08:00
eval.go Implement static properties in the runtime 2017-02-13 05:45:28 -08:00
new.go Clean up errors 2017-01-25 17:58:16 -08:00
planapply.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00