github.com/evanw/esbuild/internal/js_parser.parser.parseSuffix (method)
9 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L3300: expr = p.parseSuffix(expr, js_ast.LCall-1, errors, flags)
js_parser.go#L3309: return p.parseSuffix(expr, level, errors, flags)
js_parser.go#L3312: func (p *parser) parseSuffix(left js_ast.Expr, level js_ast.L, errors *deferredErrors, flags exprFlag) js_ast.Expr {
js_parser.go#L3813: left = p.parseSuffix(left, js_ast.LNullishCoalescing+1, nil, flags)
js_parser.go#L3841: left = p.parseSuffix(left, js_ast.LNullishCoalescing+1, nil, flags)
js_parser.go#L3995: return p.parseSuffix(expr, js_ast.LLowest, nil, 0), js_ast.Stmt{}, nil
js_parser.go#L5195: expr := p.parseSuffix(p.parseAsyncPrefixExpr(asyncRange, js_ast.LComma), js_ast.LComma, nil, 0)
js_parser.go#L5751: expr := p.parseSuffix(p.parseImportExpr(loc, js_ast.LLowest), js_ast.LLowest, nil, 0)
js_parser.go#L5981: expr = p.parseSuffix(p.parseAsyncPrefixExpr(asyncRange, js_ast.LLowest), js_ast.LLowest, nil, 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. |