github.com/evanw/esbuild/internal/js_parser.parser.parseStmt (method)
21 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L5035: func (p *parser) parseStmt(opts parseStmtOpts) js_ast.Stmt {
js_parser.go#L5067: return p.parseStmt(opts)
js_parser.go#L5073: return p.parseStmt(opts)
js_parser.go#L5084: return p.parseStmt(opts)
js_parser.go#L5089: return p.parseStmt(opts)
js_parser.go#L5133: return p.parseStmt(opts)
js_parser.go#L5140: return p.parseStmt(opts)
js_parser.go#L5201: stmt := p.parseStmt(parseStmtOpts{
js_parser.go#L5385: return p.parseStmt(opts)
js_parser.go#L5434: yes := p.parseStmt(parseStmtOpts{lexicalDecl: lexicalDeclAllowFnInsideIf})
js_parser.go#L5438: stmt := p.parseStmt(parseStmtOpts{lexicalDecl: lexicalDeclAllowFnInsideIf})
js_parser.go#L5445: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L5463: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L5477: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L5522: body = append(body, p.parseStmt(parseStmtOpts{lexicalDecl: lexicalDeclAllowAll}))
js_parser.go#L5694: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L5704: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L5730: body := p.parseStmt(parseStmtOpts{})
js_parser.go#L6004: stmt := p.parseStmt(nestedOpts)
js_parser.go#L6066: stmt := p.parseStmt(opts)
js_parser.go#L6198: stmt := p.parseStmt(opts)
![]() |
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. |