pulumi/pkg/ast
joeduffy e56a34b4e0 Make ast.StableX routines for the various AST maps
We previously used stable enumeration of the various AST maps in the core
visitor, however we now need stable enumeration in more places (like the AWS
backend I am working on).  This change refactors this logic to expose a set
of core ast.StableX routines that stably enumerate maps, and then simply uses
them in place of the existing visitor logic.  (Missing generics right now...)
2016-11-18 15:57:07 -08:00
..
names.go Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
stable.go Make ast.StableX routines for the various AST maps 2016-11-18 15:57:07 -08:00
types.go Add cloud target and architecture detection 2016-11-17 10:30:37 -08:00