go-jsonnet/cmd/jsonnet
Stanisław Barzowski c77f22c99f Eliminate the unnecessary ast.StdAst
The initially empty ast.StdAst was created to break the circular
dependency. The generation of stdlib AST used to depend on
the primary "jsonnet" package, which meant that "jsonnet"
could not depend on it directly. Hence stdlib needed to be put
in the ast package. Now dumpstdlibast no longer depends on Jsonnet,
so we can get rid of this complication.

All code using ast.StdAst should now use astgen.StdAst.
2019-09-01 21:17:29 +02:00
..
BUILD.bazel Don't automatically install the std AST into "ast" 2019-06-15 01:34:11 +02:00
cmd_test.go Add go mod / cleanup (#266) 2019-04-03 15:46:19 +02:00
cmd.go Eliminate the unnecessary ast.StdAst 2019-09-01 21:17:29 +02:00