github.com/evanw/esbuild/internal/js_ast.EArray.IsSingleLine (field)

14 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L388: 	IsSingleLine     bool

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2514: 			IsSingleLine: e.IsSingleLine,
		js_parser.go#L2581: 			IsSingleLine: b.IsSingleLine,
		js_parser.go#L3020: 			IsSingleLine:     isSingleLine,
		js_parser_lower.go#L406: 				forwardedArgs = js_ast.Expr{Loc: bodyLoc, Data: &js_ast.EArray{Items: items, IsSingleLine: true}}
		js_parser_lower.go#L1326: 			{Loc: binding.Loc, Data: &js_ast.EArray{Items: keysToExclude, IsSingleLine: isSingleLine}}}))
		js_parser_lower.go#L1354: 			tailExpr = js_ast.Expr{Loc: loc, Data: &js_ast.EArray{Items: after, IsSingleLine: isSingleLine}}
		js_parser_lower.go#L1362: 		assign(js_ast.Expr{Loc: split.Loc, Data: &js_ast.EArray{Items: items, IsSingleLine: isSingleLine}}, init)
		js_parser_lower.go#L1440: 					splitArrayPattern(e.Items[:i], item, append([]js_ast.Expr{}, e.Items[i+1:]...), init, e.IsSingleLine)
		json_parser.go#L92: 			IsSingleLine: isSingleLine,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1712: 			if !e.IsSingleLine {
		js_printer.go#L1719: 					if e.IsSingleLine {
		js_printer.go#L1723: 				if !e.IsSingleLine {
		js_printer.go#L1736: 			if !e.IsSingleLine {