We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09272f3 + 2ce8c8b commit 55311b1Copy full SHA for 55311b1
language/parser/parser.go
@@ -79,8 +79,8 @@ func Parse(p ParseParams) (*ast.Document, error) {
79
return doc, nil
80
}
81
82
-// TODO: test and expose parseValue as a public
83
-func parseValue(p ParseParams) (ast.Value, error) {
+// ParseValue parses params and returns ast value
+func ParseValue(p ParseParams) (ast.Value, error) {
84
var value ast.Value
85
var sourceObj *source.Source
86
switch src := p.Source.(type) {
0 commit comments