github.com/evanw/esbuild/internal/js_printer.printer.printBlock (method)
12 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L1049: p.printBlock(fn.Body.Loc, fn.Body.Stmts)
js_printer.go#L1664: p.printBlock(e.Body.Loc, e.Body.Stmts)
js_printer.go#L2344: p.printBlock(body.Loc, block.Stmts)
js_printer.go#L2354: func (p *printer) printBlock(loc logger.Loc, stmts []js_ast.Stmt) {
js_printer.go#L2411: p.printBlock(s.Yes.Loc, yes.Stmts)
js_printer.go#L2454: p.printBlock(s.No.Loc, no.Stmts)
js_printer.go#L2707: p.printBlock(s.Body.Loc, block.Stmts)
js_printer.go#L2789: p.printBlock(s.BodyLoc, s.Body)
js_printer.go#L2801: p.printBlock(s.Catch.Loc, s.Catch.Body)
js_printer.go#L2808: p.printBlock(s.Finally.Loc, s.Finally.Stmts)
js_printer.go#L2864: p.printBlock(c.Body[0].Loc, block.Stmts)
js_printer.go#L2963: p.printBlock(stmt.Loc, s.Stmts)
 |
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. |