IR: IrTypeAlias: serialize/deserialize new IR objects
Add uniqId for typealias declarations. Implement WrappedTypeAliasDescriptor.
This commit is contained in:
@@ -59,7 +59,11 @@ val PROTO_PATHS: List<ProtoPath> = listOf(
|
||||
ProtoPath("core/metadata.jvm/src/jvm_metadata.proto"),
|
||||
ProtoPath("core/metadata.jvm/src/jvm_module.proto"),
|
||||
ProtoPath("build-common/src/java_descriptors.proto"),
|
||||
|
||||
// TODO drop this scheme, 'compiler/ir/serialization.js/src/js.proto' is the actual one
|
||||
ProtoPath("compiler/ir/backend.js/src/js.proto", false),
|
||||
|
||||
ProtoPath("compiler/ir/serialization.js/src/js.proto", false),
|
||||
ProtoPath("compiler/ir/serialization.common/src/KotlinIr.proto", false)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user