Martin Elend

Results 4 issues of Martin Elend

source-map-resolve is deprecated. So this pullrequest follows the recomended solution by copying the relevent parts from that codebase. https://github.com/lydell/source-map-resolve Also translated the code from source-map-resolve into modern Typescript.

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate. - [x] The...

Fixes #5012 "&", "" do not need to be escaped in Template Literal Strings. This causes invalid translations when these symbols are used in non HTML Context. I think it...