Delete default "import jet.*" from JS analyzer
This commit is contained in:
@@ -49,7 +49,6 @@ public final class AnalyzerFacadeForJS {
|
|||||||
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
|
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
|
||||||
new ImportPath("js.*"),
|
new ImportPath("js.*"),
|
||||||
new ImportPath("java.lang.*"),
|
new ImportPath("java.lang.*"),
|
||||||
new ImportPath("jet.*"),
|
|
||||||
new ImportPath("kotlin.*"));
|
new ImportPath("kotlin.*"));
|
||||||
|
|
||||||
private AnalyzerFacadeForJS() {
|
private AnalyzerFacadeForJS() {
|
||||||
|
|||||||
Reference in New Issue
Block a user