sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol

Home Page:https://sourcegraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel function bind

delfick opened this issue · comments

Hello,

Is it possible to make this langserver understand https://babeljs.io/docs/en/babel-plugin-transform-function-bind.html ?

I have neovim setup to use https://github.com/autozimu/LanguageClient-neovim and it says where I use this::function(...) { ... } or ::this.somefunction are errors.

Thanks

Unfortunately no, not until TypeScript supports it.

ok, fair enough.