fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.04k stars 711 forks source link

feat: Update codemirror version #707

Closed Scipion closed 5 months ago

Scipion commented 5 months ago

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.

Scipion commented 5 months ago

please @fkling review

fkling commented 5 months ago

Gave it a quick test locally and things seem to still work... thank you!