[K/JS] Add @ts-ignore for the case when there is a class with a private primary constructor (or excluded from export) which has an exported subclass ^Fixed KT-52563

This commit is contained in:
Artem Kobzar
2023-01-04 15:21:40 +00:00
committed by Space Team
parent 2a724787f0
commit 97be632c9a
8 changed files with 152 additions and 1 deletions
+1
View File
@@ -226,6 +226,7 @@ val generateTypeScriptJsExportOnFileTests = sequential(
!it.path.endsWith("implicit-export") &&
!it.path.endsWith("inheritance") &&
!it.path.endsWith("strict-implicit-export") &&
!it.path.endsWith("private-primary-constructor") &&
!it.path.endsWith(exportFileDirPostfix)
}
.map { generateJsExportOnFileTestFor(it.name) }