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
{{ message }}
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
IDK if carton is the most appropriate place to implement the generation, but I think it could provide at least some helpers to make things work smoothly.
One part of this could be a SwiftPM build tool, which reads a config that specifies a path to .ts and .d.ts files and generates Swift source files providing type-safe wrappers based on this.
IDK if
cartonis the most appropriate place to implement the generation, but I think it could provide at least some helpers to make things work smoothly.One part of this could be a SwiftPM build tool, which reads a config that specifies a path to
.tsand.d.tsfiles and generates Swift source files providing type-safe wrappers based on this.