github.com/evanw/esbuild/internal/js_ast.EJSXElement.Tag (field)

4 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L564: 	Tag        *Expr

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L4152: 		return js_ast.Expr{Loc: loc, Data: &js_ast.EJSXElement{Tag: startTag, Properties: properties}}
		js_parser.go#L4210: 			return js_ast.Expr{Loc: loc, Data: &js_ast.EJSXElement{Tag: startTag, Properties: properties, Children: children}}
		js_parser.go#L9953: 		tag := e.Tag