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

19 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L267: 	PropertySpread

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2537: 				IsSpread:     item.Kind == js_ast.PropertySpread,
		js_parser.go#L2590: 				kind = js_ast.PropertySpread
		js_parser.go#L3039: 					Kind:  js_ast.PropertySpread,
		js_parser.go#L4132: 					Kind:  js_ast.PropertySpread,
		js_parser.go#L9963: 			if property.Kind != js_ast.PropertySpread {
		js_parser.go#L10955: 			if property.Kind != js_ast.PropertySpread {
		js_parser.go#L11021: 				if property.Kind != js_ast.PropertySpread {
		js_parser.go#L11052: 					if property.Kind == js_ast.PropertySpread {
		js_parser.go#L12335: 			if property.Kind == js_ast.PropertySpread || property.IsComputed {
		js_parser.go#L12459: 			if spread.Kind == js_ast.PropertySpread {
		js_parser.go#L12463: 					if property.Kind != js_ast.PropertySpread {
		js_parser_lower.go#L907: 			if property.Kind == js_ast.PropertySpread {
		js_parser_lower.go#L922: 		if property.Kind != js_ast.PropertySpread {
		js_parser_lower.go#L1105: 			if property.Kind == js_ast.PropertySpread || exprHasObjectRest(*property.Value) {
		js_parser_lower.go#L1267: 				if property.Kind == js_ast.PropertySpread || findRestBindings(*property.Value) {
		js_parser_lower.go#L1447: 			endsWithRestBinding := last >= 0 && e.Properties[last].Kind == js_ast.PropertySpread
		js_parser_lower.go#L1454: 				if property.Kind == js_ast.PropertySpread {

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1085: 	if item.Kind == js_ast.PropertySpread {