dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Move widget code back to named files with index.ts barrel files #683

Closed tomdye closed 5 years ago

tomdye commented 5 years ago

Enhancement

Previously we moved our widget code into index.ts files to make import paths smaller. However, it would have been better to use named files and use index files as barrel files.

ie. move /widgets/text-input/index.ts to /widgets/text-input/TextInput.ts

tomdye commented 5 years ago

We're going to leave things as they are for now