-
Notifications
You must be signed in to change notification settings - Fork 12k
consider turning on noImplicitAny by default #107
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
Comments
Why is it necessary to "pass the noImplicitAny check" - what is requiring that? My (our?) guidance is: for someone brand-new to TypeScript, optional typing is a feature and helps them ramp up. Similarly, when migrating an existing codebase (eg what we did for Angular), noImplicitAny is a critical step to make this tractable and incremental. |
I agree that turning on noImplicitAny in the tsconfig file would not be a good idea as it could be cumbersome for someone starting with TypeScript. That being said, I think that the initial output of the blueprints should be accommodating if the user wants to turn that setting on, they should not have to modify any of the code which is generated via our blueprints. |
sgtm - let's update the blueprints but keep the flag off by default. On Tue, Dec 15, 2015 at 7:34 AM Mike Brocchi [email protected]
|
Make sure you have some testing with noImplicitAny=true so the invariant On Tue, Dec 15, 2015 at 8:05 AM Igor Minar [email protected] wrote:
|
Resolved noImplicitAny issues in blueprints Updated expect for ng build verifications Fixes angular#107
The PR I submitted (#213) covers all aspects specified here by @IgorMinar.
|
Nice! Thanks
|
use base64 of ```xml <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"> <path fill="#DD0031" d="M125 30L31.9 63.2l14.2 123.1L125 230l78.9-43.7 14.2-123.1z"/> <path fill="#C3002F" d="M125 30v22.2-.1V230l78.9-43.7 14.2-123.1L125 30z"/> <path fill="#FFF" d="M125 52.1L66.8 182.6h21.7l11.7-29.2h49.4l11.7 29.2H183L125 52.1zm17 83.3h-34l17-40.9 17 40.9z"/> </svg> ``` instead of Adobe Illustrator export svg result
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
currently our blueprints don't pass the noImplicitAny check - we should fix that.
Current failures for an empty project:
@rkirov @alexeagle - what's your guidance on this?
The text was updated successfully, but these errors were encountered: