Skip to content

Commit abfee0b

Browse files
committed
Add some TODOs
1 parent 534d20e commit abfee0b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

compiler/suspend-transform-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717
implementation(kotlin("compiler"))
1818
compileOnly(libs.kotlinx.coroutines.core)
1919
api(libs.kotlinx.serialization.json)
20+
// TODO 改成二进制的,比如 protobuf
2021

2122
testImplementation("junit:junit:4.13.2")
2223
testImplementation(kotlin("stdlib"))

compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/SuspendTransformConfiguration.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ package love.forte.plugin.suspendtrans
22

33
import kotlinx.serialization.Serializable
44

5+
// TODO 序列化改成二进制的,比如 protobuf,
6+
// 然后使用base64或hash进行传递,避免谜之转义
7+
58
@Serializable
69
data class FunctionInfo(
710
var packageName: String,

0 commit comments

Comments
 (0)