[K/JS] Add file-to-file compilation ^KT-6168 Fixed

This commit is contained in:
Artem Kobzar
2023-06-22 18:23:45 +00:00
committed by Space Team
parent a44b5e4562
commit 64158a8a2f
74 changed files with 947 additions and 608 deletions
@@ -1403,6 +1403,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/outputPrefixFileNotFound.args");
}
@TestMetadata("perFileWithValidModuleKind.args")
public void testPerFileWithValidModuleKind() throws Exception {
runTest("compiler/testData/cli/js/perFileWithValidModuleKind.args");
}
@TestMetadata("perFileWithWrongModuleKind.args")
public void testPerFileWithWrongModuleKind() throws Exception {
runTest("compiler/testData/cli/js/perFileWithWrongModuleKind.args");
}
@TestMetadata("reifiedIntersectionType.args")
public void testReifiedIntersectionType() throws Exception {
runTest("compiler/testData/cli/js/reifiedIntersectionType.args");