Description
With classic scripts, syntax errors would provide a clickable link that navigates directly to the specific line in the Script Editor. However, with ESM scripts, syntax errors do not provide any link, so you cannot jump to the relevant line to fix the issue.
Steps to Reproduce
- Create a project using ESM scripts like
test.mjs.
- Introduce a syntax error, for example:
this.app( inside initialize().
- Save the script and launch the project.
- Check the error.
- Observe that it does not provide a link.
Result
Classic script:

ESM script:
