github.com/evanw/esbuild/internal/js_ast.Property.Kind (field)

33 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L288: 	Kind         PropertyKind

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1859: 				Kind:         kind,
		js_parser.go#L1923: 			Kind:         kind,
		js_parser.go#L2048: 			Kind:         kind,
		js_parser.go#L2061: 		Kind:       kind,
		js_parser.go#L2527: 			if item.IsMethod || item.Kind == js_ast.PropertyGet || item.Kind == js_ast.PropertySet {
		js_parser.go#L2537: 				IsSpread:     item.Kind == js_ast.PropertySpread,
		js_parser.go#L2593: 				Kind:        kind,
		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#L11026: 						if property.Kind == js_ast.PropertyGet {
		js_parser.go#L11028: 						} else if property.Kind == js_ast.PropertySet {
		js_parser.go#L11052: 					if property.Kind == js_ast.PropertySpread {
		js_parser.go#L11065: 								if p.Kind == js_ast.PropertyGet || p.Kind == js_ast.PropertySet {
		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 {
		js_parser_lower.go#L1953: 				if prop.Kind == js_ast.PropertySet {
		json_parser.go#L131: 				Kind:  js_ast.PropertyNormal,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1085: 	if item.Kind == js_ast.PropertySpread {
		js_printer.go#L1096: 	switch item.Kind {
		js_printer.go#L1196: 	if item.Kind != js_ast.PropertyNormal {