dts-dom icon indicating copy to clipboard operation
dts-dom copied to clipboard

Added missing SPACE char before keyword extends

Open kozi opened this issue 2 years ago • 1 comments

in function writeInterface()

#88

kozi avatar Jan 12 '23 15:01 kozi

We're affected by this too (and https://github.com/fossamagna/google-script-dts-generator/pull/194 seems to be affected too).

@RyanCavanaugh Can this be merged?

This bug results in interfaces with extends being generated like this since 3.7.0: export interface MyInteraceextends MyOtherInterface{

bvallee-thefork avatar Sep 25 '23 15:09 bvallee-thefork

Also affecting our project, why not merge this fix? @RyanCavanaugh

AmitFeldman avatar Apr 03 '24 08:04 AmitFeldman