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

Interfaces with same name in separate files are combined

Open matthias-ccri opened this issue 5 years ago • 0 comments

I have separate files that define private interfaces of the same name. By "private" I mean not exported. dts-bundle puts them all in one file, where all the IProps interfaces combine into one mega-interface, which is bad news, since they're supposed to be different interfaces.

Do I have to give all my interfaces globally unique names?

(Using outputAsModuleFolder: true)

matthias-ccri avatar Dec 04 '18 20:12 matthias-ccri