ForteScarlet / kotlin-suspend-transform-compiler-plugin

A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture or JS Promise, etc. 🐱
MIT License
36 stars 3 forks source link

Support `baseName`, `suffix` and `asProperty` for `@JsPromise` #69

Closed ForteScarlet closed 1 month ago

ForteScarlet commented 1 month ago

I forgot to add these three attributes to @JsPromise before. Now they are added.