deezer / KustomExport

EXPERIMENTAL : A JS facade generator for KotlinJS / KMP
Apache License 2.0
69 stars 9 forks source link

Add `@file` support #28

Open baconz opened 2 years ago

baconz commented 2 years ago

JsExport supports @file which is convenient for files with lots of exported classes, to cut down on boilerplate.

glureau commented 2 years ago

Thanks for your report! I was thinking to add a @KustomIgnore to hide some classes / fields, I think it'll become even more required if we want to target file directly.