[JS] Extract sourcemap generating related files to a separate module

It's required to reuse the same infrastructure in the new backend.
This commit is contained in:
Zalim Bashorov
2021-05-05 15:32:33 +03:00
committed by TeamCityServer
parent a63c179227
commit a908e5576d
23 changed files with 133 additions and 221 deletions
+1
View File
@@ -17,6 +17,7 @@ dependencies {
compile(project(":js:js.translator"))
compile(project(":js:js.serializer"))
compile(project(":js:js.dce"))
compile(project(":js:js.sourcemap"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}