-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicting files #32
Comments
Hey, could you elaborate a bit on that? How do you achieve 2 different files being compiled to the same output directory? I can imagine one could compile file |
Hey @radarsu |
I think that's a valid case. I can add support for multiple same-named files with different extensions, but that will only apply to ESM versions |
I'm using
ts-import
to load files from a directory. Seems that if there are two files that result in same compiled file name they are conflicting with each other for example loading/path/file.ts
and/path/file.js
results in compiled.cache/ts-import/file.js
for both of them and load result is not the expected oneThe text was updated successfully, but these errors were encountered: