github.com/evanw/esbuild/internal/js_parser.parser.parseFnStmt (method)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L4916: func (p *parser) parseFnStmt(loc logger.Loc, opts parseStmtOpts, isAsync bool, asyncRange logger.Range) js_ast.Stmt {
js_parser.go#L5111: return p.parseFnStmt(loc, opts, true /* isAsync */, asyncRange)
js_parser.go#L5175: stmt := p.parseFnStmt(loc, parseStmtOpts{
js_parser.go#L5342: return p.parseFnStmt(loc, opts, false /* isAsync */, logger.Range{})
js_parser.go#L5979: return p.parseFnStmt(asyncRange.Loc, opts, true /* isAsync */, asyncRange)
 |
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. |