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

Separate style-info module #17

Open flying-sheep opened 7 years ago

flying-sheep commented 7 years ago

Also add tests for style stuff. I’ll add code for #16 later.

What do you think about the way I did it generally? I sacrificed some safety we could get from using the future everywhere to ease of use of styleInfo(path). it’ll be valid to call from the extension basically anytime, and tests have to await its .promise before using it.

capaj commented 7 years ago

great, I'll wait with merging until you implement #16

flying-sheep commented 7 years ago

done, but i didn’t add tests