cssmodules-language-server
cssmodules-language-server copied to clipboard
Could you please support named export?
decription
It seems that named export is not detected, which is embarrassing because it's an ES6 feature that everyone loves :(
screenshot
no problem with default export though
cc @antonk52
Currently only default exports are supported. Would you like to send a PR to add named imports support?