refactor:
- dedupe flash / highlighting logic - codemirror logic now lives only in codemirror package - remove old highlighting logic - use codemirror package in react package - cleanup CodeMirror6.jsx - pull setMiniLocations into useHighlighting - migrate MiniRepl, nano-repl + Repl to new highlighting
This commit is contained in:
parent
7f12ce9b45
commit
34176ab5f8
13 changed files with 215 additions and 426 deletions
3
packages/codemirror/index.mjs
Normal file
3
packages/codemirror/index.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from './codemirror.mjs';
|
||||
export * from './highlight.mjs';
|
||||
export * from './flash.mjs';
|
||||
Loading…
Add table
Add a link
Reference in a new issue