github.com/evanw/esbuild/internal/js_ast.SContinue.Label (field)
15 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1157: Label *LocRef
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L974: return ok && (a.Label == nil) == (b.Label == nil) && (a.Label == nil || a.Label.Ref == b.Label.Ref)
js_parser.go#L5919: return js_ast.Stmt{Loc: loc, Data: &js_ast.SBreak{Label: name}}
js_parser.go#L7570: if breakS, ok := ifS.Yes.Data.(*js_ast.SBreak); ok && breakS.Label == nil {
js_parser.go#L7589: if breakS, ok := ifS.No.Data.(*js_ast.SBreak); ok && breakS.Label == nil {
js_parser.go#L8126: if s.Label != nil {
js_parser.go#L8127: name := p.loadNameFromRef(s.Label.Ref)
js_parser.go#L8128: s.Label.Ref, _, _ = p.findLabelSymbol(s.Label.Loc, name)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2985: if s.Label != nil {
js_printer.go#L2987: p.printSymbol(s.Label.Ref)
![]() |
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. |