Remove outdated TODOs
This commit is contained in:
@@ -70,8 +70,6 @@ public final class AnalyzerFacade {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: use some mechanism to avoid this
|
||||
//TODO: move method somewhere
|
||||
@NotNull
|
||||
public static List<JetFile> withJsLibAdded(@NotNull List<JetFile> files, @NotNull Config config) {
|
||||
List<JetFile> allFiles = new ArrayList<JetFile>();
|
||||
|
||||
-2
@@ -31,8 +31,6 @@ import static org.jetbrains.k2js.translate.utils.PsiUtils.getLoopParameter;
|
||||
/**
|
||||
* @author Pavel Talanov
|
||||
*/
|
||||
|
||||
//TODO: create util class for managing stuff like binary operations
|
||||
public abstract class ForTranslator extends AbstractTranslator {
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user