-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cannot find name 'Zone' #448
Comments
I just noticed the "tslink: disable" and "enable" ... I'm not assuming that these are not actually errors but rather just my editor being confused. |
I'm having these errors when I run the e2e tests. |
Error: TSError: ⨯ Unable to compile TypeScript |
Same thing after update
|
the latest changes should fix this. if you still have the issue please reopen. thanks! |
I'm using Atom text editor with the TypeScript plugin installed. It will generally complain if it can't resolve an object due to missing typings or otherwise.
I'm using Atom as a text editor and the polyfills.ts file is giving me various errors:
It also doesn't like:
The website works fine and no errors in the console.
This is after cloning this project and making no modifications other than "npm install".
The text was updated successfully, but these errors were encountered: