JS: fix inlining of function that calls functions from other modules
This commit is contained in:
@@ -31,6 +31,8 @@ var JsName.descriptor: DeclarationDescriptor? by MetadataProperty(default = null
|
||||
|
||||
var JsName.localAlias: JsName? by MetadataProperty(default = null)
|
||||
|
||||
var JsExpression.localAlias: JsName? by MetadataProperty(default = null)
|
||||
|
||||
// TODO: move this to module 'js.inliner' and change dependency on 'frontend' to dependency on 'descriptors'
|
||||
var JsInvocation.inlineStrategy: InlineStrategy? by MetadataProperty(default = null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user