Created by: tharakawj
Resolves #2805 (closed)
This a basic implementation of "click to open in editor" feature for build(compile time) errors and We can improve it based on the feedback coming from the community.
Currently, it only supports Babel syntax errors and ESLint errors. What are the other common or known error types that we can consider here?
Also, please note that this includes a refactoring to the programming interface of the error overlay and it will break any project that uses the package separately without CRA.