Jorge Beltrán
Results
2
issues of
Jorge Beltrán
Pull request to fix the issue: CodeMirror editor displays error on JavaScript class private fields Fixes #702 Updated codemirror version to the lastest _^5_ in _package.json_ and _yarn.lock_.
**Describe the bug** Class private fields appear in red in CodeMirror Editor e.g: "class X { #a() { } }" **To Reproduce** Steps to reproduce the behavior: 1. Write a...