type github.com/evanw/esbuild/internal/js_ast.SContinue
13 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1160: type SContinue struct {
js_ast.go#L1196: func (*SContinue) isStmt() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L635: case *js_ast.SBreak, *js_ast.SContinue, *js_ast.SReturn, *js_ast.SThrow:
js_parser.go#L976: case *js_ast.SContinue:
js_parser.go#L977: b, ok := right.(*js_ast.SContinue)
js_parser.go#L5925: return js_ast.Stmt{Loc: loc, Data: &js_ast.SContinue{Label: name}}
js_parser.go#L6415: *js_ast.SBreak, *js_ast.SContinue, *js_ast.SClass, *js_ast.SDebugger:
js_parser.go#L6813: if continueS, ok := s.Yes.Data.(*js_ast.SContinue); ok && continueS.Label == nil {
js_parser.go#L6912: case *js_ast.SBreak, *js_ast.SContinue:
js_parser.go#L6960: if continueS, ok := result[len(result)-1].Data.(*js_ast.SContinue); ok && continueS.Label == nil {
js_parser.go#L7530: *js_ast.SBreak, *js_ast.SContinue, *js_ast.SDirective:
js_parser.go#L8134: case *js_ast.SContinue:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2991: case *js_ast.SContinue:
 |
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. |