jose-elias-alvarez / typescript.nvim

A Lua plugin, written in TypeScript, to write TypeScript (Lua optional).
The Unlicense
496 stars 33 forks source link

ttag auto-import issue #71

Closed skoch13 closed 1 year ago

skoch13 commented 1 year ago

Hi,

First of all I'd like to thank you for your work. This plugin works almost perfectly 🙂

The issue I'm facing is the following:

STR:

Expected Results: import {t} from 'ttag';

Actual Results: import {t} from 'ttag\types';

Is this an issue with the library and exports it provides?

jose-elias-alvarez commented 1 year ago

The results come straight from the language server, so there's nothing we can do about this. I believe I've seen similar issues on the language server repository.

skoch13 commented 1 year ago

Caused by https://github.com/ttag-org/ttag/issues/238