github.com/evanw/esbuild/internal/js_parser.parser.substituteSingleUseSymbolInStmt (method)

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6722: 							if p.substituteSingleUseSymbolInStmt(stmt, id.Ref, *last.Value) {
		js_parser.go#L7115: func (p *parser) substituteSingleUseSymbolInStmt(stmt js_ast.Stmt, ref js_ast.Ref, replacement js_ast.Expr) bool {