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

7 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser_lower.go#L266: 			if bindingHasObjectRest(arg.Binding) {
		js_parser_lower.go#L1073: func bindingHasObjectRest(binding js_ast.Binding) bool {
		js_parser_lower.go#L1077: 			if bindingHasObjectRest(item.Binding) {
		js_parser_lower.go#L1083: 			if property.IsSpread || bindingHasObjectRest(property.Value) {
		js_parser_lower.go#L1121: 		if decl.Value != nil && bindingHasObjectRest(decl.Binding) {
		js_parser_lower.go#L1163: 		if len(s.Decls) == 1 && bindingHasObjectRest(s.Decls[0].Binding) {
		js_parser_lower.go#L1190: 	if catch.Binding != nil && bindingHasObjectRest(*catch.Binding) {