lang: ast, funcs: Start plumbing through the textarea
We need to get these everywhere and this is a start.
This commit is contained in:
@@ -45,6 +45,8 @@ import (
|
||||
// which is implemented by &ConstFunc{}.
|
||||
func FuncValueToConstFunc(fv *full.FuncValue) interfaces.Func {
|
||||
return &ConstFunc{
|
||||
//Textarea: ???, // XXX: add me!
|
||||
|
||||
Value: fv,
|
||||
NameHint: "FuncValue",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user