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

36 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L485: type EIndex struct {
		js_ast.go#L491: func (a *EIndex) HasSameFlagsAs(b *EIndex) bool {
		js_ast.go#L659: func (*EIndex) isExpr()             {}
		js_ast.go#L686: 	case *EIndex:

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L574: 	case *js_ast.EIndex:
		js_parser.go#L621: 	case *js_ast.EIndex:
		js_parser.go#L622: 		if b, ok := right.Data.(*js_ast.EIndex); ok && a.OptionalChain == b.OptionalChain {
		js_parser.go#L931: 	case *js_ast.EIndex:
		js_parser.go#L932: 		if b, ok := right.(*js_ast.EIndex); ok && a.HasSameFlagsAs(b) &&
		js_parser.go#L994: 	case *js_ast.EDot, *js_ast.EIndex:
		js_parser.go#L2840: 		if index, ok := value.Data.(*js_ast.EIndex); ok {
		js_parser.go#L3356: 				left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EIndex{
		js_parser.go#L3397: 				left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EIndex{
		js_parser.go#L3439: 					left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EIndex{
		js_parser.go#L3509: 			left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EIndex{
		js_parser.go#L7294: 	case *js_ast.EIndex:
		js_parser.go#L8624: 					js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
		js_parser.go#L8639: 					js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
		js_parser.go#L9758: 	case *js_ast.EIdentifier, *js_ast.EDot, *js_ast.EIndex:
		js_parser.go#L9782: 	case *js_ast.EIndex:
		js_parser.go#L10493: 	case *js_ast.EIndex:
		js_parser.go#L10624: 			case *js_ast.EIndex:
		js_parser_lower.go#L433: 								Value: &js_ast.Expr{Loc: bodyLoc, Data: &js_ast.EIndex{
		js_parser_lower.go#L476: 		case *js_ast.EIndex:
		js_parser_lower.go#L575: 			case *js_ast.EIndex:
		js_parser_lower.go#L597: 					expr = js_ast.Expr{Loc: loc, Data: &js_ast.EIndex{
		js_parser_lower.go#L637: 		case *js_ast.EIndex:
		js_parser_lower.go#L654: 			result = js_ast.Expr{Loc: loc, Data: &js_ast.EIndex{
		js_parser_lower.go#L760: 	case *js_ast.EIndex:
		js_parser_lower.go#L765: 				js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
		js_parser_lower.go#L769: 				js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
		js_parser_lower.go#L1065: 	if index, ok := target.Data.(*js_ast.EIndex); ok {
		js_parser_lower.go#L1864: 						target = js_ast.Expr{Loc: loc, Data: &js_ast.EIndex{
		js_parser_lower.go#L2298: 	case *js_ast.EIndex:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1590: 	case *js_ast.EIndex: