github.com/evanw/esbuild/internal/js_ast.EObject.IsSingleLine (field)
20 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L578: IsSingleLine bool
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2546: IsSingleLine: e.IsSingleLine,
js_parser.go#L2602: IsSingleLine: b.IsSingleLine,
js_parser.go#L3085: IsSingleLine: isSingleLine,
js_parser_lower.go#L932: IsSingleLine: e.IsSingleLine,
js_parser_lower.go#L939: IsSingleLine: e.IsSingleLine,
js_parser_lower.go#L953: IsSingleLine: e.IsSingleLine,
js_parser_lower.go#L1312: assign(js_ast.Expr{Loc: before[0].Key.Loc, Data: &js_ast.EObject{Properties: before, IsSingleLine: isSingleLine}},
js_parser_lower.go#L1401: assign(js_ast.Expr{Loc: binding.Loc, Data: &js_ast.EObject{Properties: upToSplit, IsSingleLine: isSingleLine}}, init)
js_parser_lower.go#L1411: IsSingleLine: isSingleLine,
js_parser_lower.go#L1455: lowerObjectRestPattern(e.Properties[:i], *property.Value, init, capturedKeys, e.IsSingleLine)
js_parser_lower.go#L1468: splitObjectPattern(e.Properties[:i+1], e.Properties[i+1:], init, capturedKeys, e.IsSingleLine)
json_parser.go#L144: IsSingleLine: isSingleLine,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1752: if !e.IsSingleLine {
js_printer.go#L1759: if e.IsSingleLine {
js_printer.go#L1763: if !e.IsSingleLine {
js_printer.go#L1770: if !e.IsSingleLine {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |