(context, refactorName, actionName)
| 150231 | } |
| 150232 | refactor_1.getApplicableRefactors = getApplicableRefactors; |
| 150233 | function getEditsForRefactor(context, refactorName, actionName) { |
| 150234 | var refactor = refactors.get(refactorName); |
| 150235 | return refactor && refactor.getEditsForAction(context, actionName); |
| 150236 | } |
| 150237 | refactor_1.getEditsForRefactor = getEditsForRefactor; |
| 150238 | })(refactor = ts.refactor || (ts.refactor = {})); |
| 150239 | })(ts || (ts = {})); |
nothing calls this directly
no test coverage detected