func github.com/evanw/esbuild/internal/js_parser.statementCaresAboutScope

6 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6848: 						if statementCaresAboutScope(stmt) {
		js_parser.go#L7525: func statementCaresAboutScope(stmt js_ast.Stmt) bool {
		js_parser.go#L7545: 		} else if len(block.Stmts) == 2 && !statementCaresAboutScope(block.Stmts[1]) {
		js_parser.go#L7606: 			if statementCaresAboutScope(stmt) {
		js_parser.go#L7616: 	if statementCaresAboutScope(body) {
		js_parser.go#L8275: 			if len(s.Stmts) == 1 && !statementCaresAboutScope(s.Stmts[0]) {