-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect warning about name collisions #132
Comments
Thank you for your report. I suspect this is caused by the symbol table not recognising aliases. You can either fix it yourself and send me a PR, or you can give me some time(I've been busy with work recently, so this may take a while) to fix it. Thank you. |
Unfortunately, I can't provide a PR at this time. |
@dhilgarth I'm busy with other things right now, so it'll be a while before I can fix this, thank you. |
Sure, don't worry! |
@dhilgarth This issue was fixed in |
I can confirm it works now, thanks! |
In my StackNetwork.ts, I have this code:
In my StackService.ts, I have this code:
But I still get these warnings:
The text was updated successfully, but these errors were encountered: