clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

Error detected while processing function TSSdef #54

Closed danihodovic closed 9 years ago

danihodovic commented 9 years ago

When I run TSSdef over a function defined in another file, it occasionally fails. I've also noticed that the autocomplete has given up at this point. I use typescript-tools together with YouCompleteMe. It usually works fine but fails sometimes.

Error detected while processing function TSSdef:
line 5:
TSS command processing error: TypeError: Cannot call method 'map' of null

Update: Actually it seems like nothing works after updating my plugin through Vundle. I've updated the plugin and the global npm package to the most recent version.

clausreinke commented 9 years ago

fixed the main issue.

"nothing works" is not too helpful, though;-) are you sure you've updated to the testing branch versions, not the old npm registry and master versions?

$ bin/tss --version
v0.4.4-testing-ts1.4

$ git describe --tags
v0.3.1-36-g405a9ef
danihodovic commented 9 years ago

Well nothing did work and I was unsure if the problem was this or YCM. It seems like testing-ts1.4 works fine, why doesn't the main branch?

Thanks Claus :ok_hand: