Expressions: support ${my var} syntax (#29819)
This commit is contained in:
@@ -88,7 +88,7 @@ func (t NodeType) String() string {
|
||||
type VarNode struct {
|
||||
NodeType
|
||||
Pos
|
||||
Name string // Without the $
|
||||
Name string // Without the $ or {}
|
||||
Text string // Raw
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user