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

15 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L360: type BArray struct {
		js_ast.go#L373: func (*BArray) isBinding()      {}

	github.com/evanw/esbuild/internal/bundler
		linker.go#L4357: 	case *js_ast.BArray:

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1475: 	case *js_ast.BArray:
		js_parser.go#L2511: 		return js_ast.Binding{Loc: expr.Loc, Data: &js_ast.BArray{
		js_parser.go#L2568: 	case *js_ast.BArray:
		js_parser.go#L4537: 		return js_ast.Binding{Loc: loc, Data: &js_ast.BArray{
		js_parser.go#L6125: 	case *js_ast.BArray:
		js_parser.go#L6387: 	case *js_ast.BArray:
		js_parser.go#L7486: 	case *js_ast.BArray:
		js_parser.go#L8780: 	case *js_ast.BArray:
		js_parser.go#L11683: 	case *js_ast.BArray:
		js_parser.go#L12235: 	case *js_ast.BArray:
		js_parser_lower.go#L1075: 	case *js_ast.BArray:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L823: 	case *js_ast.BArray: