Name: CodeMirror 5
Short Name: CodeMirror
URL: https://github.com/codemirror/CodeMirror/
Version: 5.61.0
Revision: eac70bb1a31a08201e5705c788cd72e6283958f0
Update Mechanism: Manual
License: MIT
License File: package/LICENSE
Security Critical: no
Shipped: yes

Description:
CodeMirror is a versatile text editor implemented in JavaScript for the browser.
It is specialized for editing code, and comes with over 100 language modes and various addons that implement more advanced editing functionality.
Every language comes with fully-featured code and syntax highlighting to help with reading and editing complex code.

To update this package, run the following command (replace version number with updated version number):

```bash
wget -qO- https://registry.npmjs.org/codemirror/-/codemirror-5.61.0.tgz | tar xzf -
```

Local changes applied:
- Run `wget -qOpackage/mode/wast/wast.js https://raw.githubusercontent.com/codemirror/CodeMirror/0bf9231f90925acc7b273ef9aaf89730ddf6e07b/mode/wast/wast.js` to synchronize unreleased changes for WebAssembly disassembly syntax highlighting.
- Some files have a `.d.ts` file added, as they are used during TypeScript compilation
- Change extension of following files from `.js` to `.mjs`.
  - package/addon/runmode/runmode-standalone.js
  - package/mode/css/css.js
  - package/mode/javascript/javascript.js
  - package/mode/xml/xml.js