pulumi/pkg/compiler/backends
joeduffy d26c1e395a Implement diag.Diagable on ast.Workspace and ast.Stack
The only two AST nodes that track any semblance of location right now
are ast.Workspace and ast.Stack.  This is simply because, using the standard
JSON and YAML parsers, we aren't given any information about the resulting
unmarshaled node locations.  To fix that, we'll need to crack open the parsers
and get our hands dirty.  In the meantime, we can crudely implement diag.Diagable
on ast.Workspace and ast.Stack, however, to simply return their diag.Documents.
2016-11-23 07:54:40 -08:00
..
clouds Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
schedulers Implement dependency versions 2016-11-22 16:58:23 -08:00
arch.go Add scaffolding for the AWS ECS scheduler backend 2016-11-22 12:37:14 -08:00
provider.go Add scaffolding for the AWS ECS scheduler backend 2016-11-22 12:37:14 -08:00