const github.com/evanw/esbuild/internal/js_ast.PropertySet

12 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L266: 	PropertySet

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1811: 						return p.parseProperty(js_ast.PropertySet, opts, nil)
		js_parser.go#L1934: 		if p.lexer.Token == js_lexer.TOpenParen && kind != js_ast.PropertyGet && kind != js_ast.PropertySet {
		js_parser.go#L1948: 					case kind == js_ast.PropertySet:
		js_parser.go#L1994: 		case js_ast.PropertySet:
		js_parser.go#L2016: 			case js_ast.PropertySet:
		js_parser.go#L2038: 				if kind == js_ast.PropertySet {
		js_parser.go#L2527: 			if item.IsMethod || item.Kind == js_ast.PropertyGet || item.Kind == js_ast.PropertySet {
		js_parser.go#L11028: 						} else if property.Kind == js_ast.PropertySet {
		js_parser.go#L11065: 								if p.Kind == js_ast.PropertyGet || p.Kind == js_ast.PropertySet {
		js_parser_lower.go#L1953: 				if prop.Kind == js_ast.PropertySet {

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1102: 	case js_ast.PropertySet: