OS/Web Information
- Web Browser: Mypal 29.1.1 (Pale Moon/Firefox)
- Local OS: Windows XP SP3
- Remote OS: Debian 10
- Remote Architecture: x86-64
code-server --version: 3.9.2 109d2ce
Steps to Reproduce
- Open Mypal
- Open code-server
Expected
App opens.
Actual
Blank page.
Screenshot

Notes
Is most probably caused by following lines including quite recent RegExp syntax:
https://github.com/cdr/code-server/blob/f21433a130ab07db569a1ae43a04416e7ec306ba/lib/vscode/src/vs/editor/contrib/linesOperations/linesOperations.ts#L1060
Please either revert these lines (v3.9.0 it worked well) or make them more backwards-compatible (maybe feature check and fallback). Maybe, we can also consider this a bug in closure compiler as it should generate backwards-compatible code out of the box.
OS/Web Information
code-server --version: 3.9.2 109d2ceSteps to Reproduce
Expected
App opens.
Actual
Blank page.
Screenshot
Notes
Is most probably caused by following lines including quite recent RegExp syntax:
https://github.com/cdr/code-server/blob/f21433a130ab07db569a1ae43a04416e7ec306ba/lib/vscode/src/vs/editor/contrib/linesOperations/linesOperations.ts#L1060
Please either revert these lines (v3.9.0 it worked well) or make them more backwards-compatible (maybe feature check and fallback). Maybe, we can also consider this a bug in closure compiler as it should generate backwards-compatible code out of the box.