text/template/parse.Tree.Mode (field)

7 uses

	text/template/parse (current package)
		parse.go#L24: 	Mode      Mode      // parsing mode.
		parse.go#L227: 		emitComment: t.Mode&ParseComments != 0,
		parse.go#L307: 				newT.Mode = t.Mode
		parse.go#L639: 	block.Mode = t.Mode
		parse.go#L768: 		checkFunc := t.Mode&SkipFuncCheck == 0