You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as stated in the headline, it seems that there is a problem when resolving the require statements for an output file. If a required class is only referenced inside switch/case statement the according require statement is not available in the list of required files anymore.
To get a better understanding of the problem, you may take a look at an example i have created:
hi,
as stated in the headline, it seems that there is a problem when resolving the require statements for an output file. If a required class is only referenced inside switch/case statement the according require statement is not available in the list of required files anymore.
To get a better understanding of the problem, you may take a look at an example i have created:
https://github.com/mechanoid/ts-import-error-test
Because the same is going well with
tsc
it seems to be a problem of the atom-typescript plugin.Maybe you have a hint for me, or maybe you can validate that it is an actual bug.
Thanks in advance, Falk
The text was updated successfully, but these errors were encountered: