vue-type-check
vue-type-check copied to clipboard
Windows support?
Hi. Does this run on Windows?
The tool runs well for our developers running Linux but just exits on our machines running Windows with no errors.
I spent a bit of time picking through the code and noticed the walk
function in index.js concats 'file://' to the fs path which won't be valid in Windows. But after fixing that I just ran into problems deeper into the language service where files were not being found.
I haven't got the time to investigate this further at the moment so thought i'd raise it here to see if anyone has a solution.
Since I do not have a windows machine for testing, any contribution will be welcomed.
lol
New options onlyTemplate
and onlyTypeScript
were implemented. This is not completely related with this issue but all the code mentioned above was changed so, maybe, after all these changes are released we can have window support.
Waiting for a new release to test it.
i have a windows machine,if you need,i can help you to debugge