|
|
|
|
|
by cyanydeez
603 days ago
|
|
JavaScript tooling requires index files for everything, which makes development slow, particularly when you want to iterate fast or create many files with single output. I think it makes sense to make the compiler or script loader to rely on just the file and their contents. Either way you're already defining everything, why create an additional redundant set of definitions. |
|
This just isn't true. I've never encountered tooling that forces you to have these by default. If it's enforced, it's rules defined in your project or some unusual tools