[JS] Get rid of outputFile in compiler args (KT-61116)
^KT-56753 fixed
This commit is contained in:
committed by
Space Team
parent
9fcf6c5f89
commit
2340d59f40
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("unused", "DuplicatedCode")
|
||||
@file:Suppress("unused", "DuplicatedCode", "DEPRECATION")
|
||||
|
||||
// DO NOT EDIT MANUALLY!
|
||||
// Generated by generators/tests/org/jetbrains/kotlin/generators/arguments/GenerateCompilerArgumentsCopy.kt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("unused", "DuplicatedCode")
|
||||
@file:Suppress("unused", "DuplicatedCode", "DEPRECATION")
|
||||
|
||||
// DO NOT EDIT MANUALLY!
|
||||
// Generated by generators/tests/org/jetbrains/kotlin/generators/arguments/GenerateCompilerArgumentsCopy.kt
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
@file:Suppress("DEPRECATION")
|
||||
|
||||
package org.jetbrains.kotlin.config
|
||||
|
||||
import com.intellij.openapi.util.io.FileUtilRt
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user