type github.com/evanw/esbuild/internal/js_ast.SDebugger

7 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L938: type SDebugger struct{}
		js_ast.go#L1166: func (*SDebugger) isStmt()      {}

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5957: 		return js_ast.Stmt{Loc: loc, Data: &js_ast.SDebugger{}}
		js_parser.go#L6415: 		*js_ast.SBreak, *js_ast.SContinue, *js_ast.SClass, *js_ast.SDebugger:
		js_parser.go#L7527: 	case *js_ast.SBlock, *js_ast.SEmpty, *js_ast.SDebugger, *js_ast.SExpr, *js_ast.SIf,
		js_parser.go#L7953: 	case *js_ast.SDebugger, *js_ast.SEmpty, *js_ast.SComment:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L2966: 	case *js_ast.SDebugger: