github.com/evanw/esbuild/internal/js_ast.PropertyBinding.Key (field)

13 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L298: 	Key          Expr

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2122: 				Key:          key,
		js_parser.go#L2141: 		Key:          key,
		js_parser.go#L2539: 				Key:          item.Key,
		js_parser.go#L2595: 				Key:         property.Key,
		js_parser.go#L7504: 				property.Key = p.visitExpr(property.Key)
		js_parser.go#L12247: 			if !property.IsSpread && !p.exprCanBeRemovedIfUnused(property.Key) {

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L891: 						p.printExpr(property.Key, js_ast.LComma, 0)
		js_printer.go#L905: 					if str, ok := property.Key.Data.(*js_ast.EString); ok {
		js_printer.go#L907: 							p.addSourceMapping(property.Key.Loc)
		js_printer.go#L922: 							p.printExpr(property.Key, js_ast.LLowest, 0)
		js_printer.go#L925: 						p.printExpr(property.Key, js_ast.LLowest, 0)