[JS] Get rid of outputFile in compiler args (KT-61116)

^KT-56753 fixed
This commit is contained in:
Ilya Goncharov
2023-11-08 14:30:58 +01:00
committed by Space Team
parent 9fcf6c5f89
commit 2340d59f40
27 changed files with 23 additions and 645 deletions
@@ -210,9 +210,7 @@ class CompilerArgumentsContentProspectorTest {
K2MetadataCompilerArguments::refinesPaths
)
private val k2JSCompilerArgumentsFlagProperties = commonCompilerArgumentsFlagProperties + listOf(
K2JSCompilerArguments::noStdlib,
K2JSCompilerArguments::sourceMap,
K2JSCompilerArguments::metaInfo,
K2JSCompilerArguments::irProduceKlibDir,
K2JSCompilerArguments::irProduceKlibFile,
K2JSCompilerArguments::irProduceJs,
@@ -225,7 +223,6 @@ class CompilerArgumentsContentProspectorTest {
K2JSCompilerArguments::useEsClasses,
K2JSCompilerArguments::typedArrays,
K2JSCompilerArguments::friendModulesDisabled,
K2JSCompilerArguments::metadataOnly,
K2JSCompilerArguments::fakeOverrideValidator,
K2JSCompilerArguments::wasm
)
@@ -239,8 +236,6 @@ class CompilerArgumentsContentProspectorTest {
K2JSCompilerArguments::target,
K2JSCompilerArguments::moduleKind,
K2JSCompilerArguments::main,
K2JSCompilerArguments::outputPrefix,
K2JSCompilerArguments::outputPostfix,
K2JSCompilerArguments::irModuleName,
K2JSCompilerArguments::includes,
K2JSCompilerArguments::friendModules,