babel function bind
delfick opened this issue · 2 comments
delfick commented
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
felixfbecker commented
Unfortunately no, not until TypeScript supports it.
delfick commented
ok, fair enough.