create token name constants in comment package
This commit is contained in:
@@ -96,7 +96,6 @@ func (l *Parser) GetPositions() parser.Positions {
|
||||
return l.positions
|
||||
}
|
||||
|
||||
// GetPositions returns positions list
|
||||
func (l *Parser) setCommentsFromChildNode(n node.Node, c node.Node) {
|
||||
l.comments.AddComments(n, l.comments[c])
|
||||
delete(l.comments, c)
|
||||
|
||||
2004
php7/php7.go
2004
php7/php7.go
File diff suppressed because it is too large
Load Diff
971
php7/php7.y
971
php7/php7.y
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user