Implement JS IR Phaser

This commit is contained in:
Roman Artemev
2018-12-03 16:58:41 +03:00
committed by romanart
parent 2d9d9484b3
commit de1cbc396e
7 changed files with 443 additions and 129 deletions
@@ -62,6 +62,9 @@ object CommonConfigurationKeys {
@JvmField
val PROFILE_PHASES = CompilerConfigurationKey.create<Boolean>("profile backend phase execution")
@JvmField
val EXCLUDED_ELEMENTS_FROM_DUMPING = CompilerConfigurationKey.create<Set<String>>("lowering elements which shouldn't be dumped at all")
}
var CompilerConfiguration.languageVersionSettings: LanguageVersionSettings