matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

Cannot parse typescript files using import syntax #15

Open Zafuzi opened 8 months ago

Zafuzi commented 8 months ago

Meteor toolbox fails to parse ts files that are using import syntax

image image image

This is in the output of the meteor language server

image

Zafuzi commented 8 months ago

Here is a better visual example. This is a barebones project that I simply added ts to. I made a hello component with blaze and typescript. The typescript is valid, but the language server is not happy with it.

Is typescript supported? Also command + click tries to take me to a JS file, but I am assuming this is because the ts file failed to parse so it's defaulting to find a JS one?

image

tcastelli commented 2 weeks ago

Would be grate if typescript was supported, we have the same issue :/