org.jetbrains.kotlin.js.config
Class JSConfigurationKeys

java.lang.Object
  extended by org.jetbrains.kotlin.js.config.JSConfigurationKeys

public class JSConfigurationKeys
extends java.lang.Object


Field Summary
static CompilerConfigurationKey<java.util.List<java.lang.String>> LIBRARIES
           
static CompilerConfigurationKey<java.lang.Boolean> META_INFO
           
static CompilerConfigurationKey<ModuleKind> MODULE_KIND
           
static CompilerConfigurationKey<java.lang.Boolean> SOURCE_MAP
           
static CompilerConfigurationKey<EcmaVersion> TARGET
           
static CompilerConfigurationKey<java.lang.Boolean> UNIT_TEST_CONFIG
           
 
Constructor Summary
JSConfigurationKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIBRARIES

public static final CompilerConfigurationKey<java.util.List<java.lang.String>> LIBRARIES

SOURCE_MAP

public static final CompilerConfigurationKey<java.lang.Boolean> SOURCE_MAP

META_INFO

public static final CompilerConfigurationKey<java.lang.Boolean> META_INFO

TARGET

public static final CompilerConfigurationKey<EcmaVersion> TARGET

UNIT_TEST_CONFIG

public static final CompilerConfigurationKey<java.lang.Boolean> UNIT_TEST_CONFIG

MODULE_KIND

public static final CompilerConfigurationKey<ModuleKind> MODULE_KIND
Constructor Detail

JSConfigurationKeys

public JSConfigurationKeys()