func github.com/evanw/esbuild/internal/js_parser.exprHasObjectRest

5 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser_lower.go#L1091: func exprHasObjectRest(expr js_ast.Expr) bool {
		js_parser_lower.go#L1094: 		if e.Op == js_ast.BinOpAssign && exprHasObjectRest(e.Left) {
		js_parser_lower.go#L1099: 			if exprHasObjectRest(item) {
		js_parser_lower.go#L1105: 			if property.Kind == js_ast.PropertySpread || exprHasObjectRest(*property.Value) {
		js_parser_lower.go#L1152: 		if exprHasObjectRest(s.Value) {