capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

default export name should be capitalized when JSX is present #7

Closed capaj closed 7 years ago

capaj commented 7 years ago

When a default export exports an anonymous function and we create a name from filename, we should capitalize the name because JSX doesn't allow custom tags lowercased.

capaj commented 7 years ago

fixed by bfa87e1d053b68ad3e16d76041de88a6fbec5d22