Faster TypeScript SDK generation, maybe with faster .dts files generation via Isolated Declarations + OXC #5477
Labels
feature
Requests for new features.
product/sdk-generator
Fern's SDK Generator that outputs client libraries in 7 languages
Feature Description
Currently the typescript SDK generator uses tsc to turn the source files into js and .dts files. This is usually a slow step in my experience.
I am not totally sure if this is really the case, but the SDK generation is slow, not sure what is the step that takes the longest, is there some documentation on this?
Proposed Generated Code (Optional)
By enableing typescript isolated declaration option and using oxc-transform you could speed up the files and .dts files generation by at least 10x
The text was updated successfully, but these errors were encountered: