const github.com/evanw/esbuild/internal/js_ast.LComma
55 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L32: LComma
js_ast.go#L225: {",", LComma, false},
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1749: expr := p.parseExpr(js_ast.LComma)
js_parser.go#L1854: value := p.parseExpr(js_ast.LComma)
js_parser.go#L1901: value := p.parseExpr(js_ast.LComma)
js_parser.go#L2059: value := p.parseExprOrBindings(js_ast.LComma, errors)
js_parser.go#L2098: key = p.parseExpr(js_ast.LComma)
js_parser.go#L2117: init := p.parseExpr(js_ast.LComma)
js_parser.go#L2135: init := p.parseExpr(js_ast.LComma)
js_parser.go#L2176: expr := p.parseExpr(js_ast.LComma)
js_parser.go#L2328: item := p.parseExprOrBindings(js_ast.LComma, &errors)
js_parser.go#L2344: item = js_ast.Assign(item, p.parseExpr(js_ast.LComma))
js_parser.go#L2976: item := p.parseExprOrBindings(js_ast.LComma, &selfErrors)
js_parser.go#L2985: item := p.parseExprOrBindings(js_ast.LComma, &selfErrors)
js_parser.go#L3037: value := p.parseExpr(js_ast.LComma)
js_parser.go#L3272: value := p.parseExpr(js_ast.LComma)
js_parser.go#L3320: if level >= js_ast.LComma {
js_parser.go#L3324: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EBinary{Op: js_ast.BinOpComma, Left: left, Right: p.parseExpr(js_ast.LComma)}}
js_parser.go#L3550: yes := p.parseExpr(js_ast.LComma)
js_parser.go#L3555: no := p.parseExpr(js_ast.LComma)
js_parser.go#L3587: if level >= js_ast.LComma {
js_parser.go#L3591: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EBinary{Op: js_ast.BinOpComma, Left: left, Right: p.parseExpr(js_ast.LComma)}}
js_parser.go#L4013: arg := p.parseExpr(js_ast.LComma)
js_parser.go#L4130: value := p.parseExpr(js_ast.LComma)
js_parser.go#L4277: expr := p.parseExpr(js_ast.LComma)
js_parser.go#L4506: value := p.parseExpr(js_ast.LComma)
js_parser.go#L4683: value := p.parseExpr(js_ast.LComma)
js_parser.go#L5195: expr := p.parseSuffix(p.parseAsyncPrefixExpr(asyncRange, js_ast.LComma), js_ast.LComma, nil, 0)
js_parser.go#L5234: expr := p.parseExpr(js_ast.LComma)
js_parser.go#L5692: value := p.parseExpr(js_ast.LComma)
ts_parser.go#L807: initializer := p.parseExpr(js_ast.LComma)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L850: p.printExpr(*item.DefaultValue, js_ast.LComma, 0)
js_printer.go#L891: p.printExpr(property.Key, js_ast.LComma, 0)
js_printer.go#L900: p.printExpr(*property.DefaultValue, js_ast.LComma, 0)
js_printer.go#L917: p.printExpr(*property.DefaultValue, js_ast.LComma, 0)
js_printer.go#L937: p.printExpr(*property.DefaultValue, js_ast.LComma, 0)
js_printer.go#L1037: p.printExpr(*arg.Default, js_ast.LComma, 0)
js_printer.go#L1087: p.printExpr(*item.Value, js_ast.LComma, 0)
js_printer.go#L1123: p.printExpr(item.Key, js_ast.LComma, 0)
js_printer.go#L1134: p.printExpr(*item.Value, js_ast.LComma, 0)
js_printer.go#L1141: p.printExpr(*item.Initializer, js_ast.LComma, 0)
js_printer.go#L1165: p.printExpr(*item.Initializer, js_ast.LComma, 0)
js_printer.go#L1179: p.printExpr(*item.Initializer, js_ast.LComma, 0)
js_printer.go#L1212: p.printExpr(*item.Value, js_ast.LComma, 0)
js_printer.go#L1219: p.printExpr(*item.Initializer, js_ast.LComma, 0)
js_printer.go#L1392: p.printExpr(e.Value, js_ast.LComma, 0)
js_printer.go#L1431: p.printExpr(arg, js_ast.LComma, 0)
js_printer.go#L1489: p.printExpr(arg, js_ast.LComma, 0)
js_printer.go#L1544: p.printExpr(e.Expr, js_ast.LComma, 0)
js_printer.go#L1659: p.printExpr(*s.Value, js_ast.LComma, 0)
js_printer.go#L1727: p.printExpr(item, js_ast.LComma, 0)
js_printer.go#L2336: p.printExpr(*decl.Value, js_ast.LComma, flags)
js_printer.go#L2549: p.printExpr(*s.Value.Expr, js_ast.LComma, 0)
js_printer.go#L2754: p.printExpr(s.Value, js_ast.LComma, 0)
 |
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. |