type github.com/evanw/esbuild/internal/js_ast.PropertyBinding

9 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L295: type PropertyBinding struct {
		js_ast.go#L367: 	Properties   []PropertyBinding

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2068: func (p *parser) parsePropertyBinding() js_ast.PropertyBinding {
		js_parser.go#L2077: 		return js_ast.PropertyBinding{
		js_parser.go#L2121: 			return js_ast.PropertyBinding{
		js_parser.go#L2139: 	return js_ast.PropertyBinding{
		js_parser.go#L2525: 		properties := []js_ast.PropertyBinding{}
		js_parser.go#L2536: 			properties = append(properties, js_ast.PropertyBinding{
		js_parser.go#L4547: 		properties := []js_ast.PropertyBinding{}