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 d28a7ce commit 55168b8Copy full SHA for 55168b8
lib/lvelements/compiler/src/languagenodestojs.cpp
@@ -577,6 +577,8 @@ void LanguageNodesToJs::convertComponentDeclaration(ComponentDeclarationNode *no
577
*compose << indent(indentValue + 1) << "get module(){ return \'" << ctx->currentImportUri << "\' }\n";
578
}
579
*compose << indent(indentValue) << "}";
580
+ if ( newLineFollows(source, node->endByte()) )
581
+ *compose << "\n";
582
583
584
sections.push_back(compose);
0 commit comments