FIR JS: prepare session factory for JS/KLib usage

This commit is contained in:
Ilya Chernikov
2022-08-16 12:05:28 +02:00
parent 8bf108dc17
commit c0cf8e508a
5 changed files with 104 additions and 22 deletions
+2
View File
@@ -14,6 +14,7 @@ dependencies {
api(project(":compiler:fir:checkers:checkers.jvm"))
api(project(":compiler:fir:checkers:checkers.js"))
api(project(":compiler:fir:checkers:checkers.native"))
api(project(":js:js.frontend"))
// TODO: do not use GeneratorExtensions in `FirAnalyzerFacade.convertToIr`, and make this an 'implementation' dependency.
api(project(":compiler:ir.psi2ir"))
@@ -23,6 +24,7 @@ dependencies {
implementation(project(":compiler:backend.jvm"))
implementation(project(":compiler:ir.serialization.common"))
implementation(project(":compiler:ir.serialization.jvm"))
implementation(project(":compiler:ir.serialization.js"))
implementation(project(":compiler:ir.tree"))
compileOnly(intellijCore())