Move CompilationCanceledStatus and related utils to "util" module

It should not be in "frontend" since "jps bare plugin" artifact does not include "frontend" module
This commit is contained in:
Pavel V. Talanov
2015-06-30 17:48:34 +03:00
committed by Evgeny Gerashchenko
parent 9a9d70fd98
commit 15a4782a0c
13 changed files with 60 additions and 42 deletions
@@ -19,7 +19,7 @@ package org.jetbrains.kotlin.js.facade;
import com.google.dart.compiler.backend.js.ast.JsProgram;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.kotlin.context.ProgressIndicatorAndCompilationCanceledStatus;
import org.jetbrains.kotlin.progress.ProgressIndicatorAndCompilationCanceledStatus;
import org.jetbrains.kotlin.descriptors.ModuleDescriptor;
import org.jetbrains.kotlin.js.analyze.TopDownAnalyzerFacadeForJS;
import org.jetbrains.kotlin.js.analyzer.JsAnalysisResult;