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 fc6b16f + 55311b1 commit e9c5c5fCopy full SHA for e9c5c5f
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