ctix icon indicating copy to clipboard operation
ctix copied to clipboard

File name is changed when it contains a hyphen

Open Woodz opened this issue 4 months ago • 1 comments

I have this structure

src
| - array-utils.ts

When I run ctix build --mode create -p ./tsconfig.json --start-from ./src --overwrite true with v2.7.1, it generates

export * from './arrayUtils';

This is wrong and doesn't work It should generate

export * from './array-utils';

Woodz avatar Oct 24 '25 02:10 Woodz

@Woodz Thank you for your feedback. I will check it.

imjuni avatar Oct 26 '25 00:10 imjuni