transitive-bullshit / functional-typescript

TypeScript standard for rock solid serverless functions.
https://twitter.com/transitive_bs
629 stars 16 forks source link

Add support for generating multiple definitions at once #21

Open transitive-bullshit opened 4 years ago

transitive-bullshit commented 4 years ago

This will speed up cases where we need to generate definitions from multiple related source files by re-using the underlying compiler instance(s).

Any Saasify TS projects which have multiple services would benefit from this perf improvement.