github.com/google/safehtml/template.Template.Tree (field)

5 uses

	github.com/google/safehtml/template (current package)
		escape.go#L38: 			t.Tree = nil
		escape.go#L45: 		t.Tree = t.text.Tree
		template.go#L32: 	Tree       *parse.Tree
		template.go#L107: 		if t.Tree == nil {
		template.go#L261: 		tmpl.Tree = v.Tree