const github.com/evanw/esbuild/internal/js_ast.LCall
14 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L52: LCall
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2626: if level < js_ast.LCall && p.fnOrArrowDataParse.allowSuperCall {
js_parser.go#L3258: if level > js_ast.LCall {
js_parser.go#L3299: if hadPureCommentBefore && level < js_ast.LCall {
js_parser.go#L3300: expr = p.parseSuffix(expr, js_ast.LCall-1, errors, flags)
js_parser.go#L3405: if level >= js_ast.LCall {
js_parser.go#L3423: if level >= js_ast.LCall {
js_parser.go#L3517: if level >= js_ast.LCall {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1403: wrap := level >= js_ast.LCall
js_printer.go#L2073: leftLevel = js_ast.LCall
js_printer.go#L2075: leftLevel = js_ast.LCall
js_printer.go#L2078: leftLevel = js_ast.LCall
js_printer.go#L2081: leftLevel = js_ast.LCall
js_printer.go#L2085: leftLevel = js_ast.LCall
![]() |
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. |