[K/JS] Migrate invalidation tests to ES modules

This commit is contained in:
Artem Kobzar
2023-06-30 16:13:35 +00:00
committed by Space Team
parent 209c916a7e
commit 966a342bf1
33 changed files with 14 additions and 138 deletions
@@ -153,7 +153,7 @@ class ProjectInfoParser(infoFile: File) : InfoParser<ProjectInfo>(infoFile) {
val libraries = mutableListOf<String>()
val steps = mutableListOf<ProjectInfo.ProjectBuildStep>()
var muted = false
var moduleKind = ModuleKind.COMMON_JS
var moduleKind = ModuleKind.ES
loop { line ->
lineCounter++