github.com/evanw/esbuild/internal/js_ast.SFor.Update (field)
7 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1042: Update *Expr
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5731: return js_ast.Stmt{Loc: loc, Data: &js_ast.SFor{Init: init, Test: test, Update: update, Body: body}}
js_parser.go#L8381: if s.Update != nil {
js_parser.go#L8382: *s.Update = p.visitExpr(*s.Update)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2829: if s.Update != nil {
js_printer.go#L2830: p.printExpr(*s.Update, js_ast.LLowest, 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. |