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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
When we get messages like "Warning: Cannot read property 'flags' of undefined" in often busy build command output it would help us track down the source if TSLint always prefixes it's messages.
thanks
The text was updated successfully, but these errors were encountered:
It'd be great to see a full proposal here. How should we address this? Should the default formatter(s) (#3460) include [TSLint] in the output in some form?
Coming back to this: I think it's the responsibility of the reporter to report TSLint complaints more specifically. A Vim integration would complain differently from a VS Code plugin, for example.
The TSLint CLI now reports "The x-y-z rule threw an error in source-file.ts:" before complaints too.
When we get messages like "Warning: Cannot read property 'flags' of undefined" in often busy build command output it would help us track down the source if TSLint always prefixes it's messages.
thanks
The text was updated successfully, but these errors were encountered: