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

7 uses

	text/template/parse (current package)
		parse.go#L24: 	Mode      Mode      // parsing mode.
		parse.go#L246: 	emitComment := t.Mode&ParseComments != 0
		parse.go#L305: 				newT.Mode = t.Mode
		parse.go#L611: 	block.Mode = t.Mode
		parse.go#L732: 		checkFunc := t.Mode&SkipFuncCheck == 0