[JS IR BE] Generate fileds for all properties
This commit is contained in:
@@ -248,7 +248,7 @@ private val varargLoweringPhase = makeJsModulePhase(
|
||||
)
|
||||
|
||||
private val propertiesLoweringPhase = makeJsModulePhase(
|
||||
{ context -> PropertiesLowering(context, skipExternalProperties = true) },
|
||||
{ context -> PropertiesLowering(context, skipExternalProperties = true, generateAnnotationFields = true) },
|
||||
name = "PropertiesLowering",
|
||||
description = "Move fields and accessors out from its property"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user