mhartington / nvim-typescript

Typescript tooling for Neovim
615 stars 76 forks source link

Delete stray console.warn that was blowing up TSDef (fixes #269) #270

Closed reissbaker closed 4 years ago

reissbaker commented 4 years ago

After poking around in getDef, it seemed like this was the root cause of #269 — not the compiler API change I'd mistakenly initially pointed to.

Deleting the console.warn and recompiling with install.sh seemed to fix :TSDef for me. Not sure why, but... ¯\_(ツ)_/¯