You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
aSemy
changed the title
Create a plugin, so TypeScript files are generated during compilation
Create a Gradle plugin, so TypeScript files are generated during compilation
Mar 3, 2022
The plugin will scan for all classes with
@Serializable
. It will convert each to a TypeScript definition.Nice extras
kxs-ts-gen is configurable
Add a
@TsExport
annotation so only specific types are generatedAllow
@TsExport
to be added to const strings, and the raw value will be exported (inspired by Sharing constants ntrrgc/ts-generator#24)kxs-ts-gen will produce
Or maybe directly convert a const
kxs-ts-gen will produce
Grab KDoc, and convert it to JSDoc
Grab annotations and convert them Feature Request: ability to annotate integer fields ntrrgc/ts-generator#23
Add example for NPM upload (with mpetuska/npm-publish?) context
Use KSP to create a plugin.KSP is unsuitable, it can only view and can't run code, use https://github.com/ronmamo/reflections or https://github.com/classgraph/classgraph instead?The text was updated successfully, but these errors were encountered: