(type, fixId, fixAllDescription)
| 156285 | } |
| 156286 | return actions; |
| 156287 | function fix(type, fixId, fixAllDescription) { |
| 156288 | var changes = ts.textChanges.ChangeTracker.with(context, function (t) { return doChange(t, sourceFile, typeNode, type, checker); }); |
| 156289 | return codefix.createCodeFixAction("jdocTypes", changes, [ts.Diagnostics.Change_0_to_1, original, checker.typeToString(type)], fixId, fixAllDescription); |
| 156290 | } |
| 156291 | }, |
| 156292 | fixIds: [fixIdPlain, fixIdNullable], |
| 156293 | getAllCodeActions: function (context) { |