uBlock/platform/mv3/extension/lib/codemirror
Raymond Hill e96e380ad1
Use CodeMirror's MergeView to highlight differences between before/after
To make it easier to analyze the effect of a jsonpath.
2025-06-03 10:21:53 -04:00
..
codemirror-ubol@4b9666da6d Use CodeMirror's MergeView to highlight differences between before/after 2025-06-03 10:21:53 -04:00
README.md [mv3] Add codemirror-ubol as submodule 2025-05-21 08:01:21 -04:00

Steps to build cm6.bundle.ubol.min.js -- command line from repo root:

  • git submodule init platform/mv3/extension/lib/codemirror/codemirror-ubol
  • cd platform/mv3/extension/lib/codemirror/codemirror-ubol/
  • npm install
  • npm run build
  • cm6.bundle.ubol.min.js should be in dist directory
  • This is the origin of the cm6.bundle.ubol.min.js in the current directory