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
In the scenario "developer vs compiler", the error code is indeed fairly useless.
However, I've found it extremely useful in the "developer + Google vs compiler" context because if the error code is useless, it's an excellent way to find other developers who came across the same issue (and hopefully discover if they find a solution and which it is).
This has been sitting there for a while. We ran into issues with build tools e.g. msbuild fixing this, and there is not an easy way to remove them without breaking other things.
Currently the compiler shows "filename.ts: error TS code: message"; the error code is practically useless. so stop showing it by default.
The text was updated successfully, but these errors were encountered: