(changes, commands)
| 150180 | } |
| 150181 | codefix.getAllFixes = getAllFixes; |
| 150182 | function createCombinedCodeActions(changes, commands) { |
| 150183 | return { changes: changes, commands: commands }; |
| 150184 | } |
| 150185 | codefix.createCombinedCodeActions = createCombinedCodeActions; |
| 150186 | function createFileTextChanges(fileName, textChanges) { |
| 150187 | return { fileName: fileName, textChanges: textChanges }; |