stephenh / ts-poet

A code generator DSL for typescript
Apache License 2.0
100 stars 12 forks source link

fix: pass string opts to non-overwrite path #56

Closed brudil closed 5 months ago

brudil commented 5 months ago

As discovered in https://github.com/joist-orm/joist-orm/pull/1025, the non-overwrite path did not pass in any toStringOpts. I had a gander through and think this is correct to pass them all in - if not we could change this to just pass in importExtentions.

stephenh commented 5 months ago

Shoot! That's unfortunate...good find! I'll merge and then I think I need to manually publish ts-poet...

stephenh commented 5 months ago

Okay, @brudil I'm pretty sure I've correctly published ts-poet 6.8.0. Thank you!