Importing a folder (expect to import "index") doesn't work, index must be explicit
Open
good first issue
improvement
- Dominant language
- C
- Stars
- 765
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Related to the previous issue https://github.com/godotjs/GodotJS/issues/52
I also noticed that if for example you have a folder structure like this: `mystuff/index.ts`
You are expecting to importing as follows `import things from './mystuff'`
But it doesn't work and needs the index to be added
This one is quite easy to test on the Examples projects
Contributor guide
Assessment
This issue has not been assessed yet.