github.com/evanw/esbuild/internal/js_parser.parser.lowerPrivateSet (method)

9 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L10385: 				return p.lowerPrivateSet(target, loc, private, e.Right), exprOut{}
		js_parser_lower.go#L793: 		return targetWrapFunc(p.lowerPrivateSet(targetFunc(), privateLoc, private,
		js_parser_lower.go#L812: 			right := p.lowerPrivateSet(targetFunc(), privateLoc, private, e.Right)
		js_parser_lower.go#L821: 			Right: p.lowerPrivateSet(targetFunc(), privateLoc, private, e.Right),
		js_parser_lower.go#L848: 			Right: p.lowerPrivateSet(targetFunc(), privateLoc, private, e.Right),
		js_parser_lower.go#L992: func (p *parser) lowerPrivateSet(
		js_parser_lower.go#L1036: 		assign := valueWrapFunc(targetWrapFunc(p.lowerPrivateSet(target, loc, private, js_ast.Expr{Loc: target.Loc, Data: &js_ast.EBinary{
		js_parser_lower.go#L1045: 	return targetWrapFunc(p.lowerPrivateSet(target, loc, private, js_ast.Expr{Loc: target.Loc, Data: &js_ast.EBinary{
		js_parser_lower.go#L1055: 	return targetWrapFunc(p.lowerPrivateSet(targetFunc(), loc, private, js_ast.Expr{Loc: value.Loc, Data: &js_ast.EBinary{