| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
With changes to the error message
Sorry, something went wrong.
| "category": "Error", | ||
| "code": 6143 | ||
| }, | ||
| "A package for '{0}' was found at '{1}', but is untyped. Because '--noImplicitAny' is enabled, this package must have a declaration.": { |
There was a problem hiding this comment.
how about something more consistent with the rest of the the --noImplicitAny error message, e.g.: Could not find a declaration file for module '{0}'. All imports implicitly have type 'any'.
Sorry, something went wrong.
There was a problem hiding this comment.
How about: "Could not find a declaration file for module '{0}'. '{1}' implicitly has an 'any' type."
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
| }, | ||
| "A package for '{0}' was found at '{1}', but is untyped. Because '--noImplicitAny' is enabled, this package must have a declaration.": { | ||
| "category": "Error", | ||
| "code": 6144 |
There was a problem hiding this comment.
make this error code in the 7000 along with the other --noImplicitAnyErrors
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #11106
Replaces #11446
Made easier by #11704. No longer has to touch moduleNameResolver.ts.