We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9e98 commit ed20960Copy full SHA for ed20960
src/main/kotlin/com/emberjs/utils/EmberUtils.kt
@@ -400,7 +400,7 @@ class EmberUtils {
400
}
401
402
val tsFile = getFileByPath(parentModule, fullPathToTs) ?: getFileByPath(parentModule, fullPathToDts) ?: containingFile
403
- val cls = findDefaultExportClass(tsFile)
+ var cls = findDefaultExportClass(tsFile)
404
?: findDefaultExportClass(containingFile)
405
?: file
406
0 commit comments